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.

Revisions

  1. Vladislav Zubritsky created this gist Feb 7, 2021.
    23 changes: 23 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,23 @@
    "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"
    }