package colorschemes func init() { register("default", Colorscheme{ Fg: 7, Bg: -1, BorderLabel: 7, BorderLine: 6, CPULines: []int{4, 3, 2, 1, 5, 6, 7, 8}, BattLines: []int{4, 3, 2, 1, 5, 6, 7, 8}, MainMem: 5, SwapMem: 11, ProcCursor: 4, Sparkline: 4, DiskBar: 7, TempLow: 2, TempHigh: 1, }) }