Closed ghost closed 7 years ago
the issue is present in light themes, just less visible
tilt your screen if you cannot see it, it's very faint.
This is not an issue of this theme, it isn't even a atom problem, it's a rendering issue with chrome (atom/atom#12634). It's fixed already and as soon as electron adopts chromium 54 and atom adopts the new electron version it will be resolved by an atom update.
In the meantime start atom with --disable-gpu
for correct rendering.
I'm having the same issue in 1.11.2 in macOS Sierra when using Atom Material theme and Atom Material Dark as the syntax theme. It flashes when I just move my mouse around.
@justinschier did you read my message above?
I'll close this since it's not related to the theme and the answer was shared by @schrej (thank you for enlightening us!)
Any update on this? It's now May 2017 and I just upgraded to Sierra and now this is happening.
I even tried starting atom with --disable-gpu
as suggested and that made no difference.
Here's an open issue on the main atom repo that has more updates.
https://github.com/atom/atom/issues/12634
They also suggested using the flag atom --enable-gpu-rasterization
but that didn't work for me on my external display (the problem isn't apparent on my macbook screen at all)
@montanaflynn it's technically not an issue with the theme, but with Electron
I solved this problem by going into settings > Core settings > Color Profile > choose ¨Use sRGB color profile¨ instead of ¨Use color profile configured in the operating system¨.
Also, there is another way that shall work. Go to Ubuntu Settings (if you are using Ubuntu) > Devices > Color > and disable ¨Laptop screen¨ profile.
Both ways worked just great for me. Hope this helps.
@stefanocampos thanks for sharing this ! Was having the same issue with Atom 1.29.
@stefanocampos thanks, works perfectly...
Background color for dark syntax themes renders incorrectly.
Reproduction Steps:
Expected behavior:
Background color should render on the whole background
Observed behavior:
Background is rendered with different color rectangles that move when the cursor moves to different lines.
Screenshots and GIFs
Atom version: 1.11.1 OS and version: macOS Sierra
Installed packages:
Additional information:
I am not a hundred percent sure it is because of Material UI but I think it is, as it happens with several syntax themes. The problem is not reproduced with light themes.