aboutsummaryrefslogtreecommitdiffstats
path: root/config.arg.h
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-21 15:47:52 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-21 15:47:52 +0100
commitf76b3a46851069860707f70ebc17ba4115219547 (patch)
treeab7b54ed4c41931c477ddf57cae90bbe980243cf /config.arg.h
parent84ae6e12ebbb1a42a89c3f517952601985ab55d0 (diff)
downloaddwm-f76b3a46851069860707f70ebc17ba4115219547.tar.zst
using a green selborder
Diffstat (limited to 'config.arg.h')
-rw-r--r--config.arg.h2
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 */