diff options
| author | Anselm R. Garbe <arg@suckless.org> | 2007-05-24 15:55:28 +0200 | 
|---|---|---|
| committer | Anselm R. Garbe <arg@suckless.org> | 2007-05-24 15:55:28 +0200 | 
| commit | 02d5dddc003b2e5af86754bf13783c0cdf193262 (patch) | |
| tree | 4cb6b9eac36d265dbb27bcdfce5aba8b9a9238b6 | |
| parent | c789941bba6039026447f0472d15f49062d65308 (diff) | |
rev 900, cool
| -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 eb4d768..6ff9973 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,7 @@  #define NORMBORDERCOLOR		"#333"  #define NORMBGCOLOR		"#222"  #define NORMFGCOLOR		"#ccc" -#define SELBORDERCOLOR		"#248" +#define SELBORDERCOLOR		"#8c8"  #define SELBGCOLOR		"#555"  #define SELFGCOLOR		"#fff" | 
