Skip to content

Instantly share code, notes, and snippets.

@uladz-zubrycki
Created February 7, 2021 16:11
Show Gist options
  • Select an option

  • Save uladz-zubrycki/20906c3dcf3a7ba576f68c4f0ca8bf75 to your computer and use it in GitHub Desktop.

Select an option

Save uladz-zubrycki/20906c3dcf3a7ba576f68c4f0ca8bf75 to your computer and use it in GitHub Desktop.
VS code theme customizations
"workbench.colorTheme": "Visual Studio Light",
"workbench.colorCustomizations": {
"editor.background": "#F7F7F7",
"editor.foreground": "#000",
"editor.lineHighlightBackground": "#F0F0F0",
"editor.selectionBackground": "#BFDBFE",
"editor.selectionHighlightBackground": "#E0E0E0",
"panel.background": "#F0F0F0",
"sideBar.background": "#F0F0F0",
"editorGroupHeader.tabsBackground": "#F0F0F0",
"activityBar.background": "#F0F0F0",
"activityBar.foreground": "#007ACC",
"editorLineNumber.foreground": "#9DA39A",
"editorCursor.foreground": "#007ACC",
"editor.findMatchBackground": "#FFBC5D",
"editor.findMatchHighlightBackground": "#FFE9A6",
"statusBar.background": "#DDDDDD",
"statusBar.foreground": "#474747",
"statusBar.debuggingBackground": "#DDDDDD",
"statusBar.debuggingForeground": "#474747",
"statusBar.noFolderBackground": "#DDDDDD",
"statusBar.noFolderForeground": "#474747"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment