fix: set tab_powerline_style to correct value ("slanted")

This commit is contained in:
Ahwx 2024-08-30 13:20:06 +02:00
parent 94c7ffb1e5
commit c4f6ce759b

View file

@ -23,7 +23,7 @@
active_tab_font_style = "normal"; active_tab_font_style = "normal";
inactive_tab_font_style = "normal"; inactive_tab_font_style = "normal";
tab_bar_style = "powerline"; tab_bar_style = "powerline";
tab_powerline_style = "block"; tab_powerline_style = "slanted";
active_tab_foreground = "#1e1e2e"; active_tab_foreground = "#1e1e2e";
active_tab_background = "#cba6f7"; active_tab_background = "#cba6f7";
inactive_tab_foreground = "#bac2de"; inactive_tab_foreground = "#bac2de";