From 8697f54d8666b46b3b6e6e3d709c56a573d0127f Mon Sep 17 00:00:00 2001 From: Alexis Jhon Gaspar Date: Thu, 26 Oct 2023 23:20:33 +0800 Subject: [PATCH] Fix colors --- tabbed-flexipatch/config.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tabbed-flexipatch/config.def.h b/tabbed-flexipatch/config.def.h index c938e85..310dcda 100644 --- a/tabbed-flexipatch/config.def.h +++ b/tabbed-flexipatch/config.def.h @@ -240,8 +240,8 @@ static Bool npisrelative = False; ResourcePref resources[] = { { "font", STRING, &font }, { "color0", STRING, &normbgcolor }, - { "color4", STRING, &normfgcolor }, - { "color4", STRING, &selbgcolor }, + { "color5", STRING, &normfgcolor }, + { "color5", STRING, &selbgcolor }, { "color0", STRING, &selfgcolor }, { "color2", STRING, &urgbgcolor }, { "color3", STRING, &urgfgcolor },