Guest User

Untitled

a guest
Oct 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. "workbench.colorCustomizations": {
  2. "[Default Dark+]": {
  3. "statusBar.background" : "#333333",
  4. "statusBar.foreground" : "#ADADAD",
  5. "statusBar.noFolderBackground" : "#333333",
  6. "statusBar.debuggingBackground": "#333333"
  7. },
  8. "[Default Light+]": {
  9. "statusBar.background" : "#ECECEC",
  10. "statusBar.foreground" : "#666",
  11. "statusBar.noFolderBackground" : "#ECECEC",
  12. "statusBar.debuggingBackground": "#ECECEC"
  13. }
  14. }
Add Comment
Please, Sign In to add comment