No Description

settings.json 770B

12345678910111213141516171819202122232425
  1. {
  2. "typescript.tsdk": "node_modules/typescript/lib",
  3. "eslint.validate": [
  4. "javascript",
  5. "javascriptreact",
  6. "typescript",
  7. "typescriptreact"
  8. ],
  9. "workbench.colorCustomizations": {
  10. "activityBar.background": "#6e6ff5",
  11. "activityBar.foreground": "#e7e7e7",
  12. "activityBar.inactiveForeground": "#e7e7e799",
  13. "activityBarBadge.background": "#f9a6a6",
  14. "activityBarBadge.foreground": "#15202b",
  15. "titleBar.activeBackground": "#3e3ff2",
  16. "titleBar.inactiveBackground": "#3e3ff299",
  17. "titleBar.activeForeground": "#e7e7e7",
  18. "titleBar.inactiveForeground": "#e7e7e799",
  19. "statusBar.background": "#3e3ff2",
  20. "statusBarItem.hoverBackground": "#6e6ff5",
  21. "statusBar.foreground": "#e7e7e7"
  22. },
  23. "peacock.color": "#3e3ff2"
  24. }