created agents and commands
This commit is contained in:
Vendored
+44
@@ -0,0 +1,44 @@
|
||||
{
|
||||
"windowColor.mainColor": "#f8a735",
|
||||
"window.title": "claude-code-best-practice",
|
||||
"workbench.colorCustomizations": {
|
||||
"statusBarItem.warningBackground": "#f8a735",
|
||||
"statusBarItem.warningForeground": "#000000",
|
||||
"statusBarItem.warningHoverBackground": "#f8a735",
|
||||
"statusBarItem.warningHoverForeground": "#00000090",
|
||||
"statusBarItem.remoteBackground": "#ffb442",
|
||||
"statusBarItem.remoteForeground": "#000000",
|
||||
"statusBarItem.remoteHoverBackground": "#ffc14f",
|
||||
"statusBarItem.remoteHoverForeground": "#00000090",
|
||||
"statusBar.background": "#f8a735",
|
||||
"statusBar.foreground": "#000000",
|
||||
"statusBar.border": "#f8a735",
|
||||
"statusBar.debuggingBackground": "#f8a735",
|
||||
"statusBar.debuggingForeground": "#000000",
|
||||
"statusBar.debuggingBorder": "#f8a735",
|
||||
"statusBar.noFolderBackground": "#f8a735",
|
||||
"statusBar.noFolderForeground": "#000000",
|
||||
"statusBar.noFolderBorder": "#f8a735",
|
||||
"statusBar.prominentBackground": "#f8a735",
|
||||
"statusBar.prominentForeground": "#000000",
|
||||
"statusBar.prominentHoverBackground": "#f8a735",
|
||||
"statusBar.prominentHoverForeground": "#00000090",
|
||||
"focusBorder": "#f8a73599",
|
||||
"progressBar.background": "#f8a735",
|
||||
"textLink.foreground": "#ffe775",
|
||||
"textLink.activeForeground": "#fff482",
|
||||
"selection.background": "#eb9a28",
|
||||
"list.highlightForeground": "#f8a735",
|
||||
"list.focusAndSelectionOutline": "#f8a73599",
|
||||
"button.background": "#f8a735",
|
||||
"button.foreground": "#000000",
|
||||
"button.hoverBackground": "#ffb442",
|
||||
"tab.activeBorderTop": "#ffb442",
|
||||
"pickerGroup.foreground": "#ffb442",
|
||||
"list.activeSelectionBackground": "#f8a7354d",
|
||||
"panelTitle.activeBorder": "#ffb442",
|
||||
"activityBar.activeBorder": "#f8a735",
|
||||
"activityBarBadge.foreground": "#000000",
|
||||
"activityBarBadge.background": "#f8a735"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user