FlatLaf icon indicating copy to clipboard operation
FlatLaf copied to clipboard

macOS light and dark themes

Open DevCharly opened this issue 3 years ago • 0 comments

This PR adds macOS light and dark themes that use macOS Monterey (v12.2) colors and style.

The intention was to create themes that look similar to native macOS applications.

Screenshot 2022-05-13 at 14 26 40 Screenshot 2022-05-13 at 14 26 56

The popup of not editable combo boxes is positioned similar to native macOS NSPopUpButton controls:

Screenshot 2022-05-13 at 14 30 09 Screenshot 2022-05-13 at 14 31 45

Known issues:

  • changing accent color not yet supported
  • tabbed pane style not macOS like
  • selection in lists, tables, trees and menu items do not have round corners

To try it out, download the build artifacts from here: https://github.com/JFormDesigner/FlatLaf/actions/runs/2319472414

The new look and feel class names are:

  • com.formdev.flatlaf.themes.FlatMacLightLaf
  • com.formdev.flatlaf.themes.FlatMacDarkLaf

DevCharly avatar May 13 '22 13:05 DevCharly