mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-06 05:43:47 +08:00
Merge pull request #1190 from 71xn/added-gmk-muted-theme
Create muted.css
This commit is contained in:
commit
fc5753fd5d
2 changed files with 13 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
|||
"bgColor": "#111",
|
||||
"textColor": "#eee"
|
||||
},
|
||||
{
|
||||
"name": "muted",
|
||||
"bgColor": "#525252",
|
||||
"textColor": "#B1E4E3"
|
||||
},
|
||||
{
|
||||
"name": "dark_magic_girl",
|
||||
"bgColor": "#091f2c",
|
||||
|
|
8
static/themes/muted.css
Normal file
8
static/themes/muted.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
:root {
|
||||
--bg-color: #525252;
|
||||
--main-color: #C5B4E3;
|
||||
--caret-color: #B1E4E3;
|
||||
--sub-color: #939eae;
|
||||
--text-color: #B1E4E3;
|
||||
--error-color: #EDC1CD;
|
||||
}
|
Loading…
Reference in a new issue