diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 13:29:02 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-21 13:29:02 +0100 |
commit | 784659565a7a4169fef9ad469ef841630758df26 (patch) | |
tree | 591d6fc068ff62bc4f6c79d5ffd99d13c502bee7 /config.arg.h | |
parent | 7ae0c198b36d638a0c787709efcc50fdf6d117ea (diff) | |
download | dwm-784659565a7a4169fef9ad469ef841630758df26.tar.gz |
s/555/357/ for SELCOLOR
Diffstat (limited to 'config.arg.h')
-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..93000bb 100644 --- a/config.arg.h +++ b/config.arg.h @@ -9,7 +9,7 @@ #define NORMBGCOLOR "#222" #define NORMFGCOLOR "#ccc" #define SELBORDERCOLOR "#69c" -#define SELBGCOLOR "#555" +#define SELBGCOLOR "#357" #define SELFGCOLOR "#fff" #define TOPBAR True /* False */ |