|
1 | 1 | {
|
2 | 2 | "deno.enable": true,
|
3 |
| - "deno.enablePaths": ["./supabase/functions"] |
| 3 | + "deno.enablePaths": ["./supabase/functions"], |
| 4 | + "workbench.colorCustomizations": { |
| 5 | + "statusBar.background": "#9360c9", |
| 6 | + "statusBar.noFolderBackground": "#282828", |
| 7 | + "statusBar.debuggingBackground": "#9360c9", |
| 8 | + "statusBar.foreground": "#FFFFFF", |
| 9 | + "statusBar.noFolderForeground": "#ffffff", |
| 10 | + "statusBar.debuggingForeground": "#FFFFFF", |
| 11 | + "workspaceInStatusBar.text": "#ffffff", |
| 12 | + "editorOverviewRuler.border": "#0000", |
| 13 | + "editorOverviewRuler.findMatchForeground": "#0000", |
| 14 | + "editorOverviewRuler.rangeHighlightForeground": "#0000", |
| 15 | + "editorOverviewRuler.selectionHighlightForeground": "#0000", |
| 16 | + "editorOverviewRuler.wordHighlightForeground": "#0000", |
| 17 | + "editorOverviewRuler.wordHighlightStrongForeground": "#0000", |
| 18 | + "editorOverviewRuler.modifiedForeground": "#0000", |
| 19 | + "editorOverviewRuler.addedForeground": "#0000", |
| 20 | + "editorOverviewRuler.deletedForeground": "#0000", |
| 21 | + "editorOverviewRuler.errorForeground": "#0000", |
| 22 | + "editorOverviewRuler.warningForeground": "#0000", |
| 23 | + "editorOverviewRuler.infoForeground": "#0000", |
| 24 | + "editorOverviewRuler.bracketMatchForeground": "#0000", |
| 25 | + "[Gruvbox Light Medium]": { |
| 26 | + "statusBar.background": "#fbf1c6", |
| 27 | + "statusBar.noFolderBackground": "#fbf1c6", |
| 28 | + "statusBar.debuggingBackground": "#fbf1c6", |
| 29 | + "statusBar.foreground": "#000000", |
| 30 | + "statusBar.noFolderForeground": "#000000", |
| 31 | + "statusBar.debuggingForeground": "#000000", |
| 32 | + "workspaceInStatusBar.text": "#000000" |
| 33 | + }, |
| 34 | + "titleBar.activeBackground": "#9360c9", |
| 35 | + "titleBar.activeForeground": "#FFFFFF", |
| 36 | + "titleBar.inactiveBackground": "#9360c9", |
| 37 | + "titleBar.inactiveForeground": "#FFFFFF", |
| 38 | + "titleBar.border": "#9360c9", |
| 39 | + "activityBar.background": "#9360c9", |
| 40 | + "activityBar.foreground": "#FFFFFF", |
| 41 | + "tab.activeBorder": "#9360c9", |
| 42 | + "iLoveWorkSpaceColors": true, |
| 43 | + "iLoveWorkSpaceRandom": false |
| 44 | + } |
4 | 45 | }
|
0 commit comments