brackets-compare
brackets-compare copied to clipboard
blinding colors, barely legible
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?
Yes! i'm looking into getting that to work. there's already an issue for that. https://github.com/bomsy/brackets-compare/issues/21 Thanks!
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
I think i got something working here, ive adjusted it to my main theme, Dark Material Theme 2.
I just need to get the text in the chunk better visible
@schroef how did you fix it?
@smartsystemdesign, i used the dev tools to see what part of brackets CSS was causing the light background. Then i edited that and restarted. The downside is you need to this each time you update.
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.