Skip to content

Instantly share code, notes, and snippets.

@HITGIF
Created September 8, 2023 00:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save HITGIF/022a250eecbbcc778f1999cc4b5ebe9e to your computer and use it in GitHub Desktop.
Save HITGIF/022a250eecbbcc778f1999cc4b5ebe9e to your computer and use it in GitHub Desktop.
vscode theme customization
"workbench.colorCustomizations": {
"foreground": "#ffffffba",
"sideBar.foreground": "#ffffffba",
"sideBarTitle.foreground": "#ffffffba",
"sideBarSectionHeader.foreground": "#ffffffba",
"gitDecoration.ignoredResourceForeground": "#ffffff50",
"statusBar.foreground": "#ffffffba",
"activityBar.foreground": "#ffffffba",
"activityBar.inactiveForeground": "#ffffffba",
"tab.inactiveForeground": "#ffffffba",
"icon.foreground": "#ffffffba",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment