feat: add atmospheric cloudy weather theme

This commit is contained in:
zv
2026-06-01 19:25:31 +02:00
parent 6346a3cda9
commit 4dcc13dcbf
4 changed files with 22 additions and 3 deletions

View File

@@ -115,4 +115,4 @@ export interface WeatherWarning {
office: string | null;
}
export type WeatherMood = "warm" | "rain" | "wind" | "cold" | "night" | "mild";
export type WeatherMood = "warm" | "cloudy" | "rain" | "wind" | "cold" | "night" | "mild";