Created
February 7, 2021 16:11
-
-
Save uladz-zubrycki/20906c3dcf3a7ba576f68c4f0ca8bf75 to your computer and use it in GitHub Desktop.
Revisions
-
Vladislav Zubritsky created this gist
Feb 7, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal 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" }