Elementary ob theme
parent
d588d1ae66
commit
23f2d34e32
|
@ -0,0 +1,4 @@
|
|||
#define max_width 8
|
||||
#define max_height 8
|
||||
static unsigned char max_bits[] = {
|
||||
0xf0, 0xe0, 0xf0, 0xa0, 0x05, 0x0f, 0x07, 0x0f };
|
|
@ -0,0 +1,4 @@
|
|||
#define max_toggled_width 8
|
||||
#define max_toggled_height 8
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0xd0, 0xf0, 0x70, 0xf0, 0x0f, 0x0e, 0x0f, 0x0b };
|
|
@ -0,0 +1,97 @@
|
|||
!# Elementary-mod by orschiro
|
||||
!# Based on the Adwaita-mod by Larsson
|
||||
!# Openbox theme designed to match Elementary OS
|
||||
!# License: Creative Commons Attribution-ShareAlike 3.0 Unported (http://creativecommons.org/licenses/by-sa/3.0/)
|
||||
!# No attribution needed for non-commercial use. Attribution goes to the theme page on http://box-look.org/
|
||||
!# Buttons from Siva Flat: http://na12.deviantart.com dunno about the license here.
|
||||
!# Changed the the background to gradient like in http://box-look.org/content/show.php/Zukitwo+Box?content=154216
|
||||
|
||||
border.width: 1
|
||||
padding.width: 3
|
||||
padding.height: 3
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
window.client.padding.height: 0
|
||||
menu.overlap: -4
|
||||
*.justify: center
|
||||
|
||||
|
||||
!# Menu settings
|
||||
!!------------------------------------------------------------------------
|
||||
menu.title.bg: Flat Solid
|
||||
menu.title.bg.color: #ffffff
|
||||
menu.title.text.color: #656565
|
||||
menu.title.text.justify: Left
|
||||
|
||||
menu.border.width: 10
|
||||
menu.border.color: #ffffff
|
||||
menu.overlap.x: -14
|
||||
menu.overlap.y: 0
|
||||
menu.items.bg: Flat Solid
|
||||
menu.items.bg.color: #ffffff
|
||||
menu.items.text.color: #656565
|
||||
menu.items.justify: left
|
||||
menu.items.disabled.text.color: #ffffff
|
||||
menu.items.active.bg: Flat Vertical
|
||||
menu.items.active.bg.color: #ffffff
|
||||
menu.items.active.text.color: #000000
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 4
|
||||
menu.separator.padding.height: 4
|
||||
menu.separator.color: #959595
|
||||
|
||||
|
||||
!# Windows
|
||||
window.*.label.bg: Parentrelative
|
||||
window.*.border.color: #aaaaaa
|
||||
window.*.handle.bg: Raised solid
|
||||
window.*.handle.bg.color: #dadada
|
||||
window.*.grip.bg: Raised solid
|
||||
window.*.grip.bg.color: #dadada
|
||||
!# customised
|
||||
window.*.title.separator.color: #dedede
|
||||
|
||||
*.title.bg: gradient vertical flat
|
||||
!# customised
|
||||
*.title.bg.color: #dedede
|
||||
*.title.bg.colorTo: #dedede
|
||||
|
||||
window.*.button.*.bg: Parentrelative
|
||||
window.*.button.*.image.color: #8d8d8d
|
||||
window.*.button.hover.image.color: #000
|
||||
window.*.button.pressed.image.color: #000
|
||||
|
||||
|
||||
!# Active
|
||||
window.active.label.text.color: #3c3c3c
|
||||
|
||||
!# inactive
|
||||
window.inactive.label.text.color: #999999
|
||||
|
||||
|
||||
!# osd
|
||||
|
||||
osd.border.width: 1
|
||||
osd.border.color: #aaaaaa
|
||||
osd.bg.border.color: #ffffff
|
||||
|
||||
osd.bg: flat border gradient splitvertical
|
||||
osd.bg.color: #f8f8f8
|
||||
osd.bg.color.splitto: #f8f8f8
|
||||
osd.bg.colorTo: #f8f8f8
|
||||
osd.bg.colorTo.splitto: #f8f8f8
|
||||
|
||||
osd.active.label.bg: solid
|
||||
osd.active.label.bg.color: #4fa8e3
|
||||
osd.active.label.bg.border.color: #88A1B6
|
||||
osd.active.label.text.color: #3c3c3c
|
||||
|
||||
osd.inactive.label.bg: parentrelative
|
||||
osd.inactive.label.text.color: #999999
|
||||
|
||||
osd.hilight.bg: flat vertical gradient
|
||||
osd.hilight.bg.color: #8ba4b8
|
||||
osd.hilight.bg.colorTo: #7a94a9
|
||||
osd.unhilight.bg: flat vertical gradient
|
||||
osd.unhilight.bg.color: #babdb6
|
||||
osd.unhilight.bg.colorTo: #efefef
|
Loading…
Reference in New Issue