侘寂幽玄 — Wabi Sabi Yūgen
A VS Code dark theme inspired by Japanese aesthetics. Not another colorful theme — restrained ink tones create an immersive coding atmosphere.
一款以日本美学为灵感的 VS Code 深色主题。不追求色彩缤纷,而是用克制的墨色层次,营造沉浸的编码氛围。
Philosophy / 美学理念
| Concept |
English |
中文 |
| 侘寂 Wabi-sabi |
Beauty in imperfection. Syntax highlighting doesn't rely on a rainbow of colors — subtle ink shade variations do the job. |
不完全之美。语法着色不追求彩虹式的区分,而是用墨色的浓淡干湿来暗示。 |
| 幽玄 Yūgen |
Depth and subtlety. UI layers unfold like ink on washi paper. |
含蓄与深度。界面层次如墨染宣纸,层层晕开。 |
| 物哀 Mono no aware |
Sensitivity to transience. Colors are gentle, slightly faded — never harsh. |
对事物短暂性的敏感。色彩温和、略带褪色感,从不刺眼。 |
| 間 Ma |
Negative space. Generous whitespace, UI elements step back rather than compete. |
负空间。大量留白,UI 元素克制退让,不争不抢。 |
| 一期一会 Ichigo Ichie |
Every coding session is a unique, unrepeatable encounter. |
每次编码都是一次独特的相遇。 |
Color System / 配色体系
Five Ink Tones / 墨の五色
| Tone / 墨色 |
Usage / 用途 |
Hex |
| 濃墨 (thick ink) |
Deepest bg — title bar, activity bar / 最深背景 |
#0A0A0E |
| 中墨 (medium ink) |
Panels, sidebar / 面板、侧栏 |
#111116 |
| 紙 (paper) |
Editor background / 编辑器 |
#0F0F14 |
| 和紙 (washi) |
Primary text / 正文 |
#D4D0C9 |
| 薄墨 (light ink) |
Operators, punctuation / 操作符、标点 |
#78746C |
Single Accent — Vermilion / 一点朱
The entire theme uses only one true color — vermilion (#D4877A), reserved for the most essential elements.
整个主题只有一个真正的色彩——朱色,仅用在最关键的地方。
- Cursor / 光标
- Selection / 选中
- Control flow keywords:
if, return, for, import / 控制流关键字
All other syntax elements are subtle ink variations — pale gold (functions), cool gray (types), warm gray (strings).
其他所有语法元素都是墨色的微妙变化——淡金(函数)、冷灰(类型)、暖灰(字符串)。
Screenshots / 截图
Installation / 安装
From Marketplace
- Open VS Code
- Open Command Palette (
Cmd+Shift+P)
- Search for
>Preferences: Color Theme → select 侘寂幽玄 Wabi Sabi Yūgen
From VSIX
code --install-extension theme-wabi-sabi-yugen-1.0.0.vsix
Recommended Fonts / 推荐字体
Recommended Settings / 推荐配置
{
"editor.fontFamily": "JetBrains Mono, 'Sarasa Gothic SC', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 14,
"editor.lineHeight": 24,
"workbench.colorTheme": "侘寂幽玄 Wabi Sabi Yūgen",
"workbench.iconTheme": "material-icon-theme"
}
Feedback / 反馈
Issues and suggestions welcome on GitHub.
欢迎提交 Issue 或建议。