mirror da
https://github.com/A6-9V/MQL5-Google-Onedrive.git
sincronizzato 2026-04-11 09:30:59 +00:00
22 righe
603 B
Markdown
22 righe
603 B
Markdown
|
|
# Cursor light theme (workspace setup)
|
||
|
|
|
||
|
|
This repo includes a workspace setting that forces a light theme when opened in **Cursor** (or VS Code).
|
||
|
|
|
||
|
|
## What’s included
|
||
|
|
|
||
|
|
- `.vscode/settings.json` sets:
|
||
|
|
- `workbench.colorTheme`: **Default Light+**
|
||
|
|
|
||
|
|
## How to use in Cursor
|
||
|
|
|
||
|
|
1. Open this folder in Cursor.
|
||
|
|
2. If the theme doesn’t change immediately, reload the window:
|
||
|
|
- Command Palette → **Developer: Reload Window**
|
||
|
|
|
||
|
|
## Change the light theme (optional)
|
||
|
|
|
||
|
|
In Cursor:
|
||
|
|
|
||
|
|
- Command Palette → **Preferences: Color Theme**
|
||
|
|
- Pick another light theme, then update `.vscode/settings.json` accordingly.
|
||
|
|
|