mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-09 23:25:53 +08:00
feat(theme): add lilac mist (sandyg6) (#5415)
* feat(theme):Add lilac_mist * feat(theme): Add updated lilac_mist.css * Update _list.json * feat(theme): Add theme lilac_mist * Add lilac_mist.css * Add Updated _list.json * Add updated lilac_mist.css * increase color separation darker text pinker main lighter sub --------- Co-authored-by: Miodec <jack@monkeytype.com>
This commit is contained in:
parent
f72f58f3f9
commit
76eb104f37
2 changed files with 19 additions and 0 deletions
|
@ -1230,5 +1230,12 @@
|
|||
"mainColor": " #ffdd6d",
|
||||
"subColor": "#779097",
|
||||
"textColor": "#E5E5E5"
|
||||
},
|
||||
{
|
||||
"name": "lilac_mist",
|
||||
"bgColor": "#fffbfe",
|
||||
"mainColor": "#b94189",
|
||||
"subColor": "#e094c2",
|
||||
"textColor": "#5c2954"
|
||||
}
|
||||
]
|
||||
|
|
12
frontend/static/themes/lilac_mist.css
Normal file
12
frontend/static/themes/lilac_mist.css
Normal file
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #fffbfe;
|
||||
--main-color: #b94189;
|
||||
--caret-color: #e099d6d9;
|
||||
--sub-color: #e094c2;
|
||||
--sub-alt-color: #ecdceed9;
|
||||
--text-color: #5c2954;
|
||||
--error-color: #ff6f69;
|
||||
--error-extra-color: #ff6f69;
|
||||
--colorful-error-color: #bc7fc0;
|
||||
--colorful-error-extra-color: #bc41b1;
|
||||
}
|
Loading…
Add table
Reference in a new issue