summaryrefslogtreecommitdiffstats
path: root/colorschemes
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2018-02-21 11:16:06 -0800
committerCaleb Bassi <calebjbassi@gmail.com>2018-02-21 11:16:06 -0800
commit241621d1ecba865585dc4a1665d2141931e47644 (patch)
tree8229452817b231bef5d1aeec8fe9d39c3461e96a /colorschemes
parent8531e40b099cf2a0dc01f5cd2271d799b64a68f9 (diff)
Updated solarized theme
Diffstat (limited to 'colorschemes')
-rw-r--r--colorschemes/solarized.go21
1 files changed, 11 insertions, 10 deletions
diff --git a/colorschemes/solarized.go b/colorschemes/solarized.go
index f648bbe..83561e4 100644
--- a/colorschemes/solarized.go
+++ b/colorschemes/solarized.go
@@ -4,22 +4,23 @@ var SolarizedCS = Colorscheme{
Name: "Default",
Author: "Caleb Bassi",
+ Fg: 250,
Bg: -1,
- BorderLabel: 7,
- BorderLine: 6,
+ BorderLabel: 250,
+ BorderLine: 37,
- CPULines: []int{1, 2, 3, 4, 5, 6, 7, 8},
+ CPULines: []int{64, 37, 33, 61, 125, 160, 166, 136},
- MainMem: 5,
- SwapMem: 11,
+ MainMem: 125,
+ SwapMem: 166,
- ProcCursor: 4,
+ ProcCursor: 136,
- Sparkline: 4,
+ Sparkline: 33,
- DiskBar: 7,
+ DiskBar: 245,
- TempLow: 2,
- TempHigh: 1,
+ TempLow: 64,
+ TempHigh: 160,
}