tabbed

Customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | Submodules | README

commit 08cf348b78c77994d592937d635fdf51bff37acd
parent 6517b31483a97e952e39baadb718be1a9a4b8e23
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  6 Mar 2019 12:51:04 +0100

Merge branch 'master' of gitlab.com:admesg/tabbed

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

diff --git a/config.h b/config.h @@ -2,12 +2,12 @@ /* appearance */ static const char font[] = "Pragmata Pro:size=9"; -static const char* normbgcolor = "#222222"; -static const char* normfgcolor = "#888888"; -static const char* selbgcolor = "#333333"; -static const char* selfgcolor = "#ffffff"; -static const char* urgbgcolor = "#111111"; -static const char* urgfgcolor = "#cc0000"; +static const char* normbgcolor = "#222222"; +static const char* normfgcolor = "#e6e3c6"; +static const char* selbgcolor = "#e6e3c6"; +static const char* selfgcolor = "#222222"; +static const char* urgbgcolor = "#EF2929"; +static const char* urgfgcolor = "#2E3436"; static const char before[] = "<"; static const char after[] = ">"; static const char titletrim[] = "...";