Last active
July 24, 2023 08:37
-
-
Save sunzsh/cd9aed41e2bc777c846b9c43c6934355 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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