From 8a215d997e85f02721e8967ec87267f9ad608a69 Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Fri, 27 Oct 2023 21:44:02 +0800 Subject: [PATCH] Fix tabbed color scheme --- tabbed-flexipatch/config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabbed-flexipatch/config.def.h b/tabbed-flexipatch/config.def.h index ea81130..aa7953f 100644 --- a/tabbed-flexipatch/config.def.h +++ b/tabbed-flexipatch/config.def.h @@ -240,7 +240,7 @@ static Bool npisrelative = False; ResourcePref resources[] = { { "font", STRING, &font }, { "color0", STRING, &normbgcolor }, - { "color6", STRING, &normfgcolor }, + { "color15", STRING, &normfgcolor }, { "color6", STRING, &selbgcolor }, { "color0", STRING, &selfgcolor }, { "color3", STRING, &urgbgcolor },