Skip to content

Instantly share code, notes, and snippets.

@lucasmrdt
lucasmrdt / settings.json
Last active April 22, 2025 09:10
Trae theme for cursor/vscode
{
"workbench.colorTheme": "Default Dark+",
"window.titleBarStyle": "custom",
"editor.scrollbar.vertical": "visible",
"editor.scrollbar.horizontal": "visible",
"editor.scrollbar.verticalScrollbarSize": 8,
"editor.scrollbar.horizontalScrollbarSize": 8,
"breadcrumbs.showFiles": true,
"breadcrumbs.showArrays": false,
"breadcrumbs.showBooleans": false,