added mintea assets

This commit is contained in:
2023-12-27 15:34:44 -07:00
committed by emma
parent 6d8cdf58ca
commit 2ee7393a99
19 changed files with 751 additions and 0 deletions

13
assets/res/mint-dark.css Normal file
View File

@@ -0,0 +1,13 @@
/* mint theme */
:root {
--glass: url("frost.webp"), #33333377;
--background: #111;
--foreground: #CCC;
--subtle-foreground: #777;
--outline: #FFFFFF15;
--shine: #FFFFFF18;
--accent: #209D6E;
--subtle-accent: #209D6E30;
--shadow: 0 4px 32px #03281A12;
--icon-filter: hue-rotate(157deg) saturate(0.80) brightness(1.3);
}