lxqt / lxqt-qtplugin

LXQt Qt platform integration plugin
https://lxqt.github.io
GNU Lesser General Public License v2.1
24 stars 14 forks source link

Support more palette colors for better customization #61

Closed tsujan closed 3 years ago

tsujan commented 3 years ago

Eight palette colors are supported.

Also:

  1. Colors are moved to a separate section named "Palette".
  2. The app is polished after its palette is set. Previously, the lack of polishing interfered with styles that had internal palettes (like Kvantum and gtk2), so that an app restart was needed for them to show their own colors.

An lxqt-config PR will follow this to use it.

tsujan commented 3 years ago

@yan12125 Would you review this and test its usage in https://github.com/lxqt/lxqt-config/pull/647 ? It passed my tests but a review is necessary.

tsujan commented 3 years ago

@palinek, could you take a look at this and its use in https://github.com/lxqt/lxqt-config/pull/647?

tsujan commented 3 years ago

@palinek, thanks a lot!