更新 settings.json
This commit is contained in:
parent
996d008a72
commit
2e18f3b61c
|
@ -5,16 +5,16 @@
|
|||
],
|
||||
"workbench.startupEditor": "newUntitledFile",
|
||||
"workbench.colorCustomizations": {
|
||||
"editor.foldBackground": "#f4efef00",
|
||||
"editor.foldBackground": "#f4efef",
|
||||
"editor.selectionBackground": "#fd9090",
|
||||
"editor.selectionHighlightBackground": "#fdbed800",
|
||||
"editorOverviewRuler.findMatchForeground": "#0000ff00",
|
||||
"editorOverviewRuler.selectionHighlightForeground": "#ff000000",
|
||||
"editor.selectionHighlightBackground": "#fdbed8",
|
||||
"editorOverviewRuler.findMatchForeground": "#6f75eb",
|
||||
"editorOverviewRuler.selectionHighlightForeground": "#ff0000",
|
||||
"editorCursor.foreground": "#007523",
|
||||
"editorBracketMatch.border": "#97d3aa",
|
||||
"editorBracketMatch.background": "#97d3aa",
|
||||
"editor.lineHighlightBackground": "#f0f0f0",
|
||||
"editor.findMatchHighlightBackground": "#e8ec6900",
|
||||
"editor.findMatchHighlightBackground": "#e8ec69",
|
||||
"editor.findMatchBackground": "#e5e7a3",
|
||||
"terminal.background": "#f8f8f8",
|
||||
"sideBar.foreground": "#000000",
|
||||
|
@ -170,4 +170,5 @@
|
|||
"--line-length=120",
|
||||
],
|
||||
"workbench.statusBar.visible": false,
|
||||
"workbench.activityBar.location": "hidden",
|
||||
}
|
Loading…
Reference in New Issue