fix f-strings, search menu

This commit is contained in:
hhh
2024-09-17 20:52:45 +03:00
parent 9f36cd6ab4
commit 8e9b2219db

View File

@@ -16,8 +16,8 @@
"titleBar.activeBackground": "#2b2d30",
"gitDecoration.ignoredResourceForeground": "#c69568",
"gitDecoration.modifiedResourceForeground": "#699ce2",
"editor.findMatchBackground": "#373b39",
"editor.findMatchHighlightBackground": "#373b39a2",
"editor.findMatchBackground": "#ffffff00",
"editor.findMatchHighlightBackground": "#373b39b6",
"editorLineNumber.foreground": "#4b5059",
"editorSuggestWidget.background": "#2b2d30",
"editorSuggestWidget.selectedBackground": "#43454a",
@@ -135,6 +135,15 @@
"foreground": "#cf8e6d"
}
},
{
"name": "String storage type",
"scope": [
"storage.type.string"
],
"settings": {
"foreground": "#6aab73",
}
},
{
"name": "Object literal key",
"scope": ["meta.object-literal.key"],