Skip to content

Commit

Permalink
fix(extras): correct kitty tab fg color (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko authored Dec 25, 2024
1 parent f16ddd7 commit e46e958
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extras/kitty/cyberdream-light.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ color14 #008c99
color7 #16181a
color15 #16181a
selection_foreground #16181a
active_tab_foreground #16181a
active_tab_foreground #000000
active_tab_background #d17c00
inactive_tab_foreground #16181a
inactive_tab_background #ffffff
2 changes: 1 addition & 1 deletion extras/kitty/cyberdream.conf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ color14 #5ef1ff
color7 #ffffff
color15 #ffffff
selection_foreground #ffffff
active_tab_foreground #ffffff
active_tab_foreground #000000
active_tab_background #ffbd5e
inactive_tab_foreground #ffffff
inactive_tab_background #16181a
2 changes: 1 addition & 1 deletion lua/cyberdream/extra/kitty.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ color14 ${cyan}
color7 ${fg}
color15 ${fg}
selection_foreground ${fg}
active_tab_foreground ${fg}
active_tab_foreground #000000
active_tab_background ${orange}
inactive_tab_foreground ${fg}
inactive_tab_background ${bg}
Expand Down

0 comments on commit e46e958

Please sign in to comment.