Answer the question
In order to leave comments, you need to log in
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.
Answer the question
In order to leave comments, you need to log in
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 questionAsk a Question
731 491 924 answers to any question