tabbed

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

commit c31c75eb0d17c50f330b217200e5346bf9b8ab37
parent 08cf348b78c77994d592937d635fdf51bff37acd
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  8 Mar 2019 10:06:21 +0100

Update color scheme

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 = "#e6e3c6"; -static const char* selbgcolor = "#e6e3c6"; -static const char* selfgcolor = "#222222"; -static const char* urgbgcolor = "#EF2929"; -static const char* urgfgcolor = "#2E3436"; +static const char* normbgcolor = "#ffffff"; +static const char* normfgcolor = "#4d4d4c"; +static const char* selbgcolor = "#4d4d4c"; +static const char* selfgcolor = "#ffffff"; +static const char* urgbgcolor = "#FF3334"; +static const char* urgfgcolor = "#000000"; static const char before[] = "<"; static const char after[] = ">"; static const char titletrim[] = "...";