made my colors tasting better with the background - dwm - dynamic window manager
 (HTM) git clone https://git.parazyd.org/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 045f1840e054faa9607f3976db8166e3dace6324
 (DIR) parent 45d16d090b05ee988d2c669e43db1b8c67195809
 (HTM) Author: arg@10ksloc.org <unknown>
       Date:   Mon,  7 Aug 2006 10:28:21 +0200
       
       made my colors tasting better with the background
       
       Diffstat:
         M config.arg.h                        |       6 +++---
       
       1 file changed, 3 insertions(+), 3 deletions(-)
       ---
 (DIR) diff --git a/config.arg.h b/config.arg.h
       @@ -9,9 +9,9 @@ const char *tags[] = { "fnord", "dev", "net", "work", "misc", NULL };
        #define DEFMODE                        dotile /* dofloat */
        #define DEFTAG                        1 /* index */
        #define FONT                        "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
       -#define BGCOLOR                        "#eaffff"
       -#define FGCOLOR                        "#000000"
       -#define BORDERCOLOR                "#8888cc"
       +#define BGCOLOR                        "#663333"
       +#define FGCOLOR                        "#ffffff"
       +#define BORDERCOLOR                "#993333"
        #define MODKEY                        Mod1Mask
        #define NUMLOCKMASK                Mod2Mask
        #define MASTERW                        60 /* percent */