Updated solarized theme
This commit is contained in:
parent
8531e40b09
commit
241621d1ec
|
@ -4,22 +4,23 @@ var SolarizedCS = Colorscheme{
|
||||||
Name: "Default",
|
Name: "Default",
|
||||||
Author: "Caleb Bassi",
|
Author: "Caleb Bassi",
|
||||||
|
|
||||||
|
Fg: 250,
|
||||||
Bg: -1,
|
Bg: -1,
|
||||||
|
|
||||||
BorderLabel: 7,
|
BorderLabel: 250,
|
||||||
BorderLine: 6,
|
BorderLine: 37,
|
||||||
|
|
||||||
CPULines: []int{1, 2, 3, 4, 5, 6, 7, 8},
|
CPULines: []int{64, 37, 33, 61, 125, 160, 166, 136},
|
||||||
|
|
||||||
MainMem: 5,
|
MainMem: 125,
|
||||||
SwapMem: 11,
|
SwapMem: 166,
|
||||||
|
|
||||||
ProcCursor: 4,
|
ProcCursor: 136,
|
||||||
|
|
||||||
Sparkline: 4,
|
Sparkline: 33,
|
||||||
|
|
||||||
DiskBar: 7,
|
DiskBar: 245,
|
||||||
|
|
||||||
TempLow: 2,
|
TempLow: 64,
|
||||||
TempHigh: 1,
|
TempHigh: 160,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user