Skip to content

Instantly share code, notes, and snippets.

@sunzsh
Last active July 24, 2023 08:37
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sunzsh/cd9aed41e2bc777c846b9c43c6934355 to your computer and use it in GitHub Desktop.
Save sunzsh/cd9aed41e2bc777c846b9c43c6934355 to your computer and use it in GitHub Desktop.
"editor.renderFinalNewline": "dimmed",
"workbench.colorCustomizations": {
"editorLineNumber.foreground": "#222",
"editorLineNumber.activeForeground": "#666",
"editorLineNumber.dimmedForeground": "#111",
"editorIndentGuide.background": "#222",
"editorIndentGuide.activeBackground": "#666",
"editor.lineHighlightBackground": "#111", //修改光标所在行的背景色
"editor.lineHighlightBorder": "#333", //修改光标所在行的边框色
"editor.wordHighlightBorder": "#e4893995"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment