summaryrefslogtreecommitdiffstats
path: root/colorschemes/solarized.go
blob: 83561e4f4fde3fe5bbb9527aec3b66e1153c5c42 (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
26
package colorschemes

var SolarizedCS = Colorscheme{
	Name:   "Default",
	Author: "Caleb Bassi",

	Fg: 250,
	Bg: -1,

	BorderLabel: 250,
	BorderLine:  37,

	CPULines: []int{64, 37, 33, 61, 125, 160, 166, 136},

	MainMem: 125,
	SwapMem: 166,

	ProcCursor: 136,

	Sparkline: 33,

	DiskBar: 245,

	TempLow:  64,
	TempHigh: 160,
}