aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 02:42:32 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2011-11-24 02:42:32 +0200
commitce6210cb46a1f41229124afa37bc1086ff6996bd (patch)
tree9a7650edddf4af65e93a5545d2863f58da2bcc05
parent6b2e1efddecf1392fe8d0b35ea7c720d933cd821 (diff)
brighter border color for unfocused windows
-rw-r--r--src/config.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.h b/src/config.h
index e1a3944..d275033 100644
--- a/src/config.h
+++ b/src/config.h
@@ -39,7 +39,7 @@
/** Colors **/
#define FOCUS "#ff950e"
-#define UNFOCUS "#282828"
+#define UNFOCUS "#444444"
/** Applications to a specific desktop **/
static const Convenience convenience[] = { \
@@ -49,9 +49,9 @@ static const Convenience convenience[] = { \
/** commands **/
const char *termcmd[] = { "urxvt", NULL };
-const char* dmenucmd[] = { "dmn", NULL };
-const char* urxvtcmd[] = { "urxvtdc", NULL };
-const char* chromiumcmd[] = { "chromium", NULL };
+const char *dmenucmd[] = { "dmn", NULL };
+const char *urxvtcmd[] = { "urxvtdc", NULL };
+const char *chromiumcmd[] = { "chromium", NULL };
/* audio volume */
static const char *volupcmd[] = { "volctrl", "+2", NULL };
static const char *voldowncmd[] = { "volctrl", "-2", NULL };