From 9c485bff5da2c61615330a934ae4b564dc80dc10 Mon Sep 17 00:00:00 2001 From: Crimson Date: Sat, 13 Jul 2024 02:05:59 +0100 Subject: [PATCH] Update index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..a6adc2ab226eb 100644 --- a/themes/index.js +++ b/themes/index.js @@ -462,6 +462,13 @@ 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;