Created
February 4, 2019 02:09
-
-
Save klummy/a8acd2c4f9169a3d3f6bf1f11b8bb585 to your computer and use it in GitHub Desktop.
Customize a workspace to differentiate it from others
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
| { | |
| "editor.formatOnSave": false, | |
| "workbench.colorCustomizations": { | |
| "titleBar.activeBackground": "#4caf50", | |
| "titleBar.inactiveBackground": "#4caf50", | |
| "activityBar.background": "#4caf50" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment