Skip to content

Instantly share code, notes, and snippets.

@elicec
Created December 22, 2021 00:41
Show Gist options
  • Save elicec/08e56a0249c577e3fbf03b8c3388136c to your computer and use it in GitHub Desktop.
Save elicec/08e56a0249c577e3fbf03b8c3388136c to your computer and use it in GitHub Desktop.
vscode 护眼
"workbench.colorCustomizations": {
"editor.background": "#C7EDCC",
"sideBar.background": "#C7EDDD",
"terminal.background": "#C7EDDD",
"menu.background": "#C7EDCC",
"badge.background": "#C7EDCC",
"sideBarSectionHeader.background": "#C7EDCC",
"tab.activeBackground": "#C7EDCC"
},
"workbench.colorTheme": "Default Light+",
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment