Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change color of default comments #246

Open
AlexFiliakov opened this issue May 11, 2024 · 1 comment
Open

Change color of default comments #246

AlexFiliakov opened this issue May 11, 2024 · 1 comment

Comments

@AlexFiliakov
Copy link

AlexFiliakov commented May 11, 2024

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
Copy link

jgclark commented May 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants