You are not logged in.

#1 2018-06-14 11:58:06

duane
Member
Registered: 2016-05-25
Posts: 8

[solved] ugly arduino IDE menu fonts

The fonts for the menu, et. al. in the Arduino IDE are difficult to see. So after some googling and looking at /usr/share/arduino/arduino, I used this solution:
edit /usr/share/arduino/arduino
comment out
#JAVA_OPTIONS=("-DAPP_DIR=$APPDIR" "-Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel")
and add
JAVA_OPTIONS=("-DAPP_DIR=$APPDIR")

This replaced the current look with the system appearance.

Offline

Board footer

Powered by FluxBB