基于 2.6.5.20200314
版,,不知道兼容性如何
主题太少了,好不容易找了一个,结果发现配色还不对,干脆自己来搞一个。
界面

使用
壹、 如果不会配置,请参考自定义主题教程
贰、 主题选择【雅蓝】
叁、 在编辑器顶部位置找到【工具 / 设置】进入
肆、 选择源码视图
伍、 键入以下代码
"[Atom One Dark]": {
// 文本编辑区
"editor.background": "#282c34",
// 分栏
"editorGroup.border": "rgba(0,0,0,0)",
// 代码助手
"editorSuggestWidget.highlightForeground": "#e5c07b",
// 预览按钮
"extensionButton.border": "#181a1f",
// 文本框
"focusBorder": "#464646",
"input.background": "#21252b",
// 标签卡
"tab.activeBackground": "#282c34",
"tab.activeForeground": "#dcdcdc",
"tab.border": "rgba(0,0,0,0)",
"tab.hoverBackground": "#323842",
"tab.inactiveBackground": "#21252b",
// 设置
"inputOption.activeBorder": "#464646",
"settings.dropdownBackground": "#181a1f",
"settings.dropdownBorder": "#464646",
"settings.dropdownListBorder": "#181a1f",
"settings.textInputBackground": "#181a1f",
"settings.textInputBorder": "#181a1f",
// 工具栏
"toolBar.background": "#21252b",
"toolBar.border": "rgba(0,0,0,0)",
"toolBar.hoverBackground": "#2c313a",
// 控制台
"terminal.background": "#21252b",
"console.background": "#21252b",
"panelTitle.activeForeground": "#cccccc",
"debug.foreground": "#cccccc"
}