Fix active_tab_foreground ignored in slant style

Fixes #4053
This commit is contained in:
Kovid Goyal
2021-09-23 14:40:08 +05:30
parent 43c04df98a
commit f6a6ead0f3
2 changed files with 6 additions and 1 deletions

View File

@@ -43,6 +43,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Allow deleting environment variables in :opt:`env` by specifying
just the variable name, without a value
- Fix :opt:`active_tab_foreground` not being honored when :opt:`tab_bar_style`
is ``slant`` (:iss:`4053`)
0.23.1 [2021-08-17]
----------------------