wayou / vscode-todo-highlight

a vscode extension to highlighting todos, fixmes, and any annotations...
https://marketplace.visualstudio.com/items?itemName=wayou.vscode-todo-highlight
MIT License
509 stars 98 forks source link

Change color of default comments #246

Open AlexFiliakov opened 5 months ago

AlexFiliakov commented 5 months ago

I use the Monokai Pro theme, but the comments are too dark. I'm looking for an extension that will let me customize the color of all comments, in addition to highlighting TODOs. How can I use TODO Highlight to modify the default comment color? Hacking RegExp doesn't seem to work:

    "todohighlight.defaultStyle": {
        "color": "red",
    },
    "todohighlight.keywords": [
        "(.*)",
    ],

It works only in the settings file.

jgclark commented 5 months ago

I suggest you upgrade to TODO Highlight V2 which does support regex properly.