summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a66f122..ef5ee66 100644
--- a/config.h
+++ b/config.h
@@ -13,7 +13,7 @@ static const int mouse_default = 0; /* 1 means enable mouse by defau
static const char col_gray1[] = "#000000";
static const char col_gray2[] = "#bbbbbb";
static const char col_float[] = "#770000";
-static const char col_master[] = "#FF9F1C";
+static const char col_master[] = "#FF8700";
static const char *colors[][5] = {
/* fg bg border float master */
[SchemeNorm] = { col_gray2, col_gray1, col_gray1, col_gray1, col_gray1 },