Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
|
inline
| side by side (parent:
fa857b2
)
applied colors depend from lavishs proposal
author
Anselm R. Garbe <
[email protected]
>
Tue, 25 Sep 2007 18:43:29 +0000
(20:43 +0200)
committer
Anselm R. Garbe <
[email protected]
>
Tue, 25 Sep 2007 18:43:29 +0000
(20:43 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
204d5bf
..
838b703
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-4,12
+4,12
@@
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
#define BARPOS BarTop /* BarBot, BarOff */
#define BORDERPX 1
#define FONT "-*-terminus-medium-r-*-*-12-*-*-*-*-*-iso10646-*"
-#define NORMBORDERCOLOR
"#cccccc"
-#define NORMBGCOLOR
"#ffffff
"
-#define NORMFGCOLOR
"#000000
"
-#define SELBORDERCOLOR
"#ff0000
"
-#define SELBGCOLOR
"#0000
ff"
-#define SELFGCOLOR "#ffffff"
+#define NORMBORDERCOLOR "#cccccc"
+#define NORMBGCOLOR
"#eeeeee
"
+#define NORMFGCOLOR
"#444444
"
+#define SELBORDERCOLOR
"#0066ff
"
+#define SELBGCOLOR
"#0066
ff"
+#define SELFGCOLOR
"#ffffff"
/* tagging */
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };
/* tagging */
const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "www", NULL };