Update themes.css

This commit is contained in:
LEGALISE_PIRACY 2024-04-27 04:39:01 +00:00
parent f163915f91
commit 2a2b715589

View File

@ -19,6 +19,13 @@ body[theme=threekho] {
--textcolor: #fff; --textcolor: #fff;
--bg: #000000; --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] { body[theme=custom] {
--inputbg: #3c096c; --inputbg: #3c096c;
--inputborder: #5a189a; --inputborder: #5a189a;