forked from rDrama/rDrama
1
0
Fork 0
master
kek7198 2021-12-20 13:06:36 -06:00
parent c05c28d0bc
commit 404c0e638f
1 changed files with 13 additions and 0 deletions

View File

@ -2470,6 +2470,19 @@ video {
--color-900: 15,23,42;
}
.theme-abyss {
--color-primary: 219,39,119;
--color-100: 244,244,245;
--color-200: 228,228,231;
--color-300: 212,212,216;
--color-400: 161, 161,171;
--color-500: 117, 117,126;
--color-600: 82,82,91;
--color-700: 0,0,0;
--color-800: 0,0,0;
--color-900: 0,0,0;
}
.theme-midnight {
--color-primary: 219,39,119;
--color-100: 243,244,246;