about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAcid Bong <acid-bong@cock.lt>2022-12-04 00:49:24 +0200
committerAcid Bong <acid-bong@cock.lt>2022-12-04 00:49:24 +0200
commitd241128e41d4d2fdb37c396d69add2f12bb579e9 (patch)
treefc4ef327216778e3bfbcb5397c6464a91456109b
parent45f20f2934788ca5f2e7ae6216e695ecfc80682e (diff)
downloaddwm-d241128e41d4d2fdb37c396d69add2f12bb579e9.tar.gz
better status bar text
-rw-r--r--config.def.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h
index 21c7c1a..ec504de 100644
--- a/config.def.h
+++ b/config.def.h
@@ -15,11 +15,11 @@ static const int showbar            = 1;     /* 0 means no bar */
 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[] = "#fbf1c7";
+static const char norm_fg[] = "#f9f5d7";
 static const char norm_bg[] = "#282828";
 static const char norm_border[] = "#555753";
 
-static const char sel_fg[] = "#fbf1c7";
+static const char sel_fg[] = "#f9f5d7";
 static const char sel_bg[] = "#d65d0e";
 static const char sel_border[] = "#d79921";