From 08667f7bcd21ff11c96801c439c0449e418ca697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=ADa=20Mart=C3=ADnez?= Date: Thu, 12 Dec 2024 10:25:19 +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..2f84e3361c9bc 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: "f3995a", + text_color: "f3995a", + icon_color: "f3995a", + bg_color: "28,133,181", + }, }; export default themes;