monkeytype/public/themes/terra.css
Noah a9f2190d48 Added GMK Red Dragon and GMK Terra color themes
Added GMK Red Dragon and GMK Terra color themes to match the sets designed by Rensuya.
2020-07-03 19:01:04 -07:00

12 lines
285 B
CSS

:root {
--bg-color: #0c100e;
--main-color: #89c559;
--caret-color: #89c559;
--sub-color: #436029;
--text-color: #f0edd1;
--error-color: #d3ca78;
--error-extra-color: #89844d;
--colorful-error-color: #d3ca78;
--colorful-error-extra-color: #89844d;
}