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.default.h
diff --git
a/config.default.h
b/config.default.h
index
48c810a
..
1f66553
100644
(file)
--- a/
config.default.h
+++ b/
config.default.h
@@
-4,7
+4,7
@@
*/
#define FONT "fixed"
*/
#define FONT "fixed"
-#define
NORMBGCOLOR
"#666699"
-#define
NORMFGCOLOR
"#eeeeee"
-#define
SELBGCOLOR "#eeeeee
"
-#define
SELFGCOLOR "#666699
"
+#define
SELBGCOLOR
"#666699"
+#define
SELFGCOLOR
"#eeeeee"
+#define
NORMBGCOLOR "#333366
"
+#define
NORMFGCOLOR "#cccccc
"