Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
small color fixes
[dmenu.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
670b1b2
..
a23a773
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-4,6
+4,7
@@
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#0d121d"
-#define FGCOLOR "#eeeeee"
-#define BORDERCOLOR "#3f484d"
+#define SELBGCOLOR "#0055bb"
+#define SELFGCOLOR "#ffffff"
+#define NORMBGCOLOR "#444444"
+#define NORMFGCOLOR "#cccccc"