summaryrefslogtreecommitdiffstats
path: root/colorschemes/default.go
blob: d96fb7332aea8f0f1b4137000d5cdd6932a2afc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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,
}