mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-18 05:34:02 -04:00
config: add tweak.bold-text-in-bright-amount
By how much to increase the luminance when brightening bold fonts. This was previously hard-coded to a factor of 1.3, which is now the default value of the new config option. Closes #1434
This commit is contained in:
parent
e912656682
commit
f3c5b82c82
7 changed files with 35 additions and 13 deletions
1
config.h
1
config.h
|
|
@ -133,6 +133,7 @@ struct config {
|
|||
struct {
|
||||
bool enabled;
|
||||
bool palette_based;
|
||||
float amount;
|
||||
} bold_in_bright;
|
||||
|
||||
enum { STARTUP_WINDOWED, STARTUP_MAXIMIZED, STARTUP_FULLSCREEN } startup_mode;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue