commit 364a409bb673e7306d0a9c79585bd0fdc01f8bd5
parent c17c660523504adb26c5096d8aa49d0aa38afb97
Author: Frederic Cambus <fcambus@users.sourceforge.net>
Date: Fri, 30 Oct 2015 14:47:57 +0100
Changing thunderstorm icon default color to yellow
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ansiweather b/ansiweather
@@ -6,7 +6,7 @@
# https://github.com/fcambus/ansiweather #
# #
# Created: 2013/08/29 #
-# Last Updated: 2015/10/28 #
+# Last Updated: 2015/10/30 #
# #
# AnsiWeather is released under the BSD 3-Clause license. #
# See LICENSE file for details. #
@@ -167,7 +167,7 @@ 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")
snow=$(get_config "snow" || echo "\033[37;1m\xe2\x9d\x84")
-thunderstorm=$(get_config "thunderstorm" || echo "\xe2\x9a\xa1")
+thunderstorm=$(get_config "thunderstorm" || echo "\033[33;1m\xe2\x9a\xa1")
diff --git a/ansiweatherrc.example b/ansiweatherrc.example
@@ -33,4 +33,4 @@ fog:\033[37;1m\xe2\x96\x92
mist:\033[34m\xe2\x96\x91
haze:\033[33m\xe2\x96\x91
snow:\033[37;1m\xe2\x9d\x84
-thunderstorm:\xe2\x9a\xa1
+thunderstorm:\033[33;1m\xe2\x9a\xa1