summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--config.h (renamed from config.default.h)2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.h b/config.h
index b016174..cf24e67 100644
--- a/config.default.h
+++ b/config.h
@@ -8,7 +8,7 @@
#ifdef DARK
#define NORMBORDERCOLOR "#222"
#define NORMBGCOLOR "#000"
-#define NORMFGCOLOR "#eee"
+#define NORMFGCOLOR "#ddd"
#define SELBORDERCOLOR "#09f"
#else
#define NORMBORDERCOLOR "#666"