summaryrefslogtreecommitdiffstats
path: root/colorschemes/monokai.go
blob: b3dbc23393131d081a5baf4a674adf7a3f7d3fc2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
package colorschemes

var Monokai = Colorscheme{
	Fg: 249,
	Bg: -1,

	BorderLabel: 249,
	BorderLine:  239,

	CPULines: []int{81, 70, 208, 197, 249, 141, 221, 186},

	MainMem: 208,
	SwapMem: 186,

	ProcCursor: 197,

	Sparkline: 81,

	DiskBar: 102,

	TempLow:  70,
	TempHigh: 208,
}