FedoraQt / QGnomePlatform

QPlatformTheme for a better Qt application inclusion in GNOME
GNU Lesser General Public License v2.1
262 stars 38 forks source link

Add support for KColorScheme using Adwaita-like color schemes #132

Closed grulja closed 1 year ago

grulja commented 1 year ago

Introduce set of color schemes for KColorScheme to match Adwaita-like QPalette. This should avoid color mismatch between our QPalette and KColorScheme used by KDE apps. All the schemes might need some tweaks here and there, but it will work just fine for this issue.

Fixes #131