From 55bfef74a809c9cfeb26a3055e3c736f09296523 Mon Sep 17 00:00:00 2001 From: SHU Date: Fri, 21 Jun 2024 01:57:45 +0900 Subject: [PATCH] Update index.js --- themes/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..2d8fe5b7d9252 100644 --- a/themes/index.js +++ b/themes/index.js @@ -455,6 +455,13 @@ export const themes = { icon_color: "ebcfb2", border_color: "e1bc29", bg_color: "2b2d40", + }, + shu_pink: { + title_color: "FF97CF", + text_color: "FF97CF", + icon_color: "ffd5eb", + border_color: "FF97CF", + bg_color: "ffffff", }, ambient_gradient: { title_color: "ffffff", @@ -464,4 +471,5 @@ export const themes = { }, }; + export default themes;