tabbed

[fork] customized build of tabbed, the suckless tab manager
git clone git://src.adamsgaard.dk/tabbed
Log | Files | Refs | README | LICENSE Back to index

commit e76cfee41b678c35a1c73d81c8c74196a83c9077
parent 710cfbb4d9cb7959bc5be45230b9207b6a7dbefe
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  3 Nov 2020 15:59:56 +0100

config.h: maximize fg/bg contrast

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

diff --git a/config.h b/config.h @@ -4,10 +4,10 @@ /* static const char font[] = "dina:size=9:antialias=false"; */ /* static const char font[] = "terminus:size=12"; */ static const char font[] = "pragmatapro:size=11"; -static const char* normbgcolor = "#1d1f21"; -static const char* normfgcolor = "#c5c8c6"; -static const char* selbgcolor = "#c5c8c6"; -static const char* selfgcolor = "#1d1f21"; +static const char* normbgcolor = "#000000"; +static const char* normfgcolor = "#ffffff"; +static const char* selbgcolor = "#ffffff"; +static const char* selfgcolor = "#000000"; static const char* urgbgcolor = "#FF3334"; static const char* urgfgcolor = "#000000"; static const char before[] = "<";