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;