repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

settings.json 973B

1234567891011121314151617181920212223
  1. {
  2. "github-enterprise.uri": "https://git.efi.th-nuernberg.de",
  3. "workbench.colorCustomizations": {
  4. "activityBar.activeBackground": "#ab307e",
  5. "activityBar.background": "#ab307e",
  6. "activityBar.foreground": "#e7e7e7",
  7. "activityBar.inactiveForeground": "#e7e7e799",
  8. "activityBarBadge.background": "#25320e",
  9. "activityBarBadge.foreground": "#e7e7e7",
  10. "commandCenter.border": "#e7e7e799",
  11. "sash.hoverBorder": "#ab307e",
  12. "statusBar.background": "#832561",
  13. "statusBar.foreground": "#e7e7e7",
  14. "statusBarItem.hoverBackground": "#ab307e",
  15. "statusBarItem.remoteBackground": "#832561",
  16. "statusBarItem.remoteForeground": "#e7e7e7",
  17. "titleBar.activeBackground": "#832561",
  18. "titleBar.activeForeground": "#e7e7e7",
  19. "titleBar.inactiveBackground": "#83256199",
  20. "titleBar.inactiveForeground": "#e7e7e799"
  21. },
  22. "peacock.remoteColor": "#832561"
  23. }