tfixed - dmenu - Dmenu fork with xft fonts.
(HTM) git clone git://r-36.net/dmenu
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 8148b515a155c66d5ad5ce0ed8ae1cbc13e4374d
(DIR) parent 35210e3998a3795fff844fff4de5fd8a2cf46e9f
(HTM) Author: Anselm R. Garbe <arg@10kloc.org>
Date: Tue, 22 Aug 2006 09:49:56 +0200
fixed
Diffstat:
config.arg.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/config.arg.h b/config.arg.h
t@@ -4,6 +4,6 @@
*/
#define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*"
-#define BGCOLOR "#666699"
-#define FGCOLOR "#eeeeee"
+#define BGCOLOR "#eeeeee"
+#define FGCOLOR "#666699"
#define BORDERCOLOR "#9999CC"