summaryrefslogtreecommitdiffstats
path: root/colorschemes/solarized.go
diff options
context:
space:
mode:
Diffstat (limited to 'colorschemes/solarized.go')
-rw-r--r--colorschemes/solarized.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/colorschemes/solarized.go b/colorschemes/solarized.go
deleted file mode 100644
index 2ead4df..0000000
--- a/colorschemes/solarized.go
+++ /dev/null
@@ -1,23 +0,0 @@
-package colorschemes
-
-var Solarized = Colorscheme{
- Fg: 250,
- Bg: -1,
-
- BorderLabel: 250,
- BorderLine: 37,
-
- CPULines: []int{61, 33, 37, 64, 125, 160, 166, 136},
-
- MainMem: 125,
- SwapMem: 166,
-
- ProcCursor: 136,
-
- Sparkline: 33,
-
- DiskBar: 245,
-
- TempLow: 64,
- TempHigh: 160,
-}