mirror of
https://github.com/labwc/labwc.git
synced 2026-02-12 04:27:57 -05:00
Add basic menu theme options
This commit is contained in:
parent
f3a95d65ad
commit
bc04f50d14
6 changed files with 42 additions and 5 deletions
|
|
@ -54,6 +54,22 @@ compatibility.
|
|||
: Color of the images in titlebar buttons in their default, unpressed,
|
||||
state. This element is for non-focused windows.
|
||||
|
||||
`menu.items.bg.color`
|
||||
|
||||
: Background color of inactive menu items
|
||||
|
||||
`menu.items.text.color`
|
||||
|
||||
: Text color of inactive menu item
|
||||
|
||||
`menu.items.active.bg.color`
|
||||
|
||||
: Background color of active menu items
|
||||
|
||||
`menu.items.active.text.color`
|
||||
|
||||
: Text color of active menu item
|
||||
|
||||
# DEFINITIONS
|
||||
|
||||
The `handle` is the window decoration placed on the bottom of the window.
|
||||
|
|
|
|||
|
|
@ -6,3 +6,7 @@ window.inactive.title.bg.color: #efece6
|
|||
window.active.button.unpressed.image.color = #ffffff
|
||||
window.inactive.button.unpressed.image.color = #000000
|
||||
|
||||
menu.items.bg.color = #fcfbfa
|
||||
menu.items.text.color = #000000
|
||||
menu.items.active.bg.color = #4a90d9
|
||||
menu.items.active.text.color = #ffffff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue