adapts pager color
This commit is contained in:
parent
9a3d3dbc35
commit
102e9f556c
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@
|
||||||
set --universal fish_color_redirection brblack # IO redirections
|
set --universal fish_color_redirection brblack # IO redirections
|
||||||
set --universal fish_color_search --bold --background=black --foreground=bryellow
|
set --universal fish_color_search --bold --background=black --foreground=bryellow
|
||||||
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
|
set --universal fish_color_search_match --background black # highlight history search matches and the selected pager item (must be a background)
|
||||||
|
set --universal fish_pager_color_selected_background --background black --foreground brmagenta
|
||||||
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
|
set --universal fish_color_selection --background magenta # when selecting text (in vi visual mode)
|
||||||
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
|
set --universal fish_color_cancel brblack # the '^C' indicator on a canceled command
|
||||||
set --universal fish_color_host brwhite # current host system in some of fish default prompts
|
set --universal fish_color_host brwhite # current host system in some of fish default prompts
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue