mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-27 09:16:13 +08:00
added material. closes #1653
This commit is contained in:
parent
17577921b2
commit
1c9d392a75
2 changed files with 16 additions and 0 deletions
|
|
@ -568,5 +568,10 @@
|
|||
"name": "vscode",
|
||||
"bgColor": "#1E1E1E",
|
||||
"textColor": "#007acc"
|
||||
},
|
||||
{
|
||||
"name": "material",
|
||||
"bgColor": "#263238",
|
||||
"textColor": "#80cbc4"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
11
static/themes/material.css
Normal file
11
static/themes/material.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
:root {
|
||||
--bg-color: #263238;
|
||||
--main-color: #80cbc4;
|
||||
--caret-color: #80cbc4;
|
||||
--sub-color: #4c6772;
|
||||
--text-color: #e6edf3;
|
||||
--error-color: #fb4934;
|
||||
--error-extra-color: #cc241d;
|
||||
--colorful-error-color: #fb4934;
|
||||
--colorful-error-extra-color: #cc241d;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue