diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 15:47:52 +0100 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 15:47:52 +0100 | 
| commit | f76b3a46851069860707f70ebc17ba4115219547 (patch) | |
| tree | ab7b54ed4c41931c477ddf57cae90bbe980243cf | |
| parent | 84ae6e12ebbb1a42a89c3f517952601985ab55d0 (diff) | |
| download | dwm-f76b3a46851069860707f70ebc17ba4115219547.tar.gz | |
using a green selborder
| -rw-r--r-- | config.arg.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/config.arg.h b/config.arg.h index abd8756..0b4b9d8 100644 --- a/config.arg.h +++ b/config.arg.h @@ -8,7 +8,7 @@  #define NORMBORDERCOLOR		"#333"  #define NORMBGCOLOR		"#222"  #define NORMFGCOLOR		"#ccc" -#define SELBORDERCOLOR		"#69c" +#define SELBORDERCOLOR		"#8c8"  #define SELBGCOLOR		"#555"  #define SELFGCOLOR		"#fff"  #define TOPBAR			True		/* False */ | 
