在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用apply-theme
星标4
分支0
更新时间2026年5月1日 18:48
Apply a specific Ghostty theme by name.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Apply a specific Ghostty theme by name.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | apply-theme |
| description | Apply a specific Ghostty theme by name. |
Apply the Ghostty theme named by the command arguments to the current terminal session.
Theme names are case-sensitive and must match Ghostty's built-in names exactly.
Examples: "Afterglow", "Banana Blueberry", "Catppuccin Frappe", "Gruvbox Dark".
if [ -n "${CLAUDE_PLUGIN_ROOT:-}" ] && [ -x "${CLAUDE_PLUGIN_ROOT}/scripts/apply-theme.sh" ]; then
bash "${CLAUDE_PLUGIN_ROOT}/scripts/apply-theme.sh" "$ARGUMENTS" --tty
else
bash <(curl -sL https://raw.githubusercontent.com/CharlieGreenman/ghostty-dynamic-themes/main/apply-theme.sh) "$ARGUMENTS" --tty
fi
After running, tell the user which theme was applied. If the theme is not found,
suggest running random-theme or checking themes.md.