From e70300d5bfa55b1bdcdd0faaa8a0fc48cf29c6bf Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 9 Nov 2023 18:34:27 +0300 Subject: [PATCH] Change tab bar style for Kitty --- machines/enka/kitty/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/machines/enka/kitty/default.nix b/machines/enka/kitty/default.nix index 93e784f..936a89a 100644 --- a/machines/enka/kitty/default.nix +++ b/machines/enka/kitty/default.nix @@ -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;