monkeytype/static/themes/creamsicle.css
Teddi d4c7c62c26
Add Pink Lemonade, Creamsicle, and Beach Themes 🍹🍊🏖 (#2274) by teddinotteddy
* Create beach.css

* Update _list.json

* Update beach.css

* Update beach.css

* Update beach.css

* Update beach.css

* Update beach.css

* Update beach.css

* Add Creamsicle Theme 🍊

* Create pink_lemonade.css

* Delete beach.css

* Update _list.json

* Update _list.json

* Create beach.css

* Change Creamsicle Theme Error Color

* Change Error Color to Purple

Purple contrasts better with orange then blue.

Co-authored-by: Jack <jack@monkeytype.com>
2022-01-11 18:52:48 +01:00

12 lines
267 B
CSS

:root {
--bg-color: #ff9869;
--main-color: #fcfcf8;
--caret-color: #fcfcf8;
--sub-color: #ff661f;
--text-color: #fcfcf8;
--error-color: #6a0dad;
--error-extra-color: #6a0dad;
--colorful-error-color: #6a0dad;
--colorful-error-extra-color: #6a0dad;
}