diff --git a/src/common/Card.js b/src/common/Card.js index 4c3f695..643faab 100644 --- a/src/common/Card.js +++ b/src/common/Card.js @@ -364,6 +364,32 @@ class Card { + `, + + red_rain: ` + + + + + + + + + + + + + + + + + + ${this.renderRainDrops()} + + + + + `, snow: ` diff --git a/themes/index.js b/themes/index.js index 5531a4f..9d4b228 100644 --- a/themes/index.js +++ b/themes/index.js @@ -476,6 +476,13 @@ export const themes = { bg_color: "transparent", border_color: "ffffff", }, + red_rain: { + title_color: "ffffff", + icon_color: "ffffff", + text_color: "ffffff", + bg_color: "transparent", + border_color: "ffffff", + }, snow: { title_color: "ffffff", icon_color: "ffffff",