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