theme: add circle button hover effect (#2127)

This commit is contained in:
Jens Peters 2024-09-09 17:44:03 +02:00 committed by Johan Malm
parent dcd9b47e5b
commit 9395348c55
4 changed files with 59 additions and 19 deletions

View file

@ -132,6 +132,10 @@ labwc-config(5).
Space between titlebar buttons, in pixels.
Default is 0.
*window.button.hover.bg.shape*
The shape of the hover effect of a titlebar button: "rectangle" or "circle".
Default is "rectangle".
*window.active.button.unpressed.image.color*
Color of the images in titlebar buttons in their default, unpressed,
state. This element is for the focused window.

View file

@ -34,6 +34,9 @@ window.label.text.justify: center
window.button.width: 26
window.button.spacing: 0
# window button hover effect
window.button.hover.bg.shape: rectangle
# window buttons
window.active.button.unpressed.image.color: #000000
window.inactive.button.unpressed.image.color: #000000