1
Fork 0

Rosepine theme!

This commit is contained in:
Matei Adriel 2023-01-22 01:22:38 +01:00
commit 493954c1e3
No known key found for this signature in database
23 changed files with 464 additions and 262 deletions
hosts/nixos/common/optional/xmonad

View file

@ -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,