mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
themerc: fix syntax inconsistency
This commit is contained in:
parent
b50e8cbd0f
commit
db4249dcc4
1 changed files with 6 additions and 8 deletions
14
docs/themerc
14
docs/themerc
|
|
@ -1,12 +1,10 @@
|
|||
window.active.title.bg.color: #589bda
|
||||
window.active.handle.bg.color: #3c7cb7
|
||||
|
||||
window.inactive.title.bg.color: #efece6
|
||||
window.active.button.unpressed.image.color: #ffffff
|
||||
window.inactive.button.unpressed.image.color: #000000
|
||||
|
||||
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
|
||||
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