mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Dont use neighboring tab colors for tab bar margins on translucent OS windows
The colors are rendered semi-transparent which effectively means they blend with background unlike the neighboring colors and end up not matching
This commit is contained in:
@@ -1795,7 +1795,9 @@ opt('tab_bar_margin_color', 'none',
|
||||
long_text='''
|
||||
Color for the tab bar margin area. Defaults to using the terminal background
|
||||
color for margins above and below the tab bar. For side margins the default
|
||||
color is chosen to match the background color of the neighboring tab.
|
||||
color is chosen to match the background color of the neighboring tab, unless
|
||||
the window is translucent, in which case the default background is used as it
|
||||
looks better.
|
||||
''')
|
||||
|
||||
opt(
|
||||
|
||||
Reference in New Issue
Block a user