mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
add viridescent theme (#3521) ashharrrrrr
This commit is contained in:
parent
3f25c7acab
commit
f73405a5aa
2 changed files with 17 additions and 0 deletions
|
|
@ -1,5 +1,10 @@
|
|||
[
|
||||
{
|
||||
"name" : "viridescent",
|
||||
"bgColor": "#2C3333",
|
||||
"mainColor": "#95d5b2"
|
||||
}
|
||||
,{
|
||||
"name": "dark",
|
||||
"bgColor": "#111",
|
||||
"mainColor": "#eee"
|
||||
|
|
|
|||
12
frontend/static/themes/viridescent.css
Normal file
12
frontend/static/themes/viridescent.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
:root{
|
||||
--bg-color: #2C3333;
|
||||
--main-color: #95d5b2;
|
||||
--caret-color: #f0d3c9;
|
||||
--sub-color: #84a98c;
|
||||
--sub-alt-color: #232828;
|
||||
--text-color: #e9f5db;
|
||||
--error-color: #FF4646;
|
||||
--error-extra-color: #ab2f2f;
|
||||
--colorful-error-color: #bd4141;
|
||||
--colorful-error-extra-color: #883434;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue