From d5ea423d84d73f3bba5f029f406976ec25ab4e7a Mon Sep 17 00:00:00 2001 From: Momo241 <57633005+Mored241@users.noreply.github.com> Date: Thu, 13 Jun 2024 18:20:52 +0000 Subject: [PATCH] Update index.js A new theme for this amazing theme package. --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..6b6ba48e27ee3 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", }, + mored: { + title_color: "C73659", + text_color: "EEEEEE", + icon_color: "A91D3A", + bg_color: "151515,0c0c0c", + }, }; export default themes;