config: add colors.alpha-non-whitespace option

This commit is contained in:
Joschua Kesper 2024-05-26 21:37:57 +02:00
parent 0bf5a7e902
commit 50868caece
No known key found for this signature in database
GPG key ID: E683C3A5BC5C8BF9
8 changed files with 39 additions and 1 deletions

View file

@ -60,6 +60,8 @@
* Support for `wp_single_pixel_buffer_v1`; certain overlay surfaces
will now utilize the new single-pixel buffer protocol. This mainly
reduces the memory usage, but should also be slightly faster.
* `alpha-non-whitespace` option, allowing for adjustment of
transparency only for non whitespace characters.
[1707]: https://codeberg.org/dnkl/foot/issues/1707