From a2fbbb740db4ab71444673580fbd751d822b4ca3 Mon Sep 17 00:00:00 2001 From: The_miro Date: Mon, 17 Feb 2025 00:04:22 +0100 Subject: [PATCH] themed kitty tab bar --- desktopenvs/hyprland/kitty/kitty.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/desktopenvs/hyprland/kitty/kitty.conf b/desktopenvs/hyprland/kitty/kitty.conf index 7f6371c..2829231 100644 --- a/desktopenvs/hyprland/kitty/kitty.conf +++ b/desktopenvs/hyprland/kitty/kitty.conf @@ -16,3 +16,10 @@ map f2 previous_tab map f3 next_tab map ctrl+f2 new_tab map ctrl+f3 close_tab + +tab_bar_style powerline + +active_tab_foreground #5018dd +active_tab_background #f50505 +inactive_tab_foreground #f50505 +inactive_tab_background #5018dd