summaryrefslogtreecommitdiffstats
path: root/colorschemes/solarized.go
diff options
context:
space:
mode:
Diffstat (limited to 'colorschemes/solarized.go')
-rw-r--r--colorschemes/solarized.go25
1 files changed, 25 insertions, 0 deletions
diff --git a/colorschemes/solarized.go b/colorschemes/solarized.go
index e69de29..f648bbe 100644
--- a/colorschemes/solarized.go
+++ b/colorschemes/solarized.go
@@ -0,0 +1,25 @@
+package colorschemes
+
+var SolarizedCS = Colorscheme{
+ Name: "Default",
+ Author: "Caleb Bassi",
+
+ Bg: -1,
+
+ BorderLabel: 7,
+ BorderLine: 6,
+
+ CPULines: []int{1, 2, 3, 4, 5, 6, 7, 8},
+
+ MainMem: 5,
+ SwapMem: 11,
+
+ ProcCursor: 4,
+
+ Sparkline: 4,
+
+ DiskBar: 7,
+
+ TempLow: 2,
+ TempHigh: 1,
+}