Rosepine theme!
This commit is contained in:
parent
2efcb0b1a5
commit
493954c1e3
23 changed files with 464 additions and 262 deletions
hosts/nixos/common/optional/xmonad
|
@ -24,8 +24,8 @@ main =
|
|||
terminal = myTerminal,
|
||||
workspaces = myWorkspaces,
|
||||
borderWidth = 5,
|
||||
focusedBorderColor = "#4c4f69",
|
||||
normalBorderColor = "#4c4f69",
|
||||
focusedBorderColor = "#d7827e",
|
||||
normalBorderColor = "#d7827e",
|
||||
startupHook = startup,
|
||||
layoutHook = avoidStruts myLayoutHook,
|
||||
manageHook = manageDocks <+> manageSpawn <+> manageHook def,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue