switch to gruvbox dark medium
This commit is contained in:
parent
42dced2077
commit
a0e72fe905
|
@ -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" ""
|
||||
|
|
|
@ -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/'"
|
||||
|
|
Loading…
Reference in a new issue