30-04-2026
This commit is contained in:
parent
761b1156c1
commit
d054732bf5
35 changed files with 2796 additions and 505 deletions
30
workspace.code-workspace
Normal file
30
workspace.code-workspace
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
],
|
||||
"settings": {
|
||||
"workbench.colorCustomizations": {
|
||||
"activityBar.activeBackground": "#2c58b1",
|
||||
"activityBar.background": "#2c58b1",
|
||||
"activityBar.foreground": "#e7e7e7",
|
||||
"activityBar.inactiveForeground": "#e7e7e799",
|
||||
"activityBarBadge.background": "#4d1326",
|
||||
"activityBarBadge.foreground": "#e7e7e7",
|
||||
"commandCenter.border": "#e7e7e799",
|
||||
"sash.hoverBorder": "#2c58b1",
|
||||
"statusBar.background": "#224488",
|
||||
"statusBar.foreground": "#e7e7e7",
|
||||
"statusBarItem.hoverBackground": "#2c58b1",
|
||||
"statusBarItem.remoteBackground": "#224488",
|
||||
"statusBarItem.remoteForeground": "#e7e7e7",
|
||||
"titleBar.activeBackground": "#224488",
|
||||
"titleBar.activeForeground": "#e7e7e7",
|
||||
"titleBar.inactiveBackground": "#22448899",
|
||||
"titleBar.inactiveForeground": "#e7e7e799"
|
||||
},
|
||||
"peacock.color": "#224488", //not sure if this is relevant; I have an extension called Peacock
|
||||
"editor.formatOnSave": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue