Crunchbang Openbox theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!! -------------------------------------------------- | |
!! Theme: smutnyleszek | |
!! Description: Based on waldorf CrunchBang theme | |
!! Author: Leszek Pietrzak <smutnyleszek@gmail.com> | |
!! Web: http://leszekpietrzak.com | |
!! -------------------------------------------------- | |
!! -------------------------------------------------- | |
!! Color palette: | |
!! -------------------------------------------------- | |
!! grey-lightest: #f0efef | |
!! grey-lighter: #d3d2d0 | |
!! grey-light: #b6b4b2 | |
!! grey: #87837f | |
!! grey-dark: #555250 | |
!! grey-darker: #363533 | |
!! grey-darkest: #181717 | |
!! ruby: #e11914 | |
!! ruby-dark: #b21410 | |
!! -------------------------------------------------- | |
!! Basic stuff | |
!! -------------------------------------------------- | |
padding.width: 3 | |
padding.height: 3 | |
border.width: 1 | |
#border.color: #ff0000 | |
window.client.padding.width: 0 | |
window.handle.width: 0 | |
window.label.text.justify: left | |
!! -------------------------------------------------- | |
!! Window default | |
!! -------------------------------------------------- | |
window.*.button.*.bg: parentrelative | |
window.*.title.separator.color: parentrelative | |
window.*.label.bg: parentrelative | |
window.*.button.pressed.bg: flat solid | |
window.*.button.pressed.bg.color: #d3d2d0 | |
window.*.button.pressed.image.color: #555250 | |
window.*.button.disabled.image.color: #87837f | |
window.*.button.hover.bg: flat solid | |
window.*.button.hover.bg.color: #d3d2d0 | |
window.*.button.hover.image.color: #363533 | |
window.*.button.toggled.unpressed.bg: flat solid | |
window.*.button.toggled.unpressed.bg.color: #d3d2d0 | |
window.*.button.toggled.unpressed.image.color: #363533 | |
window.*.button.toggled.pressed.bg: flat solid | |
window.*.button.toggled.pressed.bg.color: #f0efef | |
window.*.button.toggled.pressed.image.color: #555250 | |
window.*.button.toggled.hover.bg: flat solid | |
window.*.button.toggled.hover.bg.color: #f0efef | |
window.*.button.toggled.hover.image.color: #363533 | |
window.*.title.bg: flat solid | |
window.*.title.bg.color: #d3d2d0 | |
window.*.border.color: #d3d2d0 | |
!! -------------------------------------------------- | |
!! Active window | |
!! -------------------------------------------------- | |
window.active.label.text.color: #181717 | |
window.active.button.unpressed.image.color: #363533 | |
!! -------------------------------------------------- | |
!! Inactive window | |
!! -------------------------------------------------- | |
window.inactive.label.text.color: #555250 | |
window.inactive.button.unpressed.image.color: #87837f | |
!! -------------------------------------------------- | |
!! Menu geometry | |
!! -------------------------------------------------- | |
menu.border.width: 3 | |
menu.overlap.x: 3 | |
menu.overlap.y: 0 | |
menu.border.color: #363533 | |
!! -------------------------------------------------- | |
!! Menu | |
!! -------------------------------------------------- | |
menu.items.font: shadow=n | |
menu.items.bg: flat solid | |
menu.items.bg.color: #363533 | |
menu.items.text.color: #d3d2d0 | |
menu.items.disabled.text.color: #87837f | |
menu.items.active.bg: flat solid | |
menu.items.active.bg.color: #555250 | |
menu.items.active.text.color: #f0efef | |
menu.title.bg: flat solid | |
menu.title.bg.color: #363533 | |
menu.title.text.color: #87837f | |
menu.title.text.justify: left | |
#menu.title.text.font: shadow=y:shadowtint=-70:shadowoffset=1 | |
menu.separator.color: #555250 | |
menu.separator.width: 1 | |
menu.separator.padding.width: 1 | |
menu.separator.padding.height: 6 | |
!! -------------------------------------------------- | |
!! OSD | |
!! -------------------------------------------------- | |
osd.bg: flat solid | |
osd.bg.color: #d3d2d0 | |
osd.label.bg: parentrelative | |
osd.hilight.bg: flat solid | |
osd.hilight.bg.color: #555250 | |
osd.unhilight.bg: flat solid | |
osd.unhilight.bg.color: #b6b4b2 | |
osd.label.text.color: #181717 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment