Loading...
Loading...
For AI to refer to VSCode theme color settings. Triggered when users ask questions related to VSCode theme colors, color customization, theme configuration, workbench.colorCustomizations, etc.
npx skill4agent add steelan9199/wechat-publisher vscode-theme-colors{
"workbench.colorTheme": "Solarized Dark"
}{
"workbench.colorCustomizations": {
"activityBar.background": "#00AA00",
"sideBar.background": "#347890"
}
}{
"workbench.colorCustomizations": {
"[Monokai]": {
"sideBar.background": "#347890"
}
}
}{
"editor.tokenColorCustomizations": {
"comments": "#229977",
"strings": "#FF0000"
}
}#RGB#e35#RGBA#e35f#RRGGBB#ee3355#RRGGBBAA#ee3355ff00ffDeveloper: Generate Color Theme from Current Settingsnpm install -g yo generator-code
yo codefocusBorderforegroundselection.backgroundwindow.activeBorderwindow.inactiveBorderbutton.backgroundbutton.foregroundbutton.hoverBackgroundeditor.backgroundeditor.foregroundeditor.lineHighlightBackgroundsideBar.backgroundsideBar.foregroundactivityBar.backgroundactivityBar.foregroundstatusBar.backgroundstatusBar.foreground