tabbed

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

commit c536d30ae7e73d67e9a38670ffa44158d1d5cb9c
parent 164fa5a02f9b64326fa07b1eb0f78b9787851b62
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 11 Mar 2019 18:07:26 +0100

Update color scheme

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 = "#ffffff"; -static const char* normfgcolor = "#4d4d4c"; -static const char* selbgcolor = "#4d4d4c"; -static const char* selfgcolor = "#ffffff"; +static const char* normbgcolor = "#1d1f21"; +static const char* normfgcolor = "#c5c8c6"; +static const char* selbgcolor = "#c5c8c6"; +static const char* selfgcolor = "#1d1f21"; static const char* urgbgcolor = "#FF3334"; static const char* urgfgcolor = "#000000"; static const char before[] = "<";