Peach Sorbet Theme
A soft editor theme built around peach cream, warm coral, and berry accents. Two coordinated variants share one palette, so the workspace keeps a warm, low-contrast feel in both light and dark mode.
以柔和蜜桃奶油、暖珊瑚与莓果色点缀为主题,明暗两套变体共享同一色板,切换时保持一致的暖调低对比观感。
Preview / 预览
| Light 浅色 |
Dark 深色 |
 |
 |
The previews above are generated theme-color mockups, not native editor captures.
上方预览图由主题配色生成,非编辑器原生截图。
Palette / 色板
| Role |
Light |
Dark |
| Editor background |
#FFF9F6 peach cream |
#302321 deep cocoa |
| Foreground |
#6B534C cocoa |
#F8E5DC cream |
| Accent (focus / links) |
#A64D43 coral |
#FFB9B9 peach |
| Selection |
#FADCD9 blush |
#674248 mulberry |
| Line highlight |
#FDF2EC |
#3B2B27 |
| Side bar / status bar |
#FFEFE9 |
#3D2C28 |
| Title bar |
#FCE6DE |
#47312C |
| Activity bar |
#FFDCD8 |
#573936 |
| Borders / indent guides |
#F2DBD4 |
#61453E |
| Button |
#F3C4BE on #5F463F |
#FFDDD2 on #593D38 |
| Badge |
#F0BDB6 on #5F463F |
#FFB9B9 on #302321 |
| Comments |
#8A675E |
#C0A198 |
| Strings |
#596C42 sage |
#C3D1A7 sage |
| Numbers |
#89602F caramel |
#EAC18C caramel |
| Types |
#89516D berry plum |
#FFACC7 berry |
| Functions |
#3E6973 teal |
#A8CCD2 mist blue |
Both variants are built from the same roles, so switching between them changes the light level rather than the identity.
两套变体的角色色一一对应,切换时改变的是明暗而非风格。
Coverage / 覆盖范围
Every surface below is themed in both variants:
- Editor — background, foreground, selection and inactive selection, current-line highlight, find matches and highlights, bracket-match color and border, cursor, line numbers, indent guides, whitespace, errors, warnings and info.
- Workbench chrome — activity bar, title bar (active and inactive), side bar, status bar (including the no-folder and debugging states), editor group header and tabs.
- Panels and overlays — side panel, editor widgets, hover widget, suggest widget, dropdowns, inputs and placeholder text, notifications, quick input, and the focus border.
- Lists — active, inactive and hover selection backgrounds, plus highlight color.
- Terminal — background, foreground and the full ANSI palette, matched to the theme.
- Details — all workbench borders, scrollbar sliders, git decoration colors, and semantic token colors for class, interface, enum, type, function, method, parameter, property and variable.
以下区域在两套变体中均已配色:编辑器本体(选区、当前行、查找匹配、括号匹配、光标、行号、缩进线、空白符、错误/警告/提示)、活动栏与标题栏、侧边栏、状态栏、标签栏、面板与各类浮窗(悬停、建议、通知、快速输入)、下拉与输入框、列表选中/悬停、全部边框与滚动条、Git 装饰色、终端 ANSI 全色,以及类/接口/枚举/类型/函数/方法/参数/属性/变量的语义高亮。
Features / 功能
Two coordinated variants — Peach Sorbet Theme Light and Peach Sorbet Theme Dark ship in one extension.
Warm, low-contrast palette tuned for long reading and writing sessions.
Semantic highlighting enabled, so language-aware tokens are colored beyond the classic TextMate scopes.
Terminal ANSI colors taken from the same palette, so the integrated terminal sits inside the theme.
Pastel-tuned light variant — low-chroma surfaces, a softened cocoa foreground and a pale coral button instead of a saturated one.
明暗两套协调变体——同一扩展内含 Peach Sorbet Theme Light 与 Peach Sorbet Theme Dark。
暖调低对比色板,适合长时间阅读与编码。
启用语义高亮,在传统 TextMate scope 之外为语言感知的 token 着色。
终端 ANSI 配色取自同一色板,集成终端与主题融为一体。
浅色变体按 pastel 调校——表面低彩度、正文柔化为暖可可色,按钮改用淡珊瑚而非高饱和实心色。
Installation / 安装
Requires VS Code 1.80 or newer.
- Download
peach-sorbet-theme-1.0.0.vsix.
- In VS Code, open the Command Palette (
Ctrl+Shift+P / Cmd+Shift+P) and run Extensions: Install from VSIX..., then select the file.
You can also search for Peach Sorbet Theme in the Extensions view (Ctrl+Shift+X), or run:
需要 VS Code 1.80 或更高版本。
- 下载
peach-sorbet-theme-1.0.0.vsix。
- 在 VS Code 打开命令面板(
Ctrl+Shift+P / Cmd+Shift+P),运行 Extensions: Install from VSIX... 并选择该文件。
也可以在扩展面板(Ctrl+Shift+X)搜索 Peach Sorbet Theme,或执行:
ext install lilinhuang.peach-sorbet-theme
Activation / 启用
Open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P), run Preferences: Color Theme, and choose Peach Sorbet Theme Light or Peach Sorbet Theme Dark.
To switch between the two variants quickly, use the keyboard shortcut Ctrl+K Ctrl+T at any time.
打开命令面板(Ctrl+Shift+P / Cmd+Shift+P),运行 Preferences: Color Theme,选择 Peach Sorbet Theme Light 或 Peach Sorbet Theme Dark。
随时可用快捷键 Ctrl+K Ctrl+T 在两套变体之间快速切换。
Development / 开发
Open this folder in VS Code and press F5 to launch an Extension Development Host with the theme loaded. Regenerate the preview images with:
在 VS Code 中打开本文件夹并按 F5,在扩展开发宿主中预览主题。重新生成预览图:
python scripts/generate-store-screenshots.py
License / 许可
Released under the Non-Commercial License — licensed for personal, educational and non-commercial use. See LICENSE for details.
基于 Non-Commercial License(非商业使用许可) 发布,可用于个人、教育及非商业用途,详见 LICENSE。
Feedback / 反馈
Found an unthemed area or want a tweak? Open an issue at github.com/vaxicy/peach-sorbet-theme/issues.
发现没有配色的区域或想调整某处颜色,欢迎在 GitHub Issues 反馈。
Publisher / 发布者
Published by lilinhuang on the Visual Studio Code Marketplace.