about summary refs log tree commit diff
diff options
context:
space:
mode:
author[email protected] <unknown>2006-08-07 10:28:42 +0200
committer[email protected] <unknown>2006-08-07 10:28:42 +0200
commit7fb4c2b8187ef519ede676953d536914f13cf57c (patch)
tree4f471bd9a8363f56efb84b1ade044d9e1cff1c74
parentnext attempt for bright background switch (diff)
downloaddmenu-7fb4c2b8187ef519ede676953d536914f13cf57c.tar.gz
dmenu-7fb4c2b8187ef519ede676953d536914f13cf57c.tar.bz2
dmenu-7fb4c2b8187ef519ede676953d536914f13cf57c.zip
also made my colors tasting better with my overall colorscheme
-rw-r--r--config.arg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/config.arg.h b/config.arg.h
index a1f243b..b2953f3 100644
--- a/config.arg.h
+++ b/config.arg.h
@@ -4,6 +4,6 @@
  */
 
 #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
-#define BGCOLOR			"#eaffff"
-#define FGCOLOR			"#000000"
-#define BORDERCOLOR		"#8888cc"
+#define BGCOLOR			"#663333"
+#define FGCOLOR			"#ffffff"
+#define BORDERCOLOR		"#993333"