mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-30 10:47:22 +08:00
New Theme: Modern Dolch Light (#3428) zealptl
* styles: add modern dolch light theme * fix bg-color * fix bg-color
This commit is contained in:
parent
0f466f98ef
commit
44057a7f46
2 changed files with 17 additions and 0 deletions
|
|
@ -769,4 +769,9 @@
|
|||
"bgColor": "#386641",
|
||||
"mainColor": "#6a994e"
|
||||
}
|
||||
,{
|
||||
"name": "modern_dolch_light",
|
||||
"bgColor": "#dbdbdb",
|
||||
"mainColor": "#8fd1c3"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
12
frontend/static/themes/modern_dolch_light.css
Normal file
12
frontend/static/themes/modern_dolch_light.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--bg-color: #dbdbdb;
|
||||
--caret-color: #8fd1c3;
|
||||
--main-color: #8fd1c3;
|
||||
--sub-color: #acacac;
|
||||
--sub-alt-color: #a8a8a8;
|
||||
--text-color: #454545;
|
||||
--error-color: #ea8a9a;
|
||||
--error-extra-color: #e0556d;
|
||||
--colorful-error-color: #ea8a9a;
|
||||
--colorful-error-extra-color: #e0556d;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue