Xinqi Bao's Git
projects
/
dmenu.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
updated dmenu to borderless drawing as well
[dmenu.git]
/
config.arg.h
diff --git
a/config.arg.h
b/config.arg.h
index
30c422d
..
1e0ff8c
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-4,5
+4,7
@@
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#eeeeee"
-#define FGCOLOR "#666699"
+#define SELBGCOLOR "#666699"
+#define SELFGCOLOR "#eeeeee"
+#define NORMBGCOLOR "#333366"
+#define NORMFGCOLOR "#cccccc"