diff options
Diffstat (limited to 'lib/xmonad.hs')
| -rw-r--r-- | lib/xmonad.hs | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/lib/xmonad.hs b/lib/xmonad.hs index b008119..3903671 100644 --- a/lib/xmonad.hs +++ b/lib/xmonad.hs @@ -55,18 +55,20 @@ data Colors = Colors highlight :: String } +-- ef-reverie (light companion to ef-dream) lightTheme = Colors - { highlight = "#67b11d", - background = "#f6f1e1", - foreground = "#655370" + { highlight = "#7f5ae0", + background = "#f3eddf", + foreground = "#4f204f" } +-- ef-dream colors darkTheme = Colors - { highlight = "#5d4d7a", - background = "#292b2e", - foreground = "#b2b2b2" + { highlight = "#d0b0ff", + background = "#232025", + foreground = "#efd5c5" } getColorsFromXtheme :: IO Colors |
