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
91b014f
..
1e0ff8c
100644
(file)
--- a/
config.arg.h
+++ b/
config.arg.h
@@
-4,7
+4,7
@@
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define
NORMBGCOLOR
"#666699"
-#define
NORMFGCOLOR
"#eeeeee"
-#define
SELBGCOLOR "#eeeeee
"
-#define
SELFGCOLOR "#000088
"
+#define
SELBGCOLOR
"#666699"
+#define
SELFGCOLOR
"#eeeeee"
+#define
NORMBGCOLOR "#333366
"
+#define
NORMFGCOLOR "#cccccc
"