chore(vscode): update Peacock color to blue-purple blend

Update workspace Peacock theme to use a periwinkle/lavender-blue color
scheme (#A5B4E5) that blends blue and purple tones for a softer visual
appearance in the activity bar, status bar, and title bar.
This commit is contained in:
Vijay Janapa Reddi
2025-11-01 11:35:38 -04:00
parent 450fcb4aed
commit 7788d84f14

58
.vscode/settings.json vendored
View File

@@ -1,42 +1,22 @@
{
// Peacock Color Theme
"peacock.color": "#5a3d71",
"peacock.color": "#A5B4E5",
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#744f92",
"activityBar.activeBorder": "#9d6b9d",
"activityBar.background": "#744f92",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#b1936e",
"activityBar.activeBackground": "#cdd5f0",
"activityBar.background": "#cdd5f0",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#d36c83",
"activityBarBadge.foreground": "#15202b",
"statusBar.background": "#5a3d71",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#744f92",
"statusBarItem.remoteBackground": "#5a3d71",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#5a3d71",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#5a3d7199",
"titleBar.inactiveForeground": "#e7e7e799",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#744f92"
},
"window.title": "📚 MLSysBook - ${activeEditorShort}",
"workbench.colorTheme": "Default Light+",
// Terminal configuration for direnv integration
"terminal.integrated.shellArgs.osx": ["-l"],
"terminal.integrated.env.osx": {
"DIRENV_LOG_FORMAT": ""
},
"terminal.integrated.profiles.osx": {
"bash (with direnv)": {
"path": "/usr/local/bin/bash",
"args": ["-l"],
"env": {
"DIRENV_LOG_FORMAT": ""
}
}
},
"terminal.integrated.defaultProfile.osx": "bash (with direnv)"
}
"commandCenter.border": "#15202b99",
"sash.hoverBorder": "#cdd5f0",
"statusBar.background": "#a5b4e5",
"statusBar.foreground": "#15202b",
"statusBarItem.hoverBackground": "#7d93da",
"statusBarItem.remoteBackground": "#a5b4e5",
"statusBarItem.remoteForeground": "#15202b",
"titleBar.activeBackground": "#a5b4e5",
"titleBar.activeForeground": "#15202b",
"titleBar.inactiveBackground": "#a5b4e599",
"titleBar.inactiveForeground": "#15202b99"
}
}