Skip to content

Commit

Permalink
improve quote highlight #667
Browse files Browse the repository at this point in the history
  • Loading branch information
Binaryify committed Dec 17, 2021
1 parent 04fe7b1 commit b8c183c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 29 deletions.
9 changes: 1 addition & 8 deletions src/themes/themeData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,7 @@ export default {
foreground: 'whiskey',
},
},
{
name: 'punctuation.definition',
scope:
'punctuation.definition.string.begin,punctuation.definition.string.end',
settings: {
foreground: 'green',
},
},

{
name: 'Text',
scope: 'variable.parameter.function',
Expand Down
7 changes: 0 additions & 7 deletions themes/OneDark-Pro-darker.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@
"foreground": "#d19a66"
}
},
{
"name": "punctuation.definition",
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "Text",
"scope": "variable.parameter.function",
Expand Down
7 changes: 0 additions & 7 deletions themes/OneDark-Pro-flat.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@
"foreground": "#d19a66"
}
},
{
"name": "punctuation.definition",
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "Text",
"scope": "variable.parameter.function",
Expand Down
7 changes: 0 additions & 7 deletions themes/OneDark-Pro.json
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@
"foreground": "#d19a66"
}
},
{
"name": "punctuation.definition",
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end",
"settings": {
"foreground": "#98c379"
}
},
{
"name": "Text",
"scope": "variable.parameter.function",
Expand Down

0 comments on commit b8c183c

Please sign in to comment.