L
L
L1nw0od2020-07-23 11:54:37
Visual Studio Code
L1nw0od, 2020-07-23 11:54:37

VS Code - how to change checkbox color?

Hello, I have this kind of problem, I switched to VS code - I can’t find how to change the color of the "<>" checkmarks, they are white for me and merge with the text, the theme suits me.
5f1950ef1c2aa177103720.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Michael, 2020-07-23
@L1nw0od

https://code.visualstudio.com/docs/getstarted/them...

"editor.tokenColorCustomizations": {
  "textMateRules": [
    {
      "name": "Operator, Misc",
      "scope": ["punctuation.definition.tag.begin.html", "punctuation.definition.tag.end.html"],
      "settings": {
        "foreground": "#fff"
      }
    }
  ]
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question