Rebirth Theme
完整深色 UI 主题:248 项 colors + 72 项 tokenColors,覆盖编辑器、侧边栏、活动栏、状态栏、终端、Git diff、调试、面板、Tab 等全部 UI 颜色。
内置 Cursor 专属 icube.* / icube--* 颜色键,在 Cursor 中体验最佳。
只想要前景配色、保留你当前主题底色?请安装姊妹插件 Lan Theme。
✨ 特性
- 248 项 UI 颜色:编辑器 / 侧边栏 / 活动栏 / 状态栏 / 终端 / Git diff / 调试 / 面板 / Tab 等全部覆盖
- 72 条 TextMate 规则:覆盖 HTML / Vue / TS / JS / CSS / Less / SCSS / Markdown / JSON
semanticHighlighting: true:开启语义高亮,配合 TS/Vue Volar 更精准
- Cursor 专属配色:内置
icube.* / icube--* 颜色键
- 源文件
rebirth-theme.jsonc 在仓库根目录,带详细中文注释,方便对照修改
📦 安装方式
按 Cmd + Shift + P → Extensions: Install from VSIX... → 选择 rebirth-theme-0.1.0.vsix,然后 Preferences: Color Theme → Rebirth Theme。
或者命令行:
cursor --install-extension rebirth-theme-0.1.0.vsix
# 或
code --install-extension rebirth-theme-0.1.0.vsix
🛠 自定义颜色
修改 themes/rebirth-color-theme.json 中的 colors 或 tokenColors,然后 Cmd + Shift + P → Developer: Reload Window。
源 JSONC 文件(仓库根目录 rebirth-theme.jsonc)带详细中文注释,建议对照编辑后再同步到打包目录。
🔍 调试技巧
某个元素颜色不对时:
- 把光标放到该元素上
Cmd + Shift + P → Developer: Inspect Editor Tokens and Scopes
- 看弹窗里的 textmate scopes 和 semantic token type
- 把 scope 加进对应规则的
scope 数组
📄 License
MIT © lcw
| |