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

@@ -0,0 +1,13 @@
/* martian theme */
:root {
--glass: url("frost.webp"), #24293370;
--background: #242933;
--foreground: #d8dee9;
--subtle-foreground: #aeb7c6;
--outline: #3b4252;
--shine: #FFFFFF10;
--accent: #88c0d0;
--subtle-accent: #88c0d030;
--shadow: 0 4px 32px #00000040;
--icon-filter: hue-rotate(187deg) saturate(0.30) brightness(1.87);
}