dwm-meillo
changeset 234:10a8c83e18d8
swapping my default colors (bg with fg)
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Thu, 10 Aug 2006 10:22:15 +0200 |
parents | 7737a159a81b |
children | 60e73ebaab27 |
files | config.arg.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line diff
1.1 --- a/config.arg.h Thu Aug 10 10:20:26 2006 +0200 1.2 +++ b/config.arg.h Thu Aug 10 10:22:15 2006 +0200 1.3 @@ -9,8 +9,8 @@ 1.4 #define DEFMODE dotile /* dofloat */ 1.5 #define DEFTAG 0 /* index */ 1.6 #define FONT "-*-terminus-medium-*-*-*-12-*-*-*-*-*-iso10646-*" 1.7 -#define BGCOLOR "#666699" 1.8 -#define FGCOLOR "#eeeeee" 1.9 +#define BGCOLOR "#eeeeee" 1.10 +#define FGCOLOR "#666699" 1.11 #define BORDERCOLOR "#9999CC" 1.12 #define MODKEY Mod1Mask 1.13 #define NUMLOCKMASK Mod2Mask