engine/context/.vscode/settings.json

7 lines
188 B
JSON
Raw Normal View History

2024-08-23 13:22:09 +02:00
{
"workbench.colorCustomizations": {
"activityBar.background": "#06028D",
"titleBar.activeBackground": "#0803C6",
"titleBar.activeForeground": "#FBFBFF"
}
}