Colors: normalize bright colors

Fix #991
This commit is contained in:
李通洲
2024-06-04 16:42:30 +08:00
parent cc1359b1c8
commit 2c537c836c
+1 -1
View File
@@ -49,7 +49,7 @@ void ffPrintColors(FFColorsOptions* options)
for(uint8_t i = max(options->block.range[0], 8); i <= options->block.range[1]; i++)
{
if(!instance.config.display.pipe)
ffStrbufAppendF(&result, "\e[1;9%dm", i - 8);
ffStrbufAppendF(&result, "\e[9%dm", i - 8);
for (uint8_t j = 0; j < options->block.width; j++)
ffStrbufAppendS(&result, "");
}