Only brighten palette colors with bold-text-in-bright=palette-based

This commit is contained in:
David Rosca 2021-07-22 18:22:39 +02:00
parent be24bd2d32
commit 2c5a23867f
No known key found for this signature in database
GPG key ID: EBC3FC294452C6D8
3 changed files with 8 additions and 2 deletions

View file

@ -264,6 +264,7 @@ color_brighten(const struct terminal *term, uint32_t color)
if (term->colors.table[i] == color)
return term->colors.table[i + 8];
}
return color;
}
int hue, sat, lum;