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;