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 83 84 85 86 87 88 89 | # Window geometry
padding.width: 4
padding.height: 0
border.width: 2
window.client.padding.width: 5
window.client.padding.height: 5
window.handle.width: 0
#Menu geometry
menu.border.width: 1
menu.overlap.x: -11
menu.overlap.y: 0
# Border colors
window.*.border.color: #1B1B1B
menu.border.color: #1B1B1B
window.active.client.color: #ECEDEE
window.inactive.client.color: #ECEDEE
# Text shadows
window.active.label.text.font: shadow=n
window.inactive.label.text.font: shadow=n
menu.items.font: shadow=n
menu.title.text.font: shadow=n
# Window title justification
padding.width: 4
padding.height: 1
window.label.text.justify: right
# Window
window.*.title.bg: flat
window.*.title.bg.color: #1B1B1B
window.*.label.bg: Parentrelative
window.active.label.text.color: #1B1B1B
window.inactive.label.text.color: #555
window.*.button.unpressed.bg: Flat
window.*.button.unpressed.bg.color: #1B1B1B
window.active.button.unpressed.image.color: #666
window.inactive.button.unpressed.image.color: #666
window.*.button.pressed.bg: Flat
window.*.button.pressed.bg.color: #1B1B1B
window.*.button.pressed.image.color: #999
window.*.button.disabled.bg: Flat
window.*.button.disabled.bg.color: #1B1B1B
window.*.button.disabled.image.color: #F0F0F0
window.*.button.hover.bg: Flat
window.*.button.hover.bg.color: #1B1B1B
window.*.button.hover.image.color: #ECEDEE
# Menus
menu.title.bg: Flat
menu.title.bg.color: #1B1B1B
menu.title.text.color: #ECEDEE
menu.title.text.justify: center
menu.separator.color: #1B1B1B
menu.separator.width: 1
menu.separator.padding.width: 0
menu.separator.padding.height: 5
menu.items.bg: Flat Solid
menu.items.bg.color: #1B1B1B
menu.items.text.color: #ECEDEE
menu.items.disabled.text.color:
menu.items.active.bg: flat diagonal gradient
menu.items.active.bg.color: #303030
menu.items.active.bg.colorTo: #1B1B1B
menu.items.active.text.color: #ECEDEE
menu.items.active.disabled.text.color: #2C2F36
#OSD SETTINGS
osd.hilight.bg: flat
osd.hilight.bg.color: #ECEDEE
osd.unhilight.bg: flat
osd.unhilight.bg.color: #68696B
osd.border.width: 0
osd.border.color: #1B1B1B
osd.label.text.color: #656565
|
x
Notes
theme from http://www.shovel-crew.org/ : night-butterfly555