gotop/colorschemes/monokai.go

24 lines
281 B
Go
Raw Normal View History

2018-02-22 11:54:25 +08:00
package colorschemes
var Monokai = Colorscheme{
Fg: 249,
Bg: -1,
BorderLabel: 249,
BorderLine: 239,
2018-02-28 05:25:08 +08:00
CPULines: []int{81, 70, 208, 197, 249, 141, 221, 186},
2018-02-22 11:54:25 +08:00
MainMem: 208,
SwapMem: 186,
ProcCursor: 197,
Sparkline: 81,
DiskBar: 102,
TempLow: 70,
TempHigh: 208,
}