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

Disable Background Color #174

Open
BenQuinlan opened this issue Apr 13, 2020 · 2 comments · May be fixed by #180
Open

Disable Background Color #174

BenQuinlan opened this issue Apr 13, 2020 · 2 comments · May be fixed by #180

Comments

@BenQuinlan
Copy link

Is it possible to disable the background highlight colour, so just the text is coloured?

@timskovjacobsen
Copy link

As a workaround, you can achieve this by using the rgba colors. It has four inputs where the last one is the alpha value:

"backgroundColor": rgba(0, 0, 0, 0)

The first three inputs will not matter if the forth is set to 0.

timskovjacobsen pushed a commit to timskovjacobsen/vscode-todo-highlight that referenced this issue May 28, 2020
@timskovjacobsen timskovjacobsen linked a pull request May 28, 2020 that will close this issue
@jgclark
Copy link

jgclark commented Jul 8, 2020

I've now forked this extension into https://github.com/jgclark/vscode-todo-highlight, and made available on the Marketplace. It includes better documentation -- including a note about this -- more examples, update for remote development, addition of regex per highlight etc.

You'll need to uninstall this extension and then install the new one from the marketplace, TODO Highlight v1.2.0.

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

Successfully merging a pull request may close this issue.

3 participants