Merge branch 'main' of ssh://codeberg.org/dnscio/nix-config
This commit is contained in:
commit
4dda6149d9
1 changed files with 5 additions and 5 deletions
|
|
@ -95,13 +95,13 @@
|
|||
fish_mode_prompt = ''
|
||||
switch $fish_bind_mode
|
||||
case default
|
||||
set_color --bold blue
|
||||
set_color --bold brcyan
|
||||
echo '[N] '
|
||||
case insert
|
||||
set_color --bold green
|
||||
set_color --bold brgreen
|
||||
echo '[I] '
|
||||
case replace_one
|
||||
set_color --bold green
|
||||
set_color --bold yellow
|
||||
echo '[R] '
|
||||
case replace
|
||||
set_color --bold bryellow
|
||||
|
|
@ -132,8 +132,8 @@
|
|||
set --universal fish_color_match yellow # highlight matching parenthesis
|
||||
set --universal fish_color_normal brwhite # default color
|
||||
set --universal fish_color_operator brblack # parameter expansion operators like '*' and '~'
|
||||
set --universal fish_color_param brmagenta # regular command parameters
|
||||
set --universal fish_color_quote bryellow # quoted blocks of text
|
||||
set --universal fish_color_param bryellow # regular command parameters
|
||||
set --universal fish_color_quote brmagenta # quoted blocks of text
|
||||
set --universal fish_color_redirection brwhite # IO redirections
|
||||
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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue