diff options
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"; }; } |
