diff --git a/saury b/saury index c9cd8da..b4dcbb0 100755 --- a/saury +++ b/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