From 2a2b715589e1a79042c35f69fa05739e0d16eea8 Mon Sep 17 00:00:00 2001 From: LEGALISE_PIRACY Date: Sat, 27 Apr 2024 04:39:01 +0000 Subject: [PATCH] Update themes.css --- themes.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes.css b/themes.css index f08572f9..20ce4122 100644 --- a/themes.css +++ b/themes.css @@ -19,6 +19,13 @@ body[theme=threekho] { --textcolor: #fff; --bg: #000000; } +body[theme=dogcat] { + --inputbg: #537294; + --inputborder: #30719c; + --uibg: #2a7491; + --textcolor: #fff; + --bg: url("https://wallpaperaccess.com/full/115544.jpg"), rgb(26, 127, 158); +} body[theme=custom] { --inputbg: #3c096c; --inputborder: #5a189a;