diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/xresources.home.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/xresources.home.nix b/modules/xresources.home.nix index 20d3ce1..818db22 100644 --- a/modules/xresources.home.nix +++ b/modules/xresources.home.nix @@ -45,7 +45,7 @@ "dmenu.highlightselbg" = theme.accent; "dmenu.highlightselfg" = theme.background; - "dwm.normbordercolor" = theme.background; + "dwm.normbordercolor" = theme.background-light; "dwm.normbgcolor" = theme.background; "dwm.normfgcolor" = theme.foreground; |
