Created
April 16, 2019 00:33
-
-
Save ericoloewe/336d011e9020a6ca4521858cc332d446 to your computer and use it in GitHub Desktop.
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 characters
| { | |
| "workbench.colorTheme": "Default Light+", | |
| "workbench.colorCustomizations": { | |
| "[Default Light+]": { | |
| "gitDecoration.ignoredResourceForeground": "#666", | |
| "sideBar.background": "#f5f5f5", | |
| "sideBar.border": "#cccedb", | |
| "sideBar.foreground": "#000000", | |
| "sideBarSectionHeader.background": "#007acc", | |
| "sideBarSectionHeader.border": "#00000000", | |
| "sideBarSectionHeader.foreground": "#ffffff", | |
| "sideBarTitle.foreground": "#000000", | |
| "statusBar.background": "#007acc", | |
| "statusBar.debuggingBackground": "#ca5100", | |
| "statusBar.noFolderBackground": "#68217a", | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment