diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:32:56 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-02-01 13:32:56 +0530 |
| commit | 7bdc3fe961cee0c195e6f9e969ed8c947faf6305 (patch) | |
| tree | 2e9158d17263b7275ff5e4c134d4d813f546ba26 /modules/xresources.home.nix | |
| parent | 31541c1ebb6eb6b819b6083a37b8d4ba236f2fe3 (diff) | |
| download | nixos-config-7bdc3fe961cee0c195e6f9e969ed8c947faf6305.tar.gz nixos-config-7bdc3fe961cee0c195e6f9e969ed8c947faf6305.zip | |
Color configuration
Diffstat (limited to 'modules/xresources.home.nix')
| -rw-r--r-- | modules/xresources.home.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 9c99896..ca226b8 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -49,7 +49,7 @@ "dwm.normfgcolor" = theme.foreground; "dwm.selbordercolor" = theme.accent; - "dwm.selbgcolor" = theme.accent; - "dwm.selfgcolor" = theme.foreground; + "dwm.selbgcolor" = theme.background; + "dwm.selfgcolor" = "#2dd4bf"; }; } |
