fixed colors - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit f92a4e45c42b5cdd26ec1a28048d9c47b51b98ce
 (DIR) parent 2fc8a13588eee7b39bcda21838c88ed2f7be42c9
 (HTM) Author: Anselm R. Garbe <garbeam@gmail.com>
       Date:   Thu, 27 Sep 2007 18:59:47 +0200
       
       fixed colors
       Diffstat:
         M config.def.h                        |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git 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 */