-
Notifications
You must be signed in to change notification settings - Fork 325
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
Color of ticked tasks is hard to see #192
Comments
Oh, that's a shame. The faded out grey colors simply don't work very will :( |
Hi, I know this issue is marked as closed, but I'm having the exact same issue. There's another extension that just creates colored checkboxes in MarkDown preview, but it unfortunately causes conflict with this extension. I made a post about it there, and I actually thought I was having issue with that person's extension when it was actually this one. You can see the thread here: mjbvz/vscode-markdown-checkboxes#13 If you install that extension, it will turn completed Checkboxes blue (but only if you disable this extension first). So having the checkboxes colored is definitely possible. |
Matt Bierner's As mentioned above, it's the web browser (Chromium) that decides how to present the enabled-disabled state. We CANNOT control it. |
Ah, that makes sense. How can I modify the extension to render Enabled input elements instead then? That seems like a pretty straightforward solution. |
There was a PR #962 but didn't get merged. As a workaround, you can open
to
Reload VS Code and the checkboxes will be enabled. |
Thank you so much! This is exactly what I was looking for. |
The check-mark color of completed tasks is too close the the actual color of the check-mark box. Is it possible to tweak the check-mark color, so there is more contrast and therefore easier to see when something is checked off?
The text was updated successfully, but these errors were encountered: