Skip to content

Commit a03f84e

Browse files
authored
feat(fish): add fish_color_option (folke#586)
## Description Colorize `fish_color_option` in fish - Before ![image](https://github.com/folke/tokyonight.nvim/assets/17734314/acd6c79a-c7c9-4de3-baa9-918b6ae7a142) - After ![image](https://github.com/folke/tokyonight.nvim/assets/17734314/7b3c1e1e-48ce-4594-bf14-a064163c98a6) ## Related Issue(s) None ## Screenshots Attached above
1 parent 9714c11 commit a03f84e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lua/tokyonight/extra/fish.lua

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ function M.generate(colors)
3232
set -g fish_color_quote $yellow
3333
set -g fish_color_redirection $foreground
3434
set -g fish_color_end $orange
35+
set -g fish_color_option $orange
3536
set -g fish_color_error $red
3637
set -g fish_color_param $purple
3738
set -g fish_color_comment $comment

lua/tokyonight/extra/fish_themes.lua

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ function M.generate(colors)
2222
fish_color_quote ${yellow}
2323
fish_color_redirection ${fg}
2424
fish_color_end ${orange}
25+
fish_color_option ${orange}
2526
fish_color_error ${red}
2627
fish_color_param ${purple}
2728
fish_color_comment ${comment}

0 commit comments

Comments
 (0)