mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
fix: set tab_powerline_style to correct value ("slanted")
This commit is contained in:
parent
94c7ffb1e5
commit
c4f6ce759b
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue