kahole / edamagit

Magit for VSCode

Home Page:https://marketplace.visualstudio.com/items?itemName=kahole.magit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Color scheme

mercurykd opened this issue · comments

hi, my color scheme displays like this:
image

I want to override this to my colors, which parameter should I override?

  "editor.tokenColorCustomizations": {
    "textMateRules": [
      {
        "scope": "markup.deleted",
        "settings": {
          "foreground": "#F00"
        }
      },
      {
        "scope": "markup.inserted",
        "settings": {
          "foreground": "#0F0"
        }
      }
    ]
  }