Make background_image tint useable even without a background image in a transparent window

This commit is contained in:
Kovid Goyal
2020-02-02 12:40:29 +05:30
parent ab2c901e85
commit 0830fc3b5a
5 changed files with 16 additions and 11 deletions

View File

@@ -13,6 +13,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add support for specifying a background image, see :opt:`background_image`
(:iss:`163` and :pull:`2326`)
- A new :opt:`background_tint` option to darken the background under the text
area when using background images and/or transparent windows.
0.16.0 [2020-01-28]