Reset colour to normal instead of to white
This commit is contained in:
parent
8448bae508
commit
0500c9bbcd
4
saury
4
saury
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue