|
| 1 | +{ |
| 2 | + "workbench.colorCustomizations": { |
| 3 | + "activityBar.activeBackground": "#ab307e", |
| 4 | + "activityBar.background": "#ab307e", |
| 5 | + "activityBar.foreground": "#e7e7e7", |
| 6 | + "activityBar.inactiveForeground": "#e7e7e799", |
| 7 | + "activityBarBadge.background": "#25320e", |
| 8 | + "activityBarBadge.foreground": "#e7e7e7", |
| 9 | + "commandCenter.border": "#e7e7e799", |
| 10 | + "sash.hoverBorder": "#ab307e", |
| 11 | + "statusBar.background": "#832561", |
| 12 | + "statusBar.foreground": "#e7e7e7", |
| 13 | + "statusBarItem.hoverBackground": "#ab307e", |
| 14 | + "statusBarItem.remoteBackground": "#832561", |
| 15 | + "statusBarItem.remoteForeground": "#e7e7e7", |
| 16 | + "titleBar.activeBackground": "#832561", |
| 17 | + "titleBar.activeForeground": "#e7e7e7", |
| 18 | + "titleBar.inactiveBackground": "#83256199", |
| 19 | + "titleBar.inactiveForeground": "#e7e7e799" |
| 20 | + }, |
| 21 | + "peacock.color": "#832561", |
| 22 | + "deno.enable": true, |
| 23 | + "deno.lint": true, |
| 24 | + "deno.config": "../deno.jsonc", |
| 25 | + "editor.formatOnSave": true, |
| 26 | + "[typescript]": { |
| 27 | + "editor.defaultFormatter": "denoland.vscode-deno" |
| 28 | + }, |
| 29 | + "[typescriptreact]": { |
| 30 | + "editor.defaultFormatter": "denoland.vscode-deno" |
| 31 | + }, |
| 32 | + "debug.javascript.defaultRuntimeExecutable": { |
| 33 | + "pwa-node": "/Users/thomas.roche/.local/share/mise/shims/node" |
| 34 | + }, |
| 35 | + "deno.path": "/Users/thomas.roche/.local/share/mise/shims/deno" |
| 36 | +} |
0 commit comments