mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Change tab bar style for Kitty
This commit is contained in:
parent
b104e07296
commit
e70300d5bf
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ homeConfiguration "nixos" {
|
|||
selection_background = "#" + theme.foreground;
|
||||
selection_foreground = "#" + theme.background;
|
||||
|
||||
tab_bar_edge = "top";
|
||||
tab_bar_edge = "top";
|
||||
tab_bar_style = "slant";
|
||||
|
||||
active_tab_background = "#" + theme.background;
|
||||
active_tab_foreground = "#" + theme.foreground;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue