macosui / macos_window_utils.dart

macos_window_utils is a Flutter package that provides a set of methods for modifying the NSWindow of a Flutter application on macOS.
https://pub.dev/packages/macos_window_utils
MIT License
49 stars 9 forks source link

Expose UI Element Colors #15

Closed Adrian-Samoticha closed 1 year ago

Adrian-Samoticha commented 1 year ago

Expose all colors listed in UI Element Colors.

This could be especially useful for colors whose value depends on the user's system preferences, such as controlAccentColor or selectedTextBackgroundColor.

Adrian-Samoticha commented 1 year ago

Implemented in appkit_ui_element_colors, closing.