Add GitHub Actions workflow for Panel app deployment to Hugging Face Spaces with path-based triggers, VS Code project color customization, and comprehensive KPI health check drill-down documentation including group-based filtering, SLA benchmarking, timeline visualization, and complaint sites roadmap
f68be5e
| { | |
| "projectColors.mainColor": "#1e22fa", | |
| "window.title": "${rootName}${separator}${profileName}${separator}${appName}${separator}${activeEditorShort}${dirty}", | |
| "workbench.colorCustomizations": { | |
| "statusBarItem.warningBackground": "#1e22fa", | |
| "statusBarItem.warningForeground": "#ffffff", | |
| "statusBarItem.warningHoverBackground": "#1e22fa", | |
| "statusBarItem.warningHoverForeground": "#ffffff90", | |
| "statusBarItem.remoteBackground": "#1e22fa", | |
| "statusBarItem.remoteForeground": "#ffffff", | |
| "statusBarItem.remoteHoverBackground": "#1e22fa", | |
| "statusBarItem.remoteHoverForeground": "#ffffff90", | |
| "statusBar.background": "#1e22fa", | |
| "statusBar.foreground": "#ffffff", | |
| "statusBar.border": "#1e22fa", | |
| "statusBar.debuggingBackground": "#1e22fa", | |
| "statusBar.debuggingForeground": "#ffffff", | |
| "statusBar.debuggingBorder": "#1e22fa", | |
| "statusBar.noFolderBackground": "#1e22fa", | |
| "statusBar.noFolderForeground": "#ffffff", | |
| "statusBar.noFolderBorder": "#1e22fa", | |
| "statusBar.prominentBackground": "#1e22fa", | |
| "statusBar.prominentForeground": "#ffffff", | |
| "statusBar.prominentHoverBackground": "#1e22fa", | |
| "statusBar.prominentHoverForeground": "#ffffff90", | |
| "focusBorder": "#1e22fa99", | |
| "progressBar.background": "#1e22fa", | |
| "textLink.foreground": "#5e62ff", | |
| "textLink.activeForeground": "#6b6fff", | |
| "selection.background": "#1115ed", | |
| "list.highlightForeground": "#1e22fa", | |
| "list.focusAndSelectionOutline": "#1e22fa99", | |
| "button.background": "#1e22fa", | |
| "button.foreground": "#ffffff", | |
| "button.hoverBackground": "#2b2fff", | |
| "tab.activeBorderTop": "#2b2fff", | |
| "pickerGroup.foreground": "#2b2fff", | |
| "list.activeSelectionBackground": "#1e22fa4d", | |
| "panelTitle.activeBorder": "#2b2fff", | |
| "activityBar.activeBorder": "#1e22fa", | |
| "activityBarBadge.foreground": "#ffffff", | |
| "activityBarBadge.background": "#1e22fa" | |
| }, | |
| "projectColors.isActivityBarColored": false, | |
| "projectColors.isProjectNameColored": false, | |
| "projectColors.isStatusBarColored": false, | |
| "projectColors.isTitleBarColored": false, | |
| "projectColors.setWindowTitle": false, | |
| "projectColors.name": "OML_DB", | |
| "projectColors.isActiveItemsColored": true | |
| } |