aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 17:44:40 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 17:44:40 +0200
commitbd1172e6892f3fcb353905ec5c17c8059e3002af (patch)
tree5edc0c15182520c5e3825b14309ba2315c7c8da1
parent13ef97e65ea5a713a3d5ab46916d1ac6d071b825 (diff)
downloaddmenu-bd1172e6892f3fcb353905ec5c17c8059e3002af.tar.gz
dmenu-bd1172e6892f3fcb353905ec5c17c8059e3002af.tar.bz2
dmenu-bd1172e6892f3fcb353905ec5c17c8059e3002af.zip
small color fixes
-rw-r--r--config.arg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index 1e0ff8c..a23a773 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,7 +4,7 @@
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define SELBGCOLOR "#666699"
-#define SELFGCOLOR "#eeeeee"
-#define NORMBGCOLOR "#333366"
+#define SELBGCOLOR "#0055bb"
+#define SELFGCOLOR "#ffffff"
+#define NORMBGCOLOR "#444444"
#define NORMFGCOLOR "#cccccc"