summaryrefslogtreecommitdiff
path: root/.config/xmonad/lib/Colors/OceanicNext.hs
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-10-12 13:33:18 +0300
committerThanosApollo <[email protected]>2022-10-12 13:33:18 +0300
commit700db6f32253057ecc51db9e85f240bc90ca66e1 (patch)
tree5e3f0323e69d1a4715ce6d6d1cc6ad7ddd38e25a /.config/xmonad/lib/Colors/OceanicNext.hs
parent6476ac80e8959bb8034a0a2860023d8eb2ac8375 (diff)
remove xmonad colors
Diffstat (limited to '.config/xmonad/lib/Colors/OceanicNext.hs')
-rw-r--r--.config/xmonad/lib/Colors/OceanicNext.hs28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/xmonad/lib/Colors/OceanicNext.hs b/.config/xmonad/lib/Colors/OceanicNext.hs
deleted file mode 100644
index dd34476..0000000
--- a/.config/xmonad/lib/Colors/OceanicNext.hs
+++ /dev/null
@@ -1,28 +0,0 @@
-module Colors.OceanicNext where
-
-import XMonad
-
-colorScheme = "oceanic-next"
-
-colorBack = "#1b2b34"
-colorFore = "#d8dee9"
-
-color01 = "#29414f"
-color02 = "#ec5f67"
-color03 = "#99c794"
-color04 = "#fac863"
-color05 = "#6699cc"
-color06 = "#c594c5"
-color07 = "#5fb3b3"
-color08 = "#65737e"
-color09 = "#405860"
-color10 = "#ec5f67"
-color11 = "#99c794"
-color12 = "#fac863"
-color13 = "#6699cc"
-color14 = "#c594c5"
-color15 = "#5fb3b3"
-color16 = "#adb5c0"
-
-colorTrayer :: String
-colorTrayer = "--tint 0x1b2b34"