mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
Created blueberry light and dark theme
This commit is contained in:
parent
3ac6df1561
commit
5f33661387
2 changed files with 22 additions and 0 deletions
11
static/themes/blueberry_dark.css
Normal file
11
static/themes/blueberry_dark.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #242939;
|
||||
--main-color: #27e8a7;
|
||||
--caret-color: #27e8a7;
|
||||
--sub-color: #506477;
|
||||
--text-color: #add7ff;
|
||||
--error-color: #df4577;
|
||||
--error-extra-color: #df4577;
|
||||
--colorful-error-color: #df4577;
|
||||
--colorful-error-extra-color: #df4577;
|
||||
}
|
11
static/themes/blueberry_light.css
Normal file
11
static/themes/blueberry_light.css
Normal file
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #c1daf3;
|
||||
--main-color: #27e8a7;
|
||||
--caret-color: #27e8a7;
|
||||
--sub-color: #7290aa;
|
||||
--text-color: #516377;
|
||||
--error-color: #df4577;
|
||||
--error-extra-color: #df4577;
|
||||
--colorful-error-color: #df4577;
|
||||
--colorful-error-extra-color: #df4577;
|
||||
}
|
Loading…
Reference in a new issue