mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-06 05:26:54 +08:00
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:
parent
cd16b2fbf5
commit
108fefd481
2 changed files with 19 additions and 0 deletions
|
@ -1153,5 +1153,12 @@
|
|||
"mainColor": "#7d67a9",
|
||||
"subColor": "#3a98b9",
|
||||
"textColor": "#1b4c5e"
|
||||
},
|
||||
{
|
||||
"name": "cherry_blossom",
|
||||
"bgColor": "#323437",
|
||||
"mainColor": "#d65ccc",
|
||||
"subColor": "#787d82",
|
||||
"textColor": "#d1d0c5"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/cherry_blossom.css
Normal file
12
frontend/static/themes/cherry_blossom.css
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue