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:
SANDHIYA G 2024-06-10 19:48:35 +05:30 committed by GitHub
parent f72f58f3f9
commit 76eb104f37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 0 deletions

View file

@ -1230,5 +1230,12 @@
"mainColor": " #ffdd6d",
"subColor": "#779097",
"textColor": "#E5E5E5"
},
{
"name": "lilac_mist",
"bgColor": "#fffbfe",
"mainColor": "#b94189",
"subColor": "#e094c2",
"textColor": "#5c2954"
}
]

View 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;
}