feat: monokai theme

This commit is contained in:
Ryan Harrington 2020-06-04 09:29:35 -06:00
parent 60c2ad513b
commit 51f9a8d666
No known key found for this signature in database
GPG key ID: 258486E3329B076C
2 changed files with 14 additions and 0 deletions

View file

@ -168,5 +168,10 @@
"name": "gruvbox_light",
"bgColor": "#fbf1c7",
"textColor": "#458588"
},
{
"name": "monokai",
"bgColor": "#272822",
"textColor": "E6DB74"
}
]

View 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;
}