Add basic menu theme options

This commit is contained in:
Johan Malm 2021-02-16 20:43:20 +00:00
parent f3a95d65ad
commit bc04f50d14
6 changed files with 42 additions and 5 deletions

View file

@ -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.

View file

@ -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