commit b2b085892d61d632a166028d53c132019a26052b
parent b40dcd0a2a6d1549a535d180d6e6566bdf63d191
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Thu, 29 Oct 2015 23:01:51 +0100
Changing rain icon default color to white
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -162,7 +162,7 @@ sunset_text=$(get_config "sunset_text" || echo "Sunset")
sun=$(get_config "sun" || echo "\033[33;1m\xe2\x98\x80")
moon=$(get_config "moon" || echo "\033[36m\xe2\x98\xbd")
clouds=$(get_config "clouds" || echo "\033[37;1m\xe2\x98\x81")
-rain=$(get_config "rain" || echo "\xe2\x98\x94")
+rain=$(get_config "rain" || echo "\033[37;1m\xe2\x98\x94")
fog=$(get_config "fog" || echo "\033[37;1m\xe2\x96\x92")
mist=$(get_config "mist" || echo "\033[34m\xe2\x96\x91")
haze=$(get_config "haze" || echo "\033[33m\xe2\x96\x91")
diff --git a/ansiweatherrc.example b/ansiweatherrc.example
@@ -27,7 +27,7 @@ sunset_text:Sunset
sun:\033[33;1m\xe2\x98\x80
moon:\033[36m\xe2\x98\xbd
clouds:\033[37;1m\xe2\x98\x81
-rain:\xe2\x98\x94
+rain:\033[37;1m\xe2\x98\x94
fog:\033[37;1m\xe2\x96\x92
mist:\033[34m\xe2\x96\x91
haze:\033[33m\xe2\x96\x91