Create rosé_pine_dawn.css

This commit is contained in:
Kainoa Kanter 2021-02-03 21:43:53 -08:00 committed by GitHub
parent ecb08ccdf0
commit 55a93e95e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,11 @@
:root {
--bg-color: #fffaf3; /*Background*/
--main-color: #56949f; /*Color after typing, monkeytype logo, WPM Number acc number etc*/
--caret-color: #ea9d34; /*Cursor Color*/
--sub-color: #c4a7e7; /*WPM text color of scrollbar and general color, before typed color*/
--text-color: #286983 ; /*Color of text after hovering over it*/
--error-color: #b4637a;
--error-extra-color: #d7827e;
--colorful-error-color: #b4637a;
--colorful-error-extra-color: #d7827e;
}