diff --git a/src/XMonadConfig/GruvboxMaterial.hs b/src/XMonadConfig/GruvboxMaterial.hs index 15d8f2d..ef622cc 100644 --- a/src/XMonadConfig/GruvboxMaterial.hs +++ b/src/XMonadConfig/GruvboxMaterial.hs @@ -26,15 +26,15 @@ module XMonadConfig.GruvboxMaterial import XMonad.Hooks.StatusBar.PP (xmobarColor) background :: String -background = "#1d2021" +background = "#282828" foreground :: String foreground = "#d4be98" bg0, bg1, fg0, fg1, red, orange, yellow, green, aqua, blue, purple, grey0, grey1, grey2 :: String -> String {- FOURMOLU_DISABLE -} -bg0 = xmobarColor "#1d2021" "" -bg1 = xmobarColor "#282828" "" +bg0 = xmobarColor "#282828" "" +bg1 = xmobarColor "#32302f" "" fg0 = xmobarColor "#d4be98" "" fg1 = xmobarColor "#ddc7a1" "" red = xmobarColor "#ea6962" "" diff --git a/src/xmonad.hs b/src/xmonad.hs index 71388d9..26f5ffe 100644 --- a/src/xmonad.hs +++ b/src/xmonad.hs @@ -40,8 +40,8 @@ myConfig = def myTerminal = "wezterm" myModMask = mod4Mask myBorderWidth = 5 -myNormalBorderColor = "#282828" -myFocusedBorderColor = "#282828" +myNormalBorderColor = "#32302f" +myFocusedBorderColor = "#32302f" myWorkspaces = ["code", "chat", "web", "games", "misc"] myLauncher = "rofi -modi run,calc -show run" myScrot = "scrot -s '%Y%m%d_%H%M%S.png' -e 'mv $f ~/Pictures/scrots/'"