update openbox theme to match v2 of kwin theme
This commit is contained in:
parent
41ffd513b8
commit
c4b276e52f
1 changed files with 7 additions and 3 deletions
|
@ -54,6 +54,8 @@ window.active.button.toggled.image.color: #1f9b92
|
||||||
window.active.button.hover.image.color: #ffffff
|
window.active.button.hover.image.color: #ffffff
|
||||||
window.active.button.toggled.hover.image.color: #ffffff
|
window.active.button.toggled.hover.image.color: #ffffff
|
||||||
|
|
||||||
|
window.active.border.color: #1f9b92
|
||||||
|
|
||||||
# Inactive window
|
# Inactive window
|
||||||
|
|
||||||
window.inactive.label.text.color: #797979
|
window.inactive.label.text.color: #797979
|
||||||
|
@ -69,6 +71,8 @@ window.inactive.button.toggled.image.color: #0F4D48
|
||||||
window.inactive.button.hover.image.color: #797979
|
window.inactive.button.hover.image.color: #797979
|
||||||
window.inactive.button.toggled.hover.image.color: #797979
|
window.inactive.button.toggled.hover.image.color: #797979
|
||||||
|
|
||||||
|
window.inactive.border.color: #000000
|
||||||
|
|
||||||
# OSD
|
# OSD
|
||||||
osd.border.width: 0
|
osd.border.width: 0
|
||||||
|
|
||||||
|
@ -91,10 +95,10 @@ menu.title.text.font:shadow=n
|
||||||
|
|
||||||
|
|
||||||
# Everything else
|
# Everything else
|
||||||
border.width: 0
|
border.width: 1
|
||||||
padding.width: 2
|
padding.width: 2
|
||||||
padding.height: 2
|
padding.height: 2
|
||||||
window.handle.width: 4
|
window.handle.width: 0
|
||||||
window.client.padding.width: 0
|
window.client.padding.width: 0
|
||||||
window.label.text.justify: center
|
window.label.text.justify: center
|
||||||
menu.title.text.justify: center
|
menu.title.text.justify: center
|
||||||
|
|
Loading…
Reference in a new issue