-
Notifications
You must be signed in to change notification settings - Fork 14
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
blinding colors, barely legible #29
Comments
Yes! i'm looking into getting that to work. there's already an issue for that. |
Cool. Thank you for the work you're putting into this useful extension. |
I got the text to be darker, i tried doing the BG color but its fetched from a file in different directory. Perhaps you need to add custom CSS that overrules the other one. PS When i change text using revert chunk, a other app Source Tree doesnt see these changes? thats weird. But this is different thing than this post |
@schroef how did you fix it? |
@smartsystemdesign, See the images, you need to edit codemirror-scroll {backgroundcolor: #f8f8f8} Open the dev tool, see inthe bottom where it probably says "errors" in red. You can see it in the previous image i posted, if you click that the dev tools open, just like in Chrome. Then by highlighting and opening, i found the corresponding css code for the background color On OSX its located here, but you can see that when you hover over the style in the dev tool checker. |
Thank you! I'll try that. |
This should be obvious by looking at your own screenshots for this extension.
The first has a black background, the second has a light grey background with light yellow comparison.
Switching to comparison view basically makes me go blind for a while. hiss
Could it use the editor's theme?
The text was updated successfully, but these errors were encountered: