更新 'settings.json'

This commit is contained in:
colin 2021-12-09 19:02:48 +08:00
parent aa3d769061
commit 8694ea77b7
1 changed files with 54 additions and 48 deletions

View File

@ -6,16 +6,16 @@
],
"workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": {
"editor.selectionBackground": "#ffa9cd",
"editor.selectionHighlightBackground": "#ffa8a8",
"editor.selectionBackground": "#fd9090",
"editor.selectionHighlightBackground": "#fdbed8",
"editorOverviewRuler.findMatchForeground": "#0000ff",
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
"editorCursor.foreground": "#007523",
"editorBracketMatch.border": "#97d3aa",
"editorBracketMatch.background": "#97d3aa",
"editor.lineHighlightBackground": "#f0f0f0",
"editor.findMatchHighlightBackground": "#e0e480",
"editor.findMatchBackground": "#e0e480",
"editor.findMatchHighlightBackground": "#e8ec69",
"editor.findMatchBackground": "#e5e7a3",
"terminal.background": "#f8f8f8",
"sideBar.foreground": "#000000",
"tab.activeForeground": "#000000",
@ -53,50 +53,54 @@
// "numbers": "#008000",
// "types": "#400080",
// },
// "editor.semanticHighlighting.enabled": true,
// "editor.semanticTokenColorCustomizations": {
// "enabled": true,
// "rules": {
// "parameter": "#306b72",
// "class": {
// "fontStyle": "bold",
// "foreground": "#729de3"
// },
// "function": {
// "foreground": "#e5b124"
// },
// "variable": "#26cdca",
// "enum": "#397797",
// "enumMember": "#397797",
// "macro": {
// "foreground": "#8f5daf",
"editor.semanticHighlighting.enabled": true,
"editor.semanticTokenColorCustomizations": {
"enabled": true,
"rules": {
"parameter": "#306b72",
"class": {
"fontStyle": "bold",
"foreground": "#729de3"
},
"function": {
"foreground": "#800000"
},
"variable": "#000000",
"string": "#008080",
"keyword": "#808000",
"number": "#008000",
"type": "#400080",
"enum": "#397797",
"enumMember": "#397797",
"macro": {
"foreground": "#8f5daf",
// "fontStyle": "bold"
// },
// "method": {
// "foreground": "#e5b124",
// "fontStyle": "underline"
// },
// "comment": "#505050",
// "namespace": {
// "foreground": "#00d780",
// "fontStyle": "bold"
// },
// "*.readonly": {
// "fontStyle": "bold"
// },
// "variable.readonly": {
// "foreground": "#8f5daf",
// "fontStyle": "bold"
// },
// "*.static": {
// "fontStyle": "italic"
// },
// "property": {
// "foreground": "#7ca6b7",
// "fontStyle": "underline"
// },
// }
// },
},
"method": {
"foreground": "#e5b124",
"fontStyle": "underline"
},
"comment": "#7c7c7c",
"namespace": {
"foreground": "#00d780",
"fontStyle": "bold"
},
"*.readonly": {
"fontStyle": "bold"
},
"variable.readonly": {
"foreground": "#8f5daf",
"fontStyle": "bold"
},
"*.static": {
"fontStyle": "italic"
},
"property": {
"foreground": "#7ca6b7",
"fontStyle": "underline"
},
}
},
"terminal.integrated.scrollback": 10000,
"explorer.autoReveal": false,
"editor.minimap.maxColumn": 80,
@ -181,4 +185,6 @@
"BUILD": "bazel"
},
"scm.countBadge": "off",
"workbench.statusBar.visible": false,
"workbench.activityBar.visible": false,
}