From 6cf69cf9d8868765200fb7a62dcc600cf46e1c18 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 6 Mar 2025 22:42:05 +0800 Subject: [PATCH] switch to gruvbox medium --- src/xmonad.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmonad.hs b/src/xmonad.hs index 7505d9d..7062d79 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/'"