adapts theme colors
This commit is contained in:
parent
0519ba5513
commit
9a3d3dbc35
2 changed files with 25 additions and 23 deletions
|
|
@ -115,7 +115,8 @@
|
|||
set --universal fish_color_param brmagenta # regular command parameters
|
||||
set --universal fish_color_quote yellow # quoted blocks of text
|
||||
set --universal fish_color_redirection brblack # IO redirections
|
||||
set --universal fish_color_search_match --background brblack # highlight history search matches and the selected pager item (must be a background)
|
||||
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_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_host brwhite # current host system in some of fish default prompts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue