Settings update

This commit is contained in:
Fergal Moran
2023-10-10 23:02:06 +01:00
parent 71c31123ef
commit a053e2911d
2 changed files with 25 additions and 22 deletions

46
.vscode/settings.json vendored
View File

@@ -1,23 +1,25 @@
{
"workbench.colorTheme": ".NET Purple theme dark",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ce0c36",
"activityBar.background": "#ce0c36",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#2fb50b",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ce0c36",
"statusBar.background": "#9e0929",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ce0c36",
"statusBarItem.remoteBackground": "#9e0929",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#9e0929",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#9e092999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#9e0929"
}
"editor.fontFamily": "'Hack Nerd Font Mono', 'monospace', monospace",
"workbench.colorTheme": ".NET Purple theme dark",
"workbench.iconTheme": "vscode-icontheme-nomo-dark-macos",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ce0c36",
"activityBar.background": "#ce0c36",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#2fb50b",
"activityBarBadge.foreground": "#e7e7e7",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#ce0c36",
"statusBar.background": "#9e0929",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#ce0c36",
"statusBarItem.remoteBackground": "#9e0929",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#9e0929",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#9e092999",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#9e0929"
}