parent
9b712f1011
commit
2c9fc68ac7
@ -0,0 +1,4 @@
|
||||
#define close_width 8
|
||||
#define close_height 8
|
||||
static unsigned char close_bits[] = {
|
||||
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
|
@ -0,0 +1,5 @@
|
||||
#define close_pressed_width 10
|
||||
#define close_pressed_height 10
|
||||
static unsigned char close_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x0c, 0x03, 0x9c, 0x03, 0xf8, 0x01, 0xf0, 0x00,
|
||||
0xf0, 0x00, 0xf8, 0x01, 0x9c, 0x03, 0x0c, 0x03 };
|
@ -0,0 +1,4 @@
|
||||
#define desk_width 8
|
||||
#define desk_height 8
|
||||
static unsigned char desk_bits[] = {
|
||||
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
|
@ -0,0 +1,4 @@
|
||||
#define desk_toggled_width 8
|
||||
#define desk_toggled_height 8
|
||||
static unsigned char desk_toggled_bits[] = {
|
||||
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
|
@ -0,0 +1,4 @@
|
||||
#define iconify_width 8
|
||||
#define iconify_height 8
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff };
|
@ -0,0 +1,5 @@
|
||||
#define iconify_disabled_width 10
|
||||
#define iconify_disabled_height 10
|
||||
static unsigned char iconify_disabled_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -0,0 +1,5 @@
|
||||
#define iconify_pressed_width 10
|
||||
#define iconify_pressed_height 10
|
||||
static unsigned char iconify_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03 };
|
@ -0,0 +1,4 @@
|
||||
#define max_width 8
|
||||
#define max_height 8
|
||||
static unsigned char max_bits[] = {
|
||||
0xff, 0xff, 0x81, 0x81, 0x81, 0x81, 0x81, 0xff };
|
@ -0,0 +1,5 @@
|
||||
#define max_disabled_width 10
|
||||
#define max_disabled_height 10
|
||||
static unsigned char max_disabled_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -0,0 +1,5 @@
|
||||
#define max_pressed_width 10
|
||||
#define max_pressed_height 10
|
||||
static unsigned char max_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x04, 0x02, 0x04, 0x02,
|
||||
0x04, 0x02, 0x04, 0x02, 0x04, 0x02, 0xfc, 0x03 };
|
@ -0,0 +1,4 @@
|
||||
#define max_toggled_width 8
|
||||
#define max_toggled_height 8
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0xfc, 0xfc, 0x84, 0x9f, 0x91, 0xf1, 0x11, 0x1f };
|
@ -0,0 +1,4 @@
|
||||
#define shade_width 8
|
||||
#define shade_height 8
|
||||
static unsigned char shade_bits[] = {
|
||||
0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -0,0 +1,5 @@
|
||||
#define shade_pressed_width 10
|
||||
#define shade_pressed_height 10
|
||||
static unsigned char shade_pressed_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0xfc, 0x03, 0xfc, 0x03, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
@ -0,0 +1,65 @@
|
||||
#openbox themerc edited with obtheme
|
||||
border.width: 1
|
||||
menu.border.color: #9D9D9D
|
||||
menu.items.active.bg: Gradient SplitVertical Raised Bevel2
|
||||
menu.items.active.bg.color: #6196B3
|
||||
menu.items.active.bg.colorTo: #3F6A84
|
||||
menu.items.active.bg.border.color: #EFEBE7
|
||||
menu.items.active.text.color: #F8F8F8
|
||||
menu.items.bg: flat border solid
|
||||
menu.items.bg.color: #EEEEEC
|
||||
menu.items.bg.border.color: #EFEBE7
|
||||
menu.items.disabled.text.color: #BABDB6
|
||||
menu.items.text.color: #444444
|
||||
menu.overlap: 0
|
||||
menu.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
menu.title.bg.color: #6196B3
|
||||
menu.title.bg.colorTo: #3F6A84
|
||||
menu.title.bg.border.color: #EFEBE7
|
||||
menu.title.text.color: #F8F8F8
|
||||
menu.title.text.justify: center
|
||||
padding.width: 2
|
||||
window.active.border.color: #404040
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.disabled.image.color: #707070
|
||||
window.active.button.hover.image.color: #FFFFFF
|
||||
window.active.button.pressed.bg: parentrelative
|
||||
window.active.button.pressed.image.color: #FFFFFF
|
||||
window.active.button.toggled.image.color: #E0E0E0
|
||||
window.active.button.toggled.pressed.image.color: #E0E0E0
|
||||
window.active.button.unpressed.bg: parentrelative
|
||||
window.active.button.unpressed.image.color: #E0E0E0
|
||||
window.active.client.color: #DEE0D8
|
||||
window.active.grip.bg: parentrelative
|
||||
window.active.handle.bg: raised solid
|
||||
window.active.handle.bg.color: #E7E7E7
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #F8F8F8
|
||||
window.active.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
window.active.title.bg.color: #6196B3
|
||||
window.active.title.bg.colorTo: #3F6A84
|
||||
window.active.title.bg.border.color: #EFEBE7
|
||||
window.active.title.separator.color: #444444
|
||||
window.client.padding.width: 0
|
||||
window.handle.width: 3
|
||||
window.inactive.button.disabled.bg: parentrelative
|
||||
window.inactive.button.disabled.image.color: #707070
|
||||
window.inactive.button.hover.image.color: #FFFFFF
|
||||
window.inactive.button.pressed.bg: parentrelative
|
||||
window.inactive.button.pressed.image.color: #FFFFFF
|
||||
window.inactive.button.toggled.image.color: #E0E0E0
|
||||
window.inactive.button.toggled.pressed.image.color: #E0E0E0
|
||||
window.inactive.button.unpressed.bg: parentrelative
|
||||
window.inactive.button.unpressed.image.color: #E0E0E0
|
||||
window.inactive.client.color: #DEE0D8
|
||||
window.inactive.grip.bg: parentrelative
|
||||
window.inactive.handle.bg: raised solid
|
||||
window.inactive.handle.bg.color: #E7E7E7
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #F8F8F8
|
||||
window.inactive.title.bg: Gradient SplitVertical Raised Bevel2
|
||||
window.inactive.title.bg.color: #98AAB3
|
||||
window.inactive.title.bg.colorTo: #707D84
|
||||
window.inactive.title.bg.border.color: #EFEBE7
|
||||
window.inactive.title.separator.color: #777777
|
||||
window.label.text.justify: center
|
Loading…
Reference in new issue