switch to gruvbox dark medium

This commit is contained in:
♥ Minnie ♥ 2025-03-07 09:38:43 +08:00
parent 42dced2077
commit a0e72fe905
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
2 changed files with 5 additions and 5 deletions

View file

@ -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/'"