gotop/colorschemes/default.go

26 lines
294 B
Go
Raw Permalink Normal View History

2018-02-21 15:56:37 +08:00
package colorschemes
2018-02-22 09:49:47 +08:00
var Default = Colorscheme{
2018-02-22 03:15:53 +08:00
Fg: 7,
2018-02-21 15:56:37 +08:00
Bg: -1,
2018-02-21 18:24:36 +08:00
BorderLabel: 7,
BorderLine: 6,
2018-02-28 05:25:08 +08:00
CPULines: []int{4, 3, 2, 1, 5, 6, 7, 8},
2018-02-21 18:24:36 +08:00
BattLines: []int{4, 3, 2, 1, 5, 6, 7, 8},
2018-02-21 18:24:36 +08:00
MainMem: 5,
SwapMem: 11,
ProcCursor: 4,
Sparkline: 4,
DiskBar: 7,
TempLow: 2,
TempHigh: 1,
2018-02-21 15:56:37 +08:00
}