summaryrefslogtreecommitdiff
path: root/.config/xmonad/lib/Colors/Palenight.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/Palenight.hs
parent6476ac80e8959bb8034a0a2860023d8eb2ac8375 (diff)
remove xmonad colors
Diffstat (limited to '.config/xmonad/lib/Colors/Palenight.hs')
-rw-r--r--.config/xmonad/lib/Colors/Palenight.hs28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/xmonad/lib/Colors/Palenight.hs b/.config/xmonad/lib/Colors/Palenight.hs
deleted file mode 100644
index c4dedbb..0000000
--- a/.config/xmonad/lib/Colors/Palenight.hs
+++ /dev/null
@@ -1,28 +0,0 @@
-module Colors.Palenight where
-
-import XMonad
-
-colorScheme = "palenight"
-
-colorBack = "#292d3e"
-colorFore = "#d0d0d0"
-
-color01 = "#292d3e"
-color02 = "#f07178"
-color03 = "#c3e88d"
-color04 = "#ffcb6b"
-color05 = "#82aaff"
-color06 = "#c792ea"
-color07 = "#89ddff"
-color08 = "#d0d0d0"
-color09 = "#434758"
-color10 = "#ff8b92"
-color11 = "#ddffa7"
-color12 = "#ffe585"
-color13 = "#9cc4ff"
-color14 = "#e1acff"
-color15 = "#a3f7ff"
-color16 = "#ffffff"
-
-colorTrayer :: String
-colorTrayer = "--tint 0x292d3e"