summaryrefslogtreecommitdiff
path: root/.config/xmonad/lib/Colors/OceanicNext.hs
diff options
context:
space:
mode:
Diffstat (limited to '.config/xmonad/lib/Colors/OceanicNext.hs')
-rw-r--r--.config/xmonad/lib/Colors/OceanicNext.hs28
1 files changed, 28 insertions, 0 deletions
diff --git a/.config/xmonad/lib/Colors/OceanicNext.hs b/.config/xmonad/lib/Colors/OceanicNext.hs
new file mode 100644
index 0000000..dd34476
--- /dev/null
+++ b/.config/xmonad/lib/Colors/OceanicNext.hs
@@ -0,0 +1,28 @@
+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"