mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-28 19:08:32 +08:00
added theme colors for KAM Soaring Skies (#1889) by Hakata-jpn
* added theme colors for KAM Soaring Skies * updated text color Co-authored-by: Jack <bartnikjack@gmail.com>
This commit is contained in:
parent
a96ae52454
commit
7b97298f08
2 changed files with 16 additions and 0 deletions
|
|
@ -588,5 +588,10 @@
|
|||
"name": "terror_below",
|
||||
"bgColor": "#0b1e1a",
|
||||
"textColor": "#66ac92"
|
||||
},
|
||||
{
|
||||
"name": "soaring_skies",
|
||||
"bgColor": "#fdeedd",
|
||||
"textColor": "#1e107a"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
11
static/themes/soaring_skies.css
Normal file
11
static/themes/soaring_skies.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #fff9f2;
|
||||
--main-color: #55c6f0;
|
||||
--caret-color: #1e107a;
|
||||
--sub-color: #1e107a;
|
||||
--text-color: #1d1e1e;
|
||||
--error-color: #fb5745;
|
||||
--error-extra-color: #b03c30;
|
||||
--colorful-error-color: #fb5745;
|
||||
--colorful-error-extra-color: #b03c30;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue