From 72a3513a70bda478fc2ec877ef6be912a94c3262 Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Wed, 6 Nov 2024 21:29:04 +0800 Subject: [PATCH] Impr(theme): Add new theme - Sunny Vibes --- fortune_generator/json/themes.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/fortune_generator/json/themes.json b/fortune_generator/json/themes.json index f07cabc..04fb522 100644 --- a/fortune_generator/json/themes.json +++ b/fortune_generator/json/themes.json @@ -102,6 +102,23 @@ "special-event-color": "#ffb6b9" } }, + { + "name": "Sunny Vibes", + "properties": { + "bg-color": "#fffbeb", + "good-fortune-color": "#ff7e67", + "bad-fortune-color": "#ffcc29", + "middle-fortune-color": "#1fab89", + "title-color": "#ff8c42", + "desc-color": "#4a4a4a", + "button-color": "#ffa41b", + "button-hover-color": "#ff8500", + "toggle-theme-button-color": "#34ace0", + "copy-result-button-color": "#ffcc29", + "date-color": "#ffd32a", + "special-event-color": "#f7b731" + } + }, { "name": "Autumn Glow", "properties": {