From bf8ff90d950c9542885670fe0486fa56e381ec99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Mart=C3=ADnez?= Date: Thu, 12 Dec 2024 10:36:01 +0100 Subject: [PATCH] Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..3aec8af5f25dd 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,12 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + lucia_s: { + title_color: "ffffff", + text_color: "ffffff", + icon_color: "ffffff", + bg_color: "0cc0df,fffc00,ffa100", + }, }; export default themes;