xmtop/colorschemes/default.go

24 lines
250 B
Go
Raw Normal View History

2018-02-20 23:56:37 -08:00
package colorschemes
2018-02-21 17:49:47 -08:00
var Default = Colorscheme{
2018-02-21 11:15:53 -08:00
Fg: 7,
2018-02-20 23:56:37 -08:00
Bg: -1,
2018-02-21 02:24:36 -08:00
BorderLabel: 7,
BorderLine: 6,
2018-02-27 13:25:08 -08:00
CPULines: []int{4, 3, 2, 1, 5, 6, 7, 8},
2018-02-21 02:24:36 -08:00
MainMem: 5,
SwapMem: 11,
ProcCursor: 4,
Sparkline: 4,
DiskBar: 7,
TempLow: 2,
TempHigh: 1,
2018-02-20 23:56:37 -08:00
}