29 lines
1 KiB
Fish
29 lines
1 KiB
Fish
|
#!/usr/bin/env fish
|
||
|
|
||
|
set -U fish_color_autosuggestion 555\x1ebrblack
|
||
|
set -U fish_color_cancel \x2dred
|
||
|
set -U fish_color_command white
|
||
|
set -U fish_color_comment brblack
|
||
|
set -U fish_color_cwd magenta
|
||
|
set -U fish_color_cwd_root red
|
||
|
set -U fish_color_end green
|
||
|
set -U fish_color_error red
|
||
|
set -U fish_color_escape yellow
|
||
|
set -U fish_color_history_current white
|
||
|
set -U fish_color_host normal
|
||
|
set -U fish_color_match \x2d\x2dbackground\x3dbrblue
|
||
|
set -U fish_color_normal normal
|
||
|
set -U fish_color_operator blue
|
||
|
set -U fish_color_param white
|
||
|
set -U fish_color_quote yellow
|
||
|
set -U fish_color_redirection blue
|
||
|
set -U fish_color_search_match bryellow\x1e\x2d\x2dbackground\x3dbrblack
|
||
|
set -U fish_color_selection white\x1e\x2d\x2dbackground\x3dbrblack
|
||
|
set -U fish_color_user blue
|
||
|
set -U fish_color_valid_path \x2d\x2dunderline
|
||
|
|
||
|
set -U fish_pager_color_completion \x1d
|
||
|
set -U fish_pager_color_description yellow\x1eyellow
|
||
|
set -U fish_pager_color_prefix white\x1e\x2d\x2dunderline
|
||
|
set -U fish_pager_color_progress brwhite\x1e\x2d\x2dbackground\x3dcyan
|