summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndrew Guschin <saintruler@gmail.com>2021-09-22 13:26:49 +0400
committerAndrew Guschin <saintruler@gmail.com>2021-09-22 13:26:49 +0400
commit9259a44ab2d79d9e25770745d0279b69cf3188b8 (patch)
treed01e802176d30c5beb8318201721921225c071f4 /config.h
parenta3497cf7663981359fdc727c4a27eae50098649e (diff)
Added alpha patch and changed color schemeHEADmaster
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;