summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.h b/config.h
index 9787344..6492daa 100644
--- a/config.h
+++ b/config.h
@@ -2,10 +2,11 @@
/* appearance */
static const char font[] = "monospace-10";
-static const char* normbgcolor = "#222222";
-static const char* normfgcolor = "#cccccc";
-static const char* selbgcolor = "#555555";
-static const char* selfgcolor = "#ffffff";
+static const char* normbgcolor = "#111416";
+static const char* normfgcolor = "#5f5f54";
+static const char* selbgcolor = "#111416";
+static const char* selfgcolor = "#eeeeec";
+
static const char before[] = "<";
static const char after[] = ">";
static const int tabwidth = 200;