From 86d939ba12c7285729ec7d518ebb64322c43027c Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Mon, 29 Jan 2024 23:45:27 +0000 Subject: [PATCH] Update themes.css --- themes.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes.css b/themes.css index 215ca799..451a54e2 100644 --- a/themes.css +++ b/themes.css @@ -12,6 +12,13 @@ body { --textcolor: #fff; --bg: #10002b; } +body[theme=3kh0] { + --inputbg: #28A018; + --inputborder: #0A8F00; + --uibg: #000000; + --textcolor: #fff; + --bg: #000000; +} body[theme=custom] { --inputbg: #3c096c; --inputborder: #5a189a;