jqtmviyu
178 天前
自带的浅色 Quiet Light
但改了代码着色
```jsonc
{
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#ffd700",
"editorBracketHighlight.foreground2": "#da70d6",
"editorBracketHighlight.foreground3": "#179fff",
"editorBracketHighlight.foreground4": "#24d600",
"editorBracketHighlight.foreground5": "#00d8d8",
"editorBracketHighlight.foreground6": "#ee0255",
"editorBracketHighlight.unexpectedBracket.foreground": "#ff0000",
"editor.selectionBackground": "#67769697",
"editor.selectionHighlightBackground": "#6776962f",
"editor.selectionHighlightBorder": "#67769697",
"editorGhostText.foreground": "#beaebd" // ai 补全的字体颜色
},
}
```