sets fish colors
This commit is contained in:
parent
b43aae5545
commit
781fbe05fc
1 changed files with 5 additions and 5 deletions
|
|
@ -95,13 +95,13 @@
|
||||||
fish_mode_prompt = ''
|
fish_mode_prompt = ''
|
||||||
switch $fish_bind_mode
|
switch $fish_bind_mode
|
||||||
case default
|
case default
|
||||||
set_color --bold blue
|
set_color --bold brcyan
|
||||||
echo '[N] '
|
echo '[N] '
|
||||||
case insert
|
case insert
|
||||||
set_color --bold green
|
set_color --bold brgreen
|
||||||
echo '[I] '
|
echo '[I] '
|
||||||
case replace_one
|
case replace_one
|
||||||
set_color --bold green
|
set_color --bold yellow
|
||||||
echo '[R] '
|
echo '[R] '
|
||||||
case replace
|
case replace
|
||||||
set_color --bold bryellow
|
set_color --bold bryellow
|
||||||
|
|
@ -132,8 +132,8 @@
|
||||||
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 brmagenta # regular command parameters
|
set --universal fish_color_param bryellow # regular command parameters
|
||||||
set --universal fish_color_quote bryellow # quoted blocks of text
|
set --universal fish_color_quote brmagenta # quoted blocks of text
|
||||||
set --universal fish_color_redirection brwhite # IO redirections
|
set --universal fish_color_redirection brwhite # 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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue