Tebification
This commit is contained in:
parent
e8451b8bed
commit
d5959e1aaf
@ -1,3 +1,4 @@
|
||||
/* mint theme
|
||||
:root {
|
||||
--glass: #EEEEEE77;
|
||||
--background: #EEE;
|
||||
@ -7,6 +8,18 @@
|
||||
--accent: #209D6E;
|
||||
--subtle-accent: #209D6E30;
|
||||
--shadow: 0 4px 32px #03281A12;
|
||||
} */
|
||||
|
||||
/* martian theme */
|
||||
:root {
|
||||
--glass: hsla(0, 20%, 7%, 0.5);
|
||||
--background: hsl(0, 20%, 7%);
|
||||
--foreground: hsl(0, 25%, 90%);
|
||||
--subtle-foreground: hsl(0, 35%, 55%);
|
||||
--outline: #FFFFFF10;
|
||||
--accent: hsl(0, 80%, 40%);
|
||||
--subtle-accent: hsla(0, 80%, 40%, 0.2);
|
||||
--shadow: 0 4px 32px #00000070;
|
||||
}
|
||||
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user