Replace the second_transparent_bg option

This is backwards incompatible, but only for a feature released 3 weeks
ago.
This commit is contained in:
Kovid Goyal
2024-09-19 17:03:44 +05:30
parent e78e86572e
commit 6ca187c42c
4 changed files with 15 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ Detailed list of changes
- launch command: A new :option:`launch --bias` option to adjust the size of newly created windows declaratively (:iss:`7634`)
- A new option :opt:`second_transparent_bg` to make a second background color semi-transparent via :opt:`background_opacity`. Useful for things like cursor line highlight in editors (:iss:`7646`)
- A new option :opt:`transparent_background_colors` to make a second background color semi-transparent via :opt:`background_opacity`. Useful for things like cursor line highlight in editors (:iss:`7646`)
- A new :doc:`notify </kittens/notify>` kitten to show desktop notifications
from the command line with support for icons, buttons and more.