MQL5-Google-Onedrive/.vscode/settings.json
Cursor Agent 1ac8e96d30 feat: Add workspace settings for light theme
Co-authored-by: genxdbxfx3 <genxdbxfx3@gmail.com>
2025-12-26 07:02:24 +00:00

9 lines
312 B
JSON

{
"workbench.colorTheme": "Default Light+",
"workbench.preferredLightColorTheme": "Default Light+",
"editor.minimap.enabled": false,
"editor.renderLineHighlight": "all",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"window.autoDetectColorScheme": false
}