diff --git a/extras/kitty/cyberdream.conf b/extras/kitty/cyberdream.conf index 75509b2..34fd454 100644 --- a/extras/kitty/cyberdream.conf +++ b/extras/kitty/cyberdream.conf @@ -21,3 +21,7 @@ color14 #5ef1ff color7 #ffffff color15 #ffffff selection_foreground #ffffff +active_tab_foreground #000 +active_tab_background #ffbd5e +inactive_tab_foreground #ffffff +inactive_tab_background #16181a diff --git a/lua/cyberdream/extra/kitty.lua b/lua/cyberdream/extra/kitty.lua index 67934f5..fe9826f 100644 --- a/lua/cyberdream/extra/kitty.lua +++ b/lua/cyberdream/extra/kitty.lua @@ -31,6 +31,10 @@ color14 ${cyan} color7 ${fg} color15 ${fg} selection_foreground ${fg} +active_tab_foreground ${fg} +active_tab_background ${orange} +inactive_tab_foreground ${fg} +inactive_tab_background ${bg} ]==] return util.parse_extra_template(template, t)