更新 settings.json

This commit is contained in:
colin 2025-09-15 16:44:41 +08:00
parent 996d008a72
commit 2e18f3b61c
1 changed files with 6 additions and 5 deletions

View File

@ -5,16 +5,16 @@
], ],
"workbench.startupEditor": "newUntitledFile", "workbench.startupEditor": "newUntitledFile",
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"editor.foldBackground": "#f4efef00", "editor.foldBackground": "#f4efef",
"editor.selectionBackground": "#fd9090", "editor.selectionBackground": "#fd9090",
"editor.selectionHighlightBackground": "#fdbed800", "editor.selectionHighlightBackground": "#fdbed8",
"editorOverviewRuler.findMatchForeground": "#0000ff00", "editorOverviewRuler.findMatchForeground": "#6f75eb",
"editorOverviewRuler.selectionHighlightForeground": "#ff000000", "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": "#e8ec6900", "editor.findMatchHighlightBackground": "#e8ec69",
"editor.findMatchBackground": "#e5e7a3", "editor.findMatchBackground": "#e5e7a3",
"terminal.background": "#f8f8f8", "terminal.background": "#f8f8f8",
"sideBar.foreground": "#000000", "sideBar.foreground": "#000000",
@ -170,4 +170,5 @@
"--line-length=120", "--line-length=120",
], ],
"workbench.statusBar.visible": false, "workbench.statusBar.visible": false,
"workbench.activityBar.location": "hidden",
} }