tabbed

[fork] xembed tabbing program
Log | Files | Refs | README | LICENSE

commit a9cfd9f46b9c5a39c04eb41a62a2bbc2521979b4
parent 6cb9379d2f8a51d037a0a3c9322e2c3f02059124
Author: Hayden Hamilton <hayden@haydenvh.com>
Date:   Mon, 10 Feb 2020 00:31:31 +0000

colours

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

diff --git a/config.h b/config.h @@ -2,9 +2,9 @@ /* appearance */ static const char font[] = "monospace:size=9"; -static const char* normbgcolor = "#0a3439"; +static const char* normbgcolor = "#0a2126"; static const char* normfgcolor = "#ffffff"; -static const char* selbgcolor = "#305361"; +static const char* selbgcolor = "#30404e"; static const char* selfgcolor = "#ffffff"; static const char* urgbgcolor = "#9a3439"; static const char* urgfgcolor = "#ff9999";