-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Selected board/port displays white on white #6702
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
Comments
Hi @LightningStalker , |
Colors are correct when I run it on Ubuntu 14.04 (64 bit) and Raspbian "jessie". |
It looks more "white on orange" than white on white. I think it's due to the gtk color theme chosen by your distro; I'd close it as "wontsolve" |
Agreed, this is almost certainly a Mint issue. However, one possible workaround for @LightningStalker might involve editing the arduino start script. Deleting "-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel" might cause the JRE to revert to some Java default rendering that looks wrong for Mint, but probably doesn't suffer from low contrast color choices. |
@facchinm I thought it was the theme too, but changing themes does not solve the issue. And what do you mean "white on orange"? Are you looking where the board is selected next to the little dot? It definitely looks like white on white to my eyes. @PaulStoffregen Removing that from the script does make it visible, however the text in the menus becomes really small and difficult to read. |
I believe this is the issue @LightningStalker is reporting: |
Yep that's it. ☺ |
Oh, I see, sorry but I was looking at the highlighted "Leonardo ETH", my bad. I had a small review of the code we use to setup the GTK look and feel and we don't explicitly set the "selected item" color, so it's a theme issue indeed (or some setting even more buried in system GTK settings). I also found an old issue about the same problem on an ancient Mint #1540 , they could be doing something nasty with the gtk theme at a distribution level |
Not a major issue, but slightly annoying, as it is a bit difficult to tell what board and port is selected since it is completely unreadable. Occurs in Linux, running Linux Mint 18.4 Xenial, cinnamon desktop, the same behavior occurs in latest hourly build
The text was updated successfully, but these errors were encountered: