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:
25
extras/fish_themes/tokyonight_moon.theme
Normal file
25
extras/fish_themes/tokyonight_moon.theme
Normal file
@@ -0,0 +1,25 @@
|
||||
# TokyoNight
|
||||
|
||||
# Syntax Highlighting Colors
|
||||
fish_color_normal c8d3f5
|
||||
fish_color_command 86e1fc
|
||||
fish_color_keyword c099ff
|
||||
fish_color_quote ffc777
|
||||
fish_color_redirection c8d3f5
|
||||
fish_color_end ff966c
|
||||
fish_color_error ff757f
|
||||
fish_color_param fca7ea
|
||||
fish_color_comment 636da6
|
||||
fish_color_selection --background=3654a7
|
||||
fish_color_search_match --background=3654a7
|
||||
fish_color_operator c3e88d
|
||||
fish_color_escape c099ff
|
||||
fish_color_autosuggestion 636da6
|
||||
|
||||
# Completion Pager Colors
|
||||
fish_pager_color_progress 636da6
|
||||
fish_pager_color_prefix 86e1fc
|
||||
fish_pager_color_completion c8d3f5
|
||||
fish_pager_color_description 636da6
|
||||
fish_pager_color_selected_background --background=3654a7
|
||||
|
||||
Reference in New Issue
Block a user