aboutsummaryrefslogtreecommitdiff
path: root/modules/xresources
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/xresources.home.nix2
-rw-r--r--modules/xresources/catcula.nix1
2 files changed, 2 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;
diff --git a/modules/xresources/catcula.nix b/modules/xresources/catcula.nix
index b2d5df3..51069da 100644
--- a/modules/xresources/catcula.nix
+++ b/modules/xresources/catcula.nix
@@ -1,5 +1,6 @@
{
background = "#0f0c19";
+ background-light = "#1a152c";
foreground = "#d8dee9";
accent = "#4e3aA3";
}