summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2019-03-11 14:49:25 +0100
committerJulian T <julian@jtle.dk>2019-03-11 14:49:25 +0100
commit60144648b9f318e72052a17d9ea6c5aa8bff417f (patch)
treece7d25577648d0af39928ef7e1cbb6a1679f1696 /config.h
parent2b479b303219e2438fec521ed3ff58eec73be6b5 (diff)
Changed config
Diffstat (limited to 'config.h')
-rw-r--r--config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/config.h b/config.h
index 52f420a..bbf64da 100644
--- a/config.h
+++ b/config.h
@@ -6,11 +6,11 @@ static const char *fonts[] = {
"monospace:size=10"
};
static const char dmenufont[] = "monospace:size=10";
-static const char normbordercolor[] = "#444444";
-static const char normbgcolor[] = "#222222";
+static const char normbordercolor[] = "#352e2f";
+static const char normbgcolor[] = "#352e2f";
static const char normfgcolor[] = "#bbbbbb";
-static const char selbordercolor[] = "#668166";
-static const char selbgcolor[] = "#668166";
+static const char selbordercolor[] = "#5f6355";
+static const char selbgcolor[] = "#5f6355";
static const char selfgcolor[] = "#eeeeee";
static const unsigned int borderpx = 3; /* border pixel of windows */
static const unsigned int snap = 32; /* snap pixel */
@@ -32,8 +32,8 @@ static const Rule rules[] = {
/* class instance title tags mask isfloating monitor */
{ "Thunderbird", NULL, NULL, 1 << 7, 0, -1 },
{ "Evolution", NULL, NULL, 1 << 7, 0, -1 },
- { "Firefox", NULL, NULL, 1 << 8, 0, -1 },
- { "qutebrowser", NULL, NULL, 1 << 6, 0 , -1 },
+ { "Firefox", NULL, NULL, 1 << 6, 0, -1 },
+ { "qutebrowser", NULL, NULL, 1 << 8, 0 , -1 },
};
/* layout(s) */