mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
Only brighten palette colors with bold-text-in-bright=palette-based
This commit is contained in:
parent
be24bd2d32
commit
2c5a23867f
3 changed files with 8 additions and 2 deletions
1
render.c
1
render.c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue