Fixed the list bgColor for monokai and sonokai

This commit is contained in:
Provola23 2021-01-01 17:15:49 +01:00 committed by GitHub
parent 91777bca56
commit f26c860b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -186,13 +186,13 @@
},
{
"name": "monokai",
"bgColor": "#2C2E34",
"textColor": "#E2E2E3"
"bgColor": "#272822",
"textColor": "#E6DB74"
},
{
"name": "sonokai",
"bgColor": "#272822",
"textColor": "#E6DB74"
"bgColor": "#2C2E34",
"textColor": "#E2E2E3"
},
{
"name": "camping",