Honestly way too much went into this single commit. I am so sorry future me
This commit is contained in:
33
.vscode/settings.json
vendored
33
.vscode/settings.json
vendored
@@ -1,25 +1,26 @@
|
||||
{
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#d2d1f5",
|
||||
"activityBar.background": "#d2d1f5",
|
||||
"activityBar.activeBackground": "#83a0ea",
|
||||
"activityBar.background": "#83a0ea",
|
||||
"activityBar.foreground": "#15202b",
|
||||
"activityBar.inactiveForeground": "#15202b99",
|
||||
"activityBarBadge.background": "#dd6562",
|
||||
"activityBarBadge.background": "#fae4ea",
|
||||
"activityBarBadge.foreground": "#15202b",
|
||||
"commandCenter.border": "#15202b99",
|
||||
"sash.hoverBorder": "#d2d1f5",
|
||||
"statusBar.background": "#a9a7ec",
|
||||
"statusBar.foreground": "#15202b",
|
||||
"statusBarItem.hoverBackground": "#807de3",
|
||||
"statusBarItem.remoteBackground": "#a9a7ec",
|
||||
"statusBarItem.remoteForeground": "#15202b",
|
||||
"titleBar.activeBackground": "#a9a7ec",
|
||||
"titleBar.activeForeground": "#15202b",
|
||||
"titleBar.inactiveBackground": "#a9a7ec99",
|
||||
"titleBar.inactiveForeground": "#15202b99"
|
||||
"commandCenter.border": "#e7e7e799",
|
||||
"sash.hoverBorder": "#83a0ea",
|
||||
"statusBar.background": "#577ee3",
|
||||
"statusBar.foreground": "#e7e7e7",
|
||||
"statusBarItem.hoverBackground": "#83a0ea",
|
||||
"statusBarItem.remoteBackground": "#577ee3",
|
||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||
"titleBar.activeBackground": "#577ee3",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#577ee399",
|
||||
"titleBar.inactiveForeground": "#e7e7e799"
|
||||
},
|
||||
"peacock.remoteColor": "#a9a7ec",
|
||||
"peacock.remoteColor": "#577ee3",
|
||||
"deno.enable": true,
|
||||
"deno.unstable": true,
|
||||
"deno.config": "./deno.jsonc"
|
||||
"deno.config": "./deno.jsonc",
|
||||
"svg.preview.background": "black"
|
||||
}
|
Reference in New Issue
Block a user