color adaptions for fish
This commit is contained in:
parent
a22b26a0f1
commit
0519ba5513
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@
|
||||||
set --universal fish_color_match yellow # highlight matching parenthesis
|
set --universal fish_color_match yellow # highlight matching parenthesis
|
||||||
set --universal fish_color_normal brwhite # default color
|
set --universal fish_color_normal brwhite # default color
|
||||||
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
|
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
|
||||||
set --universal fish_color_param brblack # regular command parameters
|
set --universal fish_color_param brmagenta # regular command parameters
|
||||||
set --universal fish_color_quote yellow # quoted blocks of text
|
set --universal fish_color_quote yellow # quoted blocks of text
|
||||||
set --universal fish_color_redirection brblack # IO redirections
|
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_match --background brblack # highlight history search matches and the selected pager item (must be a background)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue