settings.json 903 B

12345678910111213141516171819202122
  1. {
  2. "workbench.colorCustomizations": {
  3. "activityBar.activeBackground": "#d6b672",
  4. "activityBar.background": "#d6b672",
  5. "activityBar.foreground": "#15202b",
  6. "activityBar.inactiveForeground": "#15202b99",
  7. "activityBarBadge.background": "#247b5f",
  8. "activityBarBadge.foreground": "#e7e7e7",
  9. "commandCenter.border": "#15202b99",
  10. "sash.hoverBorder": "#d6b672",
  11. "statusBar.background": "#caa14b",
  12. "statusBar.foreground": "#15202b",
  13. "statusBarItem.hoverBackground": "#af8733",
  14. "statusBarItem.remoteBackground": "#caa14b",
  15. "statusBarItem.remoteForeground": "#15202b",
  16. "titleBar.activeBackground": "#caa14b",
  17. "titleBar.activeForeground": "#15202b",
  18. "titleBar.inactiveBackground": "#caa14b99",
  19. "titleBar.inactiveForeground": "#15202b99"
  20. },
  21. "peacock.color": "#caa14b"
  22. }