This commit is contained in:
Cryptoval Trading Technologies
2026-05-22 03:27:01 +00:00
parent 5be9bea25f
commit b0ef831e97
+21 -1
View File
@@ -7,6 +7,26 @@
"settings": {
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": true
"editor.insertSpaces": true,
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#c3fef2",
"activityBar.background": "#c3fef2",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#e482fd",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#c3fef2",
"statusBar.background": "#91fde7",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#5ffcdc",
"statusBarItem.remoteBackground": "#91fde7",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#91fde7",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#91fde799",
"titleBar.inactiveForeground": "#15202b99"
},
"peacock.remoteColor": "#91fde7"
}
}