mirror of https://github.com/microsoft/vscode.git
dimmed monokai: remove duplicate rules (#241756)
This commit is contained in:
parent
2e6b2792b9
commit
8d7910be59
|
@ -19,8 +19,8 @@
|
|||
"editor.wordHighlightStrongBackground": "#6767ce80",
|
||||
"editorCursor.foreground": "#c07020",
|
||||
"editorWhitespace.foreground": "#505037",
|
||||
"editorIndentGuide.background": "#505037",
|
||||
"editorIndentGuide.activeBackground": "#707057",
|
||||
"editorIndentGuide.background1": "#505037",
|
||||
"editorIndentGuide.activeBackground1": "#707057",
|
||||
"editorGroupHeader.tabsBackground": "#282828",
|
||||
"tab.inactiveBackground": "#404040",
|
||||
"tab.border": "#303030",
|
||||
|
@ -126,14 +126,6 @@
|
|||
"foreground": "#8080FF",
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Keyword",
|
||||
"scope": "keyword",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Support",
|
||||
"scope": "support",
|
||||
|
@ -185,22 +177,6 @@
|
|||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag name",
|
||||
"scope": "entity.name.tag",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tag attribute",
|
||||
"scope": "entity.other.attribute-name",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#9872A2"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Library function",
|
||||
"scope": "support.function",
|
||||
|
@ -225,14 +201,6 @@
|
|||
"foreground": "#6089B4"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Meta Brace",
|
||||
"scope": "punctuation.section.embedded -(source string source punctuation.section.embedded), meta.brace.erb.html",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#008200"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Invalid",
|
||||
"scope": "invalid",
|
||||
|
|
Loading…
Reference in New Issue