feat: add dark mode and announcement component

This commit is contained in:
2025-03-27 15:00:01 -07:00
parent b7f60dbcb7
commit 57070cb14a
7 changed files with 157 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"Sakura Dreams Dark": {
"primary": "fff5f8",
"secondary": "7a2048",
"tertiary": "ff85a1",
"quaternary": "c75b7c",
"header_background": "7a2048",
"header_primary": "ffb7c5",
"highlight": "ffb7c5",
"danger": "ff5c5c",
"success": "ff9ecf",
"love": "ff6eb5",
"selected": "ffd6e0",
"hover": "ffecf2"
}
}