lazy_config/.vscode/settings.json
2025-05-29 18:32:58 +08:00

18 lines
677 B
JSON

{
"workbench.colorCustomizations": {
"titleBar.activeBackground": "#ffb5d5",
"titleBar.activeForeground": "#000000",
"titleBar.inactiveBackground": "#ffb5d5",
"titleBar.inactiveForeground": "#000000",
"titleBar.border": "#ffb5d5",
"activityBar.background": "#ffb5d5",
"activityBar.foreground": "#000000",
"statusBar.background": "#ffb5d5",
"statusBar.foreground": "#000000",
"statusBar.debuggingBackground": "#ffb5d5",
"statusBar.debuggingForeground": "#000000",
"tab.activeBorder": "#ffb5d5",
"iLoveWorkSpaceColors": true,
"iLoveWorkSpaceRandom": false
}
}