mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-21 05:33:45 -04:00
render: dim and brighten using linear rgb interpolation
Adds setting tweak.dim-amount, similar to bold-text-in-bright-amount. Closes #2006
This commit is contained in:
parent
5f72f51ae8
commit
663c9082db
7 changed files with 51 additions and 66 deletions
|
|
@ -64,6 +64,12 @@
|
|||
### Changed
|
||||
|
||||
* UTF-8 error recovery now discards fewer bytes.
|
||||
* Auto-calculated dimmed and brightened colors (e.g. when custom dim
|
||||
colors has not configured) is now done by linear RGB interpolation,
|
||||
rather than converting to HSL and adjusting the luminance
|
||||
([#2006][2006]).
|
||||
|
||||
[2006]: https://codeberg.org/dnkl/foot/issues/2006
|
||||
|
||||
|
||||
### Deprecated
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue