mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 05:53:59 +00:00
Webconfig: Add my own colorscheme
Already added my prompt, might a well.
This commit is contained in:
parent
08690e0303
commit
aa58a54224
1 changed files with 31 additions and 0 deletions
31
share/tools/web_config/themes/coolbeans.theme
Normal file
31
share/tools/web_config/themes/coolbeans.theme
Normal file
|
@ -0,0 +1,31 @@
|
|||
# name: 'Cool Beans'
|
||||
# preferred_background: black
|
||||
|
||||
fish_color_autosuggestion 666
|
||||
fish_color_cancel -r
|
||||
fish_color_command normal
|
||||
fish_color_comment '888' '--italics'
|
||||
fish_color_cwd 0A0
|
||||
fish_color_cwd_root A00
|
||||
fish_color_end 009900
|
||||
fish_color_error F22
|
||||
fish_color_escape 0AA
|
||||
fish_color_history_current 0AA
|
||||
fish_color_host normal
|
||||
fish_color_keyword 00Afb8
|
||||
fish_color_match 0AA
|
||||
fish_color_normal B2B2B2
|
||||
fish_color_operator 0AA
|
||||
fish_color_param ccccff
|
||||
fish_color_quote F50
|
||||
fish_color_redirection FFF
|
||||
fish_color_search_match --background=533
|
||||
fish_color_selection --background=B218B2
|
||||
fish_color_status '--background=red' 'white'
|
||||
fish_color_user brgreen
|
||||
fish_color_valid_path --underline
|
||||
fish_pager_color_completion BBB
|
||||
fish_pager_color_description 666
|
||||
fish_pager_color_prefix '--underline' '0AA'
|
||||
fish_pager_color_progress 0AA
|
||||
fish_pager_color_selected_background --background=333
|
Loading…
Reference in a new issue