mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-31 22:32:45 +00:00
Also update ANSI color table for tab bar screen objects
This commit is contained in:
parent
dd63d35cf4
commit
9a0068e318
1 changed files with 1 additions and 0 deletions
|
|
@ -574,6 +574,7 @@ class TabBar:
|
|||
if ifg is not None:
|
||||
self.draw_data = self.draw_data._replace(inactive_fg=ifg)
|
||||
self.screen.color_profile.set_configured_colors(fg, bg)
|
||||
self.screen.color_profile.update_ansi_color_table(build_ansi_color_table(opts))
|
||||
|
||||
@property
|
||||
def current_colors(self) -> Dict[str, Color]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue