1
Fork 0
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:
RGBCube 2023-11-09 18:34:27 +03:00
parent b104e07296
commit e70300d5bf
No known key found for this signature in database

View file

@ -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;