tabbed

[fork] xembed tabbing program
Log | Files | Refs | README | LICENSE

commit 3a82d3b933a34a3a7d40699c78523cc81830c2f7
parent 6ca4fb5fba6e2c2331f1ee1ff4e8b19f57784f11
Author: hhvn <hayden@haydenvh.com>
Date:   Thu, 26 Nov 2020 17:54:30 +0000

config.h: update colours to match dwm

Diffstat:
Mconfig.h | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/config.h b/config.h @@ -3,11 +3,11 @@ /* appearance */ static const char font[] = "monospace:size=9"; static const char* normbgcolor = "#0a2126"; -static const char* normfgcolor = "#ffffff"; -static const char* selbgcolor = "#30404e"; -static const char* selfgcolor = "#ffffff"; -static const char* urgbgcolor = "#9a3439"; -static const char* urgfgcolor = "#ff9999"; +static const char* normfgcolor = "#eeeeee"; +static const char* selbgcolor = "#24284c"; +static const char* selfgcolor = "#bbbbbb"; +static const char* urgbgcolor = "#892b2b"; +static const char* urgfgcolor = "#0a0a10"; static const char before[] = "<"; static const char after[] = ">"; static const char titletrim[] = "...";