Browse Source

kitty: tab styling

raylu 1 month ago
parent
commit
a0be784244
1 changed files with 8 additions and 8 deletions
  1. 8 8
      config/kitty/kitty.conf

+ 8 - 8
config/kitty/kitty.conf

@@ -635,7 +635,7 @@ confirm_os_window_close 0
 
 #: Tab bar {{{
 
-tab_bar_edge bottom
+tab_bar_edge top
 
 #: Which edge to show the tab bar on, top or bottom
 
@@ -650,7 +650,7 @@ tab_bar_margin_height 0.0 0.0
 #: the second number is the margin between the tab bar and the
 #: contents of the current tab.
 
-tab_bar_style fade
+tab_bar_style powerline
 
 #: The tab bar style, can be one of: fade, separator, powerline, or
 #: hidden. In the fade style, each tab's edges fade into the
@@ -687,7 +687,7 @@ tab_separator " ┇"
 #: The separator between tabs in the tab bar when using separator as
 #: the tab_bar_style.
 
-tab_powerline_style angled
+tab_powerline_style slanted
 
 #: The powerline separator style between tabs in the tab bar when
 #: using powerline as the tab_bar_style, can be one of: angled,
@@ -719,16 +719,16 @@ active_tab_title_template none
 #: Template to use for active tabs, if not specified falls back to
 #: tab_title_template.
 
-active_tab_foreground   #000
-active_tab_background   #eee
+active_tab_foreground   #181825
+active_tab_background   #b4befe
 active_tab_font_style   bold-italic
-inactive_tab_foreground #444
-inactive_tab_background #999
+inactive_tab_foreground #9399b2
+inactive_tab_background #538
 inactive_tab_font_style normal
 
 #: Tab bar colors and styles
 
-tab_bar_background none
+tab_bar_background #313244
 
 #: Background color for the tab bar. Defaults to using the terminal
 #: background color.