xmtop/colorschemes/solarized.go
Sean E. Russell 5ee4b4a978 Adds battery support
Cleans up mod file; adds flag for battery.

Adds documentation; fixes missing color sets for battery.
2018-12-26 23:15:44 -06:00

26 lines
336 B
Go

package colorschemes
var Solarized = Colorscheme{
Fg: 250,
Bg: -1,
BorderLabel: 250,
BorderLine: 37,
CPULines: []int{61, 33, 37, 64, 125, 160, 166, 136},
BattLines: []int{61, 33, 37, 64, 125, 160, 166, 136},
MainMem: 125,
SwapMem: 166,
ProcCursor: 136,
Sparkline: 33,
DiskBar: 245,
TempLow: 64,
TempHigh: 160,
}