Hyperline / hyperline

✨ Status line plugin for Hyper ✨
MIT License
619 stars 120 forks source link

Custom Colors for Hyperline stats. #196

Open Alex-Saber opened 4 years ago

Alex-Saber commented 4 years ago

It would be awesome if we had some customization when it comes to the display colors of the different stats. :)

jamiedoris commented 3 years ago

Also hoping for this. Seems like it was available at some time in the past, but no longer.

michaelshumshum commented 2 years ago

you can use the :nth-child() selector in CSS to manipulate the styles of individual stats.

div.jsx-1196914242.wrapper:nth-child(N) {
  color: red;
}

N being the index of the stat in the DOM.