added cherry blossom theme (#4057) mushytoast

* Create cherry_blossom.css

* Update _list.json

* updated sub alt color

---------

Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
Nolan 2023-03-10 05:22:42 -08:00 committed by GitHub
parent cd16b2fbf5
commit 108fefd481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 0 deletions

View file

@ -1153,5 +1153,12 @@
"mainColor": "#7d67a9",
"subColor": "#3a98b9",
"textColor": "#1b4c5e"
},
{
"name": "cherry_blossom",
"bgColor": "#323437",
"mainColor": "#d65ccc",
"subColor": "#787d82",
"textColor": "#d1d0c5"
}
]

View file

@ -0,0 +1,12 @@
:root {
--bg-color: #323437;
--main-color: #d65ccc;
--caret-color: #ffffff;
--sub-color: #787d82;
--sub-alt-color: #2d2f31;
--text-color: #d1d0c5;
--error-color: #ca4754;
--error-extra-color: #d32738;
--colorful-error-color: #ec182d;
--colorful-error-extra-color: #6e0c16;
}