fix f-strings, search menu
This commit is contained in:
@@ -16,8 +16,8 @@
|
|||||||
"titleBar.activeBackground": "#2b2d30",
|
"titleBar.activeBackground": "#2b2d30",
|
||||||
"gitDecoration.ignoredResourceForeground": "#c69568",
|
"gitDecoration.ignoredResourceForeground": "#c69568",
|
||||||
"gitDecoration.modifiedResourceForeground": "#699ce2",
|
"gitDecoration.modifiedResourceForeground": "#699ce2",
|
||||||
"editor.findMatchBackground": "#373b39",
|
"editor.findMatchBackground": "#ffffff00",
|
||||||
"editor.findMatchHighlightBackground": "#373b39a2",
|
"editor.findMatchHighlightBackground": "#373b39b6",
|
||||||
"editorLineNumber.foreground": "#4b5059",
|
"editorLineNumber.foreground": "#4b5059",
|
||||||
"editorSuggestWidget.background": "#2b2d30",
|
"editorSuggestWidget.background": "#2b2d30",
|
||||||
"editorSuggestWidget.selectedBackground": "#43454a",
|
"editorSuggestWidget.selectedBackground": "#43454a",
|
||||||
@@ -135,6 +135,15 @@
|
|||||||
"foreground": "#cf8e6d"
|
"foreground": "#cf8e6d"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "String storage type",
|
||||||
|
"scope": [
|
||||||
|
"storage.type.string"
|
||||||
|
],
|
||||||
|
"settings": {
|
||||||
|
"foreground": "#6aab73",
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "Object literal key",
|
"name": "Object literal key",
|
||||||
"scope": ["meta.object-literal.key"],
|
"scope": ["meta.object-literal.key"],
|
||||||
|
|||||||
Reference in New Issue
Block a user