mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-26 19:03:38 +08:00
2dc1150e35
These are used in prompts only, and it feels weird not to have them. In practice, fish_color_host_remote would not be used at all (just because you switched from the default theme!), while fish_color_status would fall back on a different value. That'll be adjusted in the next commit.
34 lines
792 B
Plaintext
34 lines
792 B
Plaintext
# name: '(Almost) No Colors'
|
|
# preferred_background: 'black'
|
|
|
|
fish_color_autosuggestion brblack
|
|
fish_color_cancel
|
|
fish_color_command
|
|
fish_color_comment
|
|
fish_color_cwd normal
|
|
fish_color_cwd_root normal
|
|
fish_color_end
|
|
fish_color_error
|
|
fish_color_escape
|
|
fish_color_history_current
|
|
fish_color_host normal
|
|
fish_color_keyword
|
|
fish_color_match
|
|
fish_color_normal normal
|
|
fish_color_operator
|
|
fish_color_option
|
|
fish_color_param
|
|
fish_color_quote
|
|
fish_color_redirection
|
|
fish_color_search_match -r
|
|
fish_color_selection -r
|
|
fish_color_status normal
|
|
fish_color_user normal
|
|
fish_color_valid_path
|
|
fish_pager_color_completion normal
|
|
fish_pager_color_description brblack
|
|
fish_pager_color_prefix '--underline'
|
|
fish_pager_color_progress brblack
|
|
fish_pager_color_selected_background -r
|
|
fish_color_host_remote yellow
|