Agent Skills
› pierrecomputer/pierre
› theme
theme
GitHub用于在Shiki、VS Code、Cursor或Zed等编辑器中应用Pierre主题,支持亮色/暗色及多种色盲变体,帮助用户快速加载和配置运行时主题切换。
Trigger Scenarios
需要在编辑器或代码高亮工具中配置主题
需要实现应用内主题或颜色模式的动态切换
Install
npx skills add pierrecomputer/pierre --skill theme -g -y
SKILL.md
Frontmatter
{
"name": "theme",
"description": "Use when an app needs a Pierre light or dark theme from @pierre\/theme for Shiki, VS Code, Cursor, or Zed, including soft, vibrant, protanopia, deuteranopia, and tritanopia variants."
}
@pierre/theme
Use @pierre/theme for Pierre syntax and editor themes. The package supplies
ten immutable Shiki and VS Code theme objects.
Install
pnpm add @pierre/theme
Select an API reference
| Need | Reference |
|---|---|
| List every package entry and export | API reference |
| Compare all themes and select a variant | Theme variants |
Select a recipe
| Task | Recipe |
|---|---|
| Load a Pierre theme in Shiki | Use a theme with Shiki |
| Install a Pierre theme in an editor | Use a theme in an editor |
Use the theming skill when the app must switch themes at runtime or follow a
color mode.
Version History
- ba7d51d Current 2026-08-19 21:55


