mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-03 12:29:46 +08:00
feat: monokai theme
This commit is contained in:
parent
60c2ad513b
commit
51f9a8d666
2 changed files with 14 additions and 0 deletions
|
@ -168,5 +168,10 @@
|
|||
"name": "gruvbox_light",
|
||||
"bgColor": "#fbf1c7",
|
||||
"textColor": "#458588"
|
||||
},
|
||||
{
|
||||
"name": "monokai",
|
||||
"bgColor": "#272822",
|
||||
"textColor": "E6DB74"
|
||||
}
|
||||
]
|
||||
|
|
9
public/themes/monokai.css
Normal file
9
public/themes/monokai.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--bg-color: #272822;
|
||||
--main-color: #A6E22E;
|
||||
--caret-color: #66D9EF;
|
||||
--sub-color: #75715E;
|
||||
--text-color: #E6DB74;
|
||||
--error-color: #F92672;
|
||||
--error-extra-color: #FD971F;
|
||||
}
|
Loading…
Reference in a new issue