From 8bf05a0f76b1a9b417c5b2bcbebe0bbe268f08ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Mart=C3=ADnez?= Date: Thu, 12 Dec 2024 10:29:02 +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..f63acef64dbb4 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: "f49a59", + text_color: "f49a59", + icon_color: "f49a59", + bg_color: "539bad", + }, }; export default themes;