cjbassi / gotop

A terminal based graphical activity monitor inspired by gtop and vtop
GNU Affero General Public License v3.0
7.36k stars 436 forks source link

Solarized theme fixes #179

Open markuspeloquin opened 4 years ago

markuspeloquin commented 4 years ago

The Solarized theme doesn't work well on light themes. (Light/dark have identical palettes, but the foreground/colors are different and greys obviously get used differently.)

So the 'solarized' theme uses the foreground color instead of '250' and uses the average of base00 and base0 for DiskBar.

This commit also adds two 16-color themes utilizing the extra violet/orange colors, and using the appropriate grey color for DiskBar.

markuspeloquin commented 4 years ago

I clarified the commit message a little. Mostly to reword the second paragraph, which was confusing, and to call out that base00 and base0 are both close to 50% grey already.

Update And one more fix because I forgot the word 'background' in the first paragraph :(