mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-25 04:36:23 +00:00
tomorrow night blue shows keyword color wrong (#204423)
This commit is contained in:
committed by
GitHub
parent
1f507c5474
commit
9db238ecdc
@@ -140,10 +140,7 @@
|
||||
},
|
||||
{
|
||||
"name": "Keyword, Storage",
|
||||
"scope": [
|
||||
"keyword, storage, storage.type, entity.name.tag.css",
|
||||
"entity.name.tag.less"
|
||||
],
|
||||
"scope": "keyword, storage, storage.type, entity.name.tag.css, entity.name.tag.less",
|
||||
"settings": {
|
||||
"fontStyle": "",
|
||||
"foreground": "#EBBBFF"
|
||||
|
||||
Reference in New Issue
Block a user