feat(extras): add fish theme format (#306)

* feat(extras): move fish colors from script to theme format

* move fish themes to fish_themes
This commit is contained in:
typicode
2023-02-09 20:30:07 +01:00
committed by GitHub
parent 6705d069d9
commit 3685c241a2
6 changed files with 148 additions and 0 deletions

View File

@@ -0,0 +1,25 @@
# TokyoNight
# Syntax Highlighting Colors
fish_color_normal 3760bf
fish_color_command 007197
fish_color_keyword 9854f1
fish_color_quote 8c6c3e
fish_color_redirection 3760bf
fish_color_end b15c00
fish_color_error f52a65
fish_color_param 7847bd
fish_color_comment 848cb5
fish_color_selection --background=99a7df
fish_color_search_match --background=99a7df
fish_color_operator 587539
fish_color_escape 9854f1
fish_color_autosuggestion 848cb5
# Completion Pager Colors
fish_pager_color_progress 848cb5
fish_pager_color_prefix 007197
fish_pager_color_completion 3760bf
fish_pager_color_description 848cb5
fish_pager_color_selected_background --background=99a7df