[thems] remove default token colors

This commit is contained in:
Martin Aeschlimann
2017-11-08 10:56:47 +01:00
parent 06d659f33f
commit f4a4dd3be3
2 changed files with 2 additions and 10 deletions

View File

@@ -3,20 +3,13 @@
"name": "Dark (Visual Studio)",
"include": "./dark_defaults.json",
"tokenColors": [
{
"settings": {
"foreground": "#D4D4D4",
"background": "#1E1E1E"
}
},
{
"scope": [
"meta.embedded",
"source.groovy.embedded"
],
"settings": {
"foreground": "#D4D4D4",
"background": "#1E1E1E"
"foreground": "#D4D4D4"
}
},
{