Skip to content

Commit e46e958

Browse files
fix(extras): correct kitty tab fg color (#157)
1 parent f16ddd7 commit e46e958

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extras/kitty/cyberdream-light.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ color14 #008c99
2121
color7 #16181a
2222
color15 #16181a
2323
selection_foreground #16181a
24-
active_tab_foreground #16181a
24+
active_tab_foreground #000000
2525
active_tab_background #d17c00
2626
inactive_tab_foreground #16181a
2727
inactive_tab_background #ffffff

extras/kitty/cyberdream.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ color14 #5ef1ff
2121
color7 #ffffff
2222
color15 #ffffff
2323
selection_foreground #ffffff
24-
active_tab_foreground #ffffff
24+
active_tab_foreground #000000
2525
active_tab_background #ffbd5e
2626
inactive_tab_foreground #ffffff
2727
inactive_tab_background #16181a

lua/cyberdream/extra/kitty.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ color14 ${cyan}
3131
color7 ${fg}
3232
color15 ${fg}
3333
selection_foreground ${fg}
34-
active_tab_foreground ${fg}
34+
active_tab_foreground #000000
3535
active_tab_background ${orange}
3636
inactive_tab_foreground ${fg}
3737
inactive_tab_background ${bg}

0 commit comments

Comments
 (0)