Files
cs249r_book/.vscode/settings.json
2026-02-10 13:45:39 -05:00

24 lines
864 B
JSON

{
"peacock.color": "#FF6B35",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#ff9068",
"activityBar.background": "#ff9068",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#dfffe8",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#ff9068",
"statusBar.background": "#ff6b35",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#ff4602",
"statusBarItem.remoteBackground": "#ff6b35",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#ff6b35",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#ff6b3599",
"titleBar.inactiveForeground": "#15202b99"
},
"r.lsp.promptToInstall": false
}