fix to be up-to-date with the theme spec
This commit is contained in:
parent
dbd3e9b6b2
commit
f58f93f3d0
3 changed files with 3 additions and 4 deletions
|
@ -14,7 +14,6 @@ menu.items.active.bg: raised gradient diagonal
|
|||
menu.items.active.bg.color: rgb:90/94/98
|
||||
menu.items.active.bg.colorTo: rgb:20/24/28
|
||||
menu.items.active.text.color: white
|
||||
menu.bullet.image.color: rgb:90/a0/b0
|
||||
|
||||
window.active.title.bg: raised gradient vertical
|
||||
window.active.title.bg.color: rgb:80/84/88
|
||||
|
@ -93,7 +92,7 @@ window.inactive.button.disabled.image.color: rgb:70/74/78
|
|||
|
||||
border.color: black
|
||||
padding.width: 1
|
||||
borderWidth: 1
|
||||
border.width: 1
|
||||
window.handle.width: 4
|
||||
|
||||
window.active.label.text.font: Bitstream Vera Sans:pixelsize=10
|
||||
|
|
|
@ -111,7 +111,7 @@ menu.title.text.justify: center
|
|||
|
||||
! ***** the rest *****
|
||||
border.color: #2e3a45
|
||||
borderWidth: 1
|
||||
border.width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 3
|
||||
window.client.padding.width: 1
|
||||
|
|
|
@ -101,5 +101,5 @@ window.inactive.client.color: #677b91
|
|||
window.handle.width: 3
|
||||
window.client.padding.width: 1
|
||||
padding.width: 1
|
||||
borderWidth: 1
|
||||
border.width: 1
|
||||
border.color: #484848
|
||||
|
|
Loading…
Reference in a new issue