settings.json 353 B

1234567891011
  1. {
  2. "githubPullRequests.ignoredPullRequestBranches": [
  3. "master"
  4. ],
  5. "workbench.colorCustomizations": {
  6. "list.errorForeground": "#00AA00",
  7. "list.warningForeground": "#00d9ff",
  8. "gitDecoration.modifiedResourceForeground": "#00ffb3",
  9. "gitDecoration.untrackedResourceForeground": "#f7aeae"
  10. }
  11. }