force.subpixel.hinting=true
force.subpixel.hinting.description=Force using sub-pixel antialiasing
-lcd.contrast.value=100
+lcd.contrast.value=0
lcd.contrast.value.description=Set LCD text contrast value from 100 to 250
removable.welcome.screen.projects=true
private static int THEME_BASED_TEXT_LCD_CONTRAST = 0;
private static int BEST_DARK_LCD_CONTRAST = 100;
- private static int BEST_LIGHT_LCD_CONTRAST = 250;
+ private static int BEST_LIGHT_LCD_CONTRAST = 200;
public static void setHintingForLCDText(Graphics2D g2d) {