summaryrefslogtreecommitdiff
path: root/.config/xmonad/lib/Colors/SolarizedLight.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/SolarizedLight.hs
parent6476ac80e8959bb8034a0a2860023d8eb2ac8375 (diff)
remove xmonad colors
Diffstat (limited to '.config/xmonad/lib/Colors/SolarizedLight.hs')
-rw-r--r--.config/xmonad/lib/Colors/SolarizedLight.hs28
1 files changed, 0 insertions, 28 deletions
diff --git a/.config/xmonad/lib/Colors/SolarizedLight.hs b/.config/xmonad/lib/Colors/SolarizedLight.hs
deleted file mode 100644
index 3049a7a..0000000
--- a/.config/xmonad/lib/Colors/SolarizedLight.hs
+++ /dev/null
@@ -1,28 +0,0 @@
-module Colors.SolarizedLight where
-
-import XMonad
-
-colorScheme = "solarized-light"
-
-colorBack = "#fdf6e3"
-colorFore = "#657b83"
-
-color01 = "#073642"
-color02 = "#dc322f"
-color03 = "#859900"
-color04 = "#b58900"
-color05 = "#268bd2"
-color06 = "#d33682"
-color07 = "#2aa198"
-color08 = "#eee8d5"
-color09 = "#002b36"
-color10 = "#cb4b16"
-color11 = "#586e75"
-color12 = "#657b83"
-color13 = "#839496"
-color14 = "#fdf6e3" -- Was color16 but too light for use in panel.
-color15 = "#93a1a1"
-color16 = "#6c71c4" -- Was color14 but needed a dark color in this spot.
-
-colorTrayer :: String
-colorTrayer = "--tint 0xfdf6e3"