1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | #======================================
# Menu Settings
#======================================
menu.title.bg: raised
menu.title.bg.color: #8DA9B6
menu.title.text.color: #ffffff
menu.separator.color: #242424
menu.items.bg: raised
menu.items.bg.color: #000000
menu.items.text.color: #ffffff
menu.items.disabled.text.color: #707070
menu.items.active.bg: flat border
menu.items.active.bg.color: #18375a
menu.items.active.bg.border.color: #25548a
menu.items.active.text.color: #ffffff
#======================================
# Focused Window Settings
#======================================
window.active.title.bg: flat border
window.active.title.bg.color: #8DA9B6
window.active.title.bg.border.color: #8DA9B6
window.active.handle.bg: raised
window.active.handle.bg.color: #8DA9B6
window.active.grip.bg: parentrelative
window.active.label.bg: parentrelative
window.active.label.text.color: #ffffff
window.*.button.*.bg: parentrelative
window.active.button.*.image.color: #ffffff
window.active.button.*.pressed.image.color: #000000
window.active.button.disabled.image.color: #ffffff
#======================================
# Unfocused Window Settings
#======================================
window.inactive.title.bg: raised
window.inactive.title.bg.color: #543B28
window.inactive.title.bg.border.color: #543B28
window.inactive.handle.bg: raised
window.inactive.handle.bg.color: #543B28
window.inactive.grip.bg: parentrelative
window.inactive.label.bg: parentrelative
window.inactive.label.text.color: #ffffff
window.inactive.button.*.image.color: #ffffff
#======================================
# Global Width Settings
#======================================
padding.width: 1
padding.height: 8
border.width: 0
window.handle.width: 3
window.client.padding.width: 0
menu.overlap.x: -5
#======================================
# Miscellaneous Settings
#======================================
border.color: #000000
menu.border.color: #000000
#======================================
# Osd
#======================================
osd.bg: raised
osd.bg.color: #181818
osd.hilight.bg: flat border
osd.hilight.bg.color: #18375a
osd.hilight.bg.border.color: #25548a
#======================================
# Title Justification
#======================================
menu.title.text.justify: center
window.label.text.justify: center
|
x