mirror of
https://github.com/labwc/labwc.git
synced 2026-02-05 04:06:33 -05:00
theme: implement osd.border.color and osd.border.width
http://openbox.org/wiki/Help:Themes#osd.border.color http://openbox.org/wiki/Help:Themes#osd.border.width
This commit is contained in:
parent
c4074207e1
commit
b7907cc2da
5 changed files with 58 additions and 6 deletions
|
|
@ -104,6 +104,12 @@ elements are not listed here, but are supported.
|
|||
*osd.bg.color*
|
||||
Background color of on-screen-display
|
||||
|
||||
*osd.border.color*
|
||||
Border color of on-screen-display
|
||||
|
||||
*osd.border.width*
|
||||
Border width of on-screen-display
|
||||
|
||||
*osd.label.text.color*
|
||||
Text color of on-screen-display
|
||||
|
||||
|
|
|
|||
|
|
@ -34,5 +34,7 @@ menu.items.active.text.color: #000000
|
|||
|
||||
# on screen display (window-cycle dialog)
|
||||
osd.bg.color: #dddda6
|
||||
osd.border.color: #000000
|
||||
osd.border.width: 1
|
||||
osd.label.text.color: #000000
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue