pinosaur
/
dwm.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fc8a13
)
fixed colors
author
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 27 Sep 2007 16:59:47 +0000
(18:59 +0200)
committer
Anselm R. Garbe
<garbeam@gmail.com>
Thu, 27 Sep 2007 16:59:47 +0000
(18:59 +0200)
config.def.h
patch
|
blob
|
history
diff --git
a/config.def.h
b/config.def.h
index
2d56d48
..
9271462
100644
(file)
--- a/
config.def.h
+++ b/
config.def.h
@@
-5,10
+5,10
@@
#define BORDERPX 1
#define FONT "-*-proggyclean-*-*-*-*-*-*-*-*-*-*-*-*"
#define NORMBORDERCOLOR "#cccccc"
-#define NORMBGCOLOR "#
ffffff
"
+#define NORMBGCOLOR "#
dddddd
"
#define NORMFGCOLOR "#333333"
-#define SELBORDERCOLOR "#
3366ff
"
-#define SELBGCOLOR "#
3366ff
"
+#define SELBORDERCOLOR "#
0066cc
"
+#define SELBGCOLOR "#
0066cc
"
#define SELFGCOLOR "#ffffff"
/* tagging */