From 19cb30467f679311a0555d8a85afbe6d3166d393 Mon Sep 17 00:00:00 2001 From: Crimson Date: Sat, 13 Jul 2024 01:54:08 +0100 Subject: [PATCH] Added Lawliet_theme --- themes/index.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..3d7a5ef286fb4 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,14 @@ export const themes = { icon_color: "ffffff", bg_color: "35,4158d0,c850c0,ffcc70", }, + Lawliet_theme: { + title_color: "bfbfbf", + text_color: "DC143C", + icon_color: "DC143C", + border_color: "f2f2f2", + bg_color: "1a1a1a", + }, + }, }; export default themes;