这是一款VSCode韦斯博斯的官方主题,主题非常经典耐看,这款主题使用人非常多,目前919488次安装。可以作为主力主题来使用。 在所有IDE上使用此主题。时尚,易于阅读,良好的突出显示。 很喜欢这个主题 – 颜色和对比度非常平衡且视觉上令人愉悦。 有史以来最美丽的主题,也是最简单的。再加上字体在眼睛上也很容易。
官方建议的设置如下:
{
"workbench.colorTheme": "Cobalt2",
// The Cursive font is operator Mono, it's $200 and you need to buy it to get the cursive
"editor.fontFamily": "Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 17,
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"files.trimTrailingWhitespace": true,
"editor.fontWeight": "400",
"prettier.eslintIntegration": true,
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
}
下载地址:https://marketplace.visualstudio.com/items?itemName=wesbos.theme-cobalt2