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/martian.css Normal file
View File

@@ -0,0 +1,13 @@
/* martian theme */
:root {
--glass: url("frost.webp"), hsla(0, 20%, 7%, 0.5);
--background: hsl(0, 20%, 7%);
--foreground: hsl(0, 25%, 90%);
--subtle-foreground: hsl(0, 35%, 55%);
--outline: hsl(0, 23%, 20%);
--shine: #FFFFFF10;
--accent: hsl(0, 80%, 40%);
--subtle-accent: hsla(0, 80%, 40%, 0.2);
--shadow: 0 4px 32px #00000070;
--icon-filter: saturate(0.89) brightness(0.72);
}