mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 23:59:43 +01:00
[thems] remove default token colors
This commit is contained in:
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user