about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-12-04 18:48:48 +0200
committerAcid Bong <acid-bong@cock.lt>2022-12-04 18:48:48 +0200
commite9d95b5086264d611a576388312c2673e8f8523a (patch)
treeaab4211fc153a68c73d5d8880d9122e42042214b
parenta13aa9d3e24f67d4c505c9b4c2c20a3dcbe293b9 (diff)
downloaddwm-e9d95b5086264d611a576388312c2673e8f8523a.tar.gz
minor colour tweak
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index cf48f40..4cfc937 100644
--- a/config.def.h
+++ b/config.def.h
@@ -16,7 +16,7 @@ static const int topbar             = 1;     /* 0 means bottom bar */
 static const int focusonwheel       = 0;
 static const char *fonts[]          = { "monospace:size=10", "Symbola:size=10", "Symbols Nerd Font Mono:size=10" };
 static const char norm_fg[] = "#f9f5d7";
-static const char norm_bg[] = "#282828";
+static const char norm_bg[] = "#1d2021";
 static const char norm_border[] = "#555753";
 
 static const char sel_fg[] = "#f9f5d7";