tabbed

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

commit e49a474e9b78e1b5ee7004b17708a290d5461a18
parent f5b0f87c35a0eb8d4681ad32e27046309d27e953
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Jul 2019 10:06:29 +0200

Merge gitlab.com:admesg/tabbed into HEAD

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

diff --git a/config.h b/config.h @@ -2,10 +2,10 @@ /* appearance */ static const char font[] = "Pragmata Pro:size=9"; -static const char* normbgcolor = "#1d1f21"; -static const char* normfgcolor = "#c5c8c6"; -static const char* selbgcolor = "#c5c8c6"; -static const char* selfgcolor = "#1d1f21"; +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[] = "<";