X-Git-Url: https://git.xinqibao.xyz/dmenu.git/blobdiff_plain/84d7f7bccf2d016f80f24296f119dc6be56c540e..6c1e46654dae69bb7b3fe3935358a53e44628a75:/config.arg.h?ds=sidebyside

diff --git a/config.arg.h b/config.arg.h
index 127edab..91b014f 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,6 +4,7 @@
  */
 
 #define FONT			"-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR			"#004080"
-#define FGCOLOR			"#ffffaa"
-#define BORDERCOLOR		"#004080"
+#define NORMBGCOLOR		"#666699"
+#define NORMFGCOLOR		"#eeeeee"
+#define SELBGCOLOR		"#eeeeee"
+#define SELFGCOLOR		"#000088"