|
|
@ -135,11 +135,11 @@ class Weather { |
|
|
|
'chancesnow' => 'snow', |
|
|
|
'chancetstorms' => 'thunderstorm', |
|
|
|
'clear' => 'day-sunny', |
|
|
|
'cloudy' => 'day-cloudy', |
|
|
|
'cloudy' => 'cloudy', |
|
|
|
'flurries' => 'snow-wind', |
|
|
|
'fog' => 'day-haze', |
|
|
|
'hazy' => 'day-haze', |
|
|
|
'mostlycloudy' => 'day-cloudy', |
|
|
|
'mostlycloudy' => 'cloud', |
|
|
|
'mostlysunny' => 'day-sunny-overcast', |
|
|
|
'partlycloudy' => 'day-cloudy', |
|
|
|
'partlysunny' => 'day-sunny-overcast', |
|
|
@ -156,14 +156,14 @@ class Weather { |
|
|
|
'chancesnow' => 'night-snow', |
|
|
|
'chancetstorms' => 'night-thunderstorm', |
|
|
|
'clear' => 'night-clear', |
|
|
|
'cloudy' => 'night-alt-cloudy', |
|
|
|
'cloudy' => 'cloudy', |
|
|
|
'flurries' => 'night-alt-snow-wind', |
|
|
|
'fog' => 'night-fog', |
|
|
|
'hazy' => 'night-fog', |
|
|
|
'mostlycloudy' => 'night-cloudy', |
|
|
|
'mostlycloudy' => 'night-alt-cloudy', |
|
|
|
'mostlysunny' => 'night-clear', |
|
|
|
'partlycloudy' => 'night-partly-cloudy', |
|
|
|
'partlysunny' => 'night-partly-cloudy', |
|
|
|
'partlycloudy' => 'night-alt-partly-cloudy', |
|
|
|
'partlysunny' => 'night-alt-partly-cloudy', |
|
|
|
'sleet' => 'night-alt-sleet', |
|
|
|
'rain' => 'night-alt-showers', |
|
|
|
'snow' => 'night-alt-snow', |
|
|
|