更新 settings.json

This commit is contained in:
colin 2026-01-09 10:40:15 +08:00
parent d11cdff2cc
commit 535320089c
1 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,7 @@
"workbench.colorCustomizations": { "workbench.colorCustomizations": {
"tab.activeBackground": "#fdbed8", "tab.activeBackground": "#fdbed8",
"tab.inactiveBackground": "#f4efef", "tab.inactiveBackground": "#f4efef",
"tab.border": "#808080",
"editor.background": "#f8f8f8", "editor.background": "#f8f8f8",
"editor.foldBackground": "#f4efef", "editor.foldBackground": "#f4efef",
"editor.selectionBackground": "#ede090", "editor.selectionBackground": "#ede090",
@ -187,6 +188,5 @@
"dart.flutterSdkPath": "/Users/colin/develop/flutter", "dart.flutterSdkPath": "/Users/colin/develop/flutter",
"nrf-connect.enableTelemetry": false, "nrf-connect.enableTelemetry": false,
"nrf-connect.sdkManager.region": "default", "nrf-connect.sdkManager.region": "default",
"workbench.activityBar.location": "hidden", "workbench.editor.wrapTabs": true
"workbench.editor.wrapTabs": true,
} }