monkeytype/static/themes/dev.css
Abdullah Omar cfc0785e9a
Dev theme (#2175) by Abod1960
* added dev.css

this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799

* added dev theme

this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799
2021-12-13 15:36:45 +00:00

13 lines
399 B
CSS

/*this theme is based on "Dev theme by KDr3w" color pallet: https://www.deviantart.com/kdr3w/art/Dev-825722799 */
:root {
--bg-color: #1b2028;
--main-color: #23a9d5;
--caret-color: #4b5975;
--sub-color: #4b5975;
--text-color: #ccccb5;
--error-color: #b81b2c;
--error-extra-color: #84131f;
--colorful-error-color: #b81b2c;
--colorful-error-extra-color: #84131f;
}