Reset colour to normal instead of to white

This commit is contained in:
Les De Ridder 2019-03-24 08:03:39 +01:00
parent 8448bae508
commit 0500c9bbcd
1 changed files with 2 additions and 2 deletions

4
saury
View File

@ -87,7 +87,7 @@ function aur_search
set popularity $results[(math $i \* 7)]
set_color --bold
echo -n (set_color CC3399)aur/(set_color white)$name
echo -n (set_color CC3399)aur/(set_color normal; set_color --bold)$name
echo -n ' '
if test $out_of_date = "true"; set_color CC334D; else; set_color 33CC66; end
@ -100,7 +100,7 @@ function aur_search
end
set -x fish_term24bit 1
echo -n (set_color white)' ('(set_color CC6733)"+$votes"(set_color white)' | '(set_color CC6733)$popularity(set_color white)')'
echo -n (set_color normal; set_color --bold)' ('(set_color CC6733)"+$votes"(set_color normal; set_color --bold)' | '(set_color CC6733)$popularity(set_color normal; set_color --bold)')'
echo