gpl 在 VScode颜色,AI推荐的深色背景的颜色定制,也可以自己再定制 中发帖
深色背景的颜色定制
// 方案1: 深色薄荷绿
{
"workbench.colorCustomizations": {
// 编辑器选中
"editor.selectionBackground": "#2a6f5899",
"editor.selectionHighlightBackground": "#1d4f3e99",
// Tab相关
"tab.activeBackground": "#2d7a6299",
"tab.inactiveBackground": "#1e2a2866",
"tab.hoverBackground": "#3d8b7399",
// 补充配置
"editor.lineHighlightBackgrou...