tswapping my default colors - 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 25f71b382953630a48e321737498f9c561e66433
 (DIR) parent 0af369ba65fdcdc40e5c49007c1b19097fba2496
 (HTM) Author: Anselm R.Garbe <arg@10ksloc.org>
       Date:   Thu, 10 Aug 2006 10:21:50 +0200
       
       swapping my default colors
       
       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"