diff options
author | Julian T <julian@jtle.dk> | 2019-03-11 14:49:25 +0100 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2019-03-11 14:49:25 +0100 |
commit | 60144648b9f318e72052a17d9ea6c5aa8bff417f (patch) | |
tree | ce7d25577648d0af39928ef7e1cbb6a1679f1696 | |
parent | 2b479b303219e2438fec521ed3ff58eec73be6b5 (diff) |
Changed config
-rw-r--r-- | config.h | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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) */ |