Dark Remix
一款精致的 VS Code 暗色语法主题,带有活跃标签页顶部红色边框标识。
安装
- 在 VS Code 中打开扩展面板(
Ctrl+Shift+X)
- 搜索
Dark Remix
- 点击安装
或者手动安装:
- 下载
.vsix 文件
- 在 VS Code 中执行
Extensions: Install from VSIX...
- 选择主题
Dark Remix
自定义配色
VS Code 内置了颜色自定义功能,无需主题扩展特殊支持。你可以在 settings.json 中覆盖任何主题颜色。
使用方式
在 VS Code 中打开设置(Ctrl+,),搜索 colorCustomizations,或直接编辑 settings.json:
"workbench.colorCustomizations": {
"[Dark Remix]": {
"tab.activeBorderTop": "#FF0000",
"editor.background": "#1E1E1E"
}
}
常用可自定义配色
| 配置项 |
说明 |
tab.activeBorderTop |
活跃标签页顶部边框颜色 |
tab.activeBackground |
活跃标签页背景色 |
tab.activeForeground |
活跃标签页文字色 |
editor.background |
编辑器背景色 |
editor.foreground |
编辑器文字色 |
activityBar.background |
左侧活动栏背景 |
sideBar.background |
侧边栏背景 |
statusBar.background |
底部状态栏背景 |
更多可用配色参见 VS Code Theme Color Reference。
默认 Tab 相关配色
| 配置项 |
颜色值 |
说明 |
tab.activeBackground |
#282B35 |
活跃标签页背景 |
tab.activeForeground |
#D7DAE0 |
活跃标签页文字 |
tab.inactiveBackground |
#21252C |
非活跃标签页背景 |
tab.border |
#181A1F |
标签页边框 |
tab.activeBorderTop |
#E06C75 |
活跃标签页顶部边框 |
License
MIT
| |