FedoraQt / QAdwaitaDecorations

Qt decoration plugin implementing Adwaita-like client-side decorations
GNU Lesser General Public License v2.1
66 stars 6 forks source link

Missing "pressed" state for window buttons #60

Closed TheBoctor closed 3 months ago

TheBoctor commented 3 months ago

The minimize/maximize/close controls in Libadwaita use an additional state and background color when being clicked or held. Currently, this is missing from QAdwaitaDecorations. Since this would require new supporting code and is beyond the scope of a simple color change, it was requested to be opened as its own issue.

For reference, light: #c2c2c2, dark: #6e6e6e. image image