From 0500c9bbcd5ef2ce629a3ed014d4cc5a909506bf Mon Sep 17 00:00:00 2001 From: Les De Ridder Date: Sun, 24 Mar 2019 08:03:39 +0100 Subject: [PATCH] Reset colour to normal instead of to white --- saury | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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