summaryrefslogtreecommitdiffstats
path: root/colorschemes/monokai.go
diff options
context:
space:
mode:
Diffstat (limited to 'colorschemes/monokai.go')
-rw-r--r--colorschemes/monokai.go23
1 files changed, 0 insertions, 23 deletions
diff --git a/colorschemes/monokai.go b/colorschemes/monokai.go
deleted file mode 100644
index b3dbc23..0000000
--- a/colorschemes/monokai.go
+++ /dev/null
@@ -1,23 +0,0 @@
-package colorschemes
-
-var Monokai = Colorscheme{
- Fg: 249,
- Bg: -1,
-
- BorderLabel: 249,
- BorderLine: 239,
-
- CPULines: []int{81, 70, 208, 197, 249, 141, 221, 186},
-
- MainMem: 208,
- SwapMem: 186,
-
- ProcCursor: 197,
-
- Sparkline: 81,
-
- DiskBar: 102,
-
- TempLow: 70,
- TempHigh: 208,
-}