mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
adds magic girl and dark magic girl css color themes
This commit is contained in:
parent
ec76e54519
commit
da73b7d8ce
2 changed files with 22 additions and 0 deletions
11
public/themes/darkmagicgirl.css
Normal file
11
public/themes/darkmagicgirl.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #091f2c;
|
||||
--main-color: #f5b1cc;
|
||||
--caret-color: #93e8d3;
|
||||
--sub-color: #93e8d3;
|
||||
--text-color: #a288d9;
|
||||
--error-color: #e45c96;
|
||||
--error-extra-color: #e45c96;
|
||||
--colorful-error-color: #00b398;
|
||||
--colorful-error-extra-color: #e45c96;
|
||||
}
|
11
public/themes/magicgirl.css
Normal file
11
public/themes/magicgirl.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #ffffff;
|
||||
--main-color: #f5b1cc;
|
||||
--caret-color: #e45c96;
|
||||
--sub-color: #93e8d3;
|
||||
--text-color: #00ac8c;
|
||||
--error-color: #ffe495;
|
||||
--error-extra-color: #e45c96;
|
||||
--colorful-error-color: #ffe485;
|
||||
--colorful-error-extra-color: #e45c96;
|
||||
}
|
Loading…
Reference in a new issue