From 107061ad599d85783490885e912ee9cf01633be1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 22 Dec 2025 13:33:19 -0500 Subject: Apply ef-dream theme across all config - theme.nix: Replace base16/spacemacs with ef-dream/ef-reverie palettes - xmonad.hs: Update border colors to ef-dream - common.nix: Update fzf, starship, tmux, bat colors to ef-dream - Xresources generated from ef-dream palette --- lib/xmonad.hs | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'lib/xmonad.hs') 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 -- cgit v1.2.3