1
0
mirror of https://github.com/cjbassi/gotop.git synced 2025-05-01 22:18:38 +08:00
gotop/colorschemes/default.go
2018-02-21 02:28:17 -08:00

26 lines
289 B
Go

package colorschemes
var DefaultCS = Colorscheme{
Name: "Default",
Author: "Caleb Bassi",
Bg: -1,
BorderLabel: 7,
BorderLine: 6,
CPULines: []int{1, 2, 3, 4, 5, 6, 7, 8},
MainMem: 5,
SwapMem: 11,
ProcCursor: 4,
Sparkline: 4,
DiskBar: 7,
TempLow: 2,
TempHigh: 1,
}