add new themes
This commit is contained in:
parent
a74a458b69
commit
c10b4e6b3f
55 changed files with 925 additions and 35 deletions
112
Makefile.am
112
Makefile.am
|
@ -11,7 +11,7 @@ pixmapdir = $(datadir)/pixmaps
|
|||
xsddir = $(datadir)/openbox
|
||||
userscriptdir = $(datadir)/openbox
|
||||
|
||||
theme = TheBear
|
||||
theme = bear2
|
||||
|
||||
AUTOMAKE_OPTIONS = subdir-objects foreign
|
||||
|
||||
|
@ -226,44 +226,86 @@ tools_gnome_panel_control_gnome_panel_control_SOURCES = \
|
|||
|
||||
## themes ##
|
||||
|
||||
allegro_themedir = $(themedir)/Allegro/openbox-3
|
||||
dist_allegro_theme_DATA = \
|
||||
themes/Allegro/openbox-3/themerc \
|
||||
themes/Allegro/openbox-3/bullet.xbm
|
||||
mikachu_themedir = $(themedir)/Mikachu/openbox-3
|
||||
dist_mikachu_theme_DATA= \
|
||||
themes/Mikachu/openbox-3/bullet.xbm \
|
||||
themes/Mikachu/openbox-3/close.xbm \
|
||||
themes/Mikachu/openbox-3/desk.xbm \
|
||||
themes/Mikachu/openbox-3/iconify.xbm \
|
||||
themes/Mikachu/openbox-3/max.xbm \
|
||||
themes/Mikachu/openbox-3/themerc
|
||||
|
||||
artwiz_themedir = $(themedir)/Artwiz/openbox-3
|
||||
dist_artwiz_theme_DATA = \
|
||||
themes/Artwiz/openbox-3/themerc
|
||||
|
||||
blah41_themedir = $(themedir)/Blah41/openbox-3
|
||||
dist_blah41_theme_DATA = \
|
||||
themes/Blah41/openbox-3/themerc
|
||||
natura_themedir = $(themedir)/Natura/openbox-3
|
||||
dist_natura_theme_DATA= \
|
||||
themes/Natura/openbox-3/close_hover.xbm \
|
||||
themes/Natura/openbox-3/close.xbm \
|
||||
themes/Natura/openbox-3/desk_toggled.xbm \
|
||||
themes/Natura/openbox-3/desk.xbm \
|
||||
themes/Natura/openbox-3/iconify_disabled.xbm \
|
||||
themes/Natura/openbox-3/iconify_hover.xbm \
|
||||
themes/Natura/openbox-3/iconify.xbm \
|
||||
themes/Natura/openbox-3/max_disabled.xbm \
|
||||
themes/Natura/openbox-3/max_hover.xbm \
|
||||
themes/Natura/openbox-3/max_toggled.xbm \
|
||||
themes/Natura/openbox-3/max.xbm \
|
||||
themes/Natura/openbox-3/shade.xbm \
|
||||
themes/Natura/openbox-3/themerc
|
||||
|
||||
om4ob_themedir = $(themedir)/Om4Ob/openbox-3
|
||||
dist_om4ob_theme_DATA = \
|
||||
themes/Om4Ob/openbox-3/themerc \
|
||||
themes/Om4Ob/openbox-3/close_hover.xbm \
|
||||
themes/Om4Ob/openbox-3/close.xbm \
|
||||
themes/Om4Ob/openbox-3/desk_hover.xbm \
|
||||
themes/Om4Ob/openbox-3/desk_toggled.xbm \
|
||||
themes/Om4Ob/openbox-3/desk.xbm \
|
||||
themes/Om4Ob/openbox-3/iconify_hover.xbm \
|
||||
themes/Om4Ob/openbox-3/iconify_pressed.xbm \
|
||||
themes/Om4Ob/openbox-3/iconify.xbm \
|
||||
themes/Om4Ob/openbox-3/max_disabled.xbm \
|
||||
themes/Om4Ob/openbox-3/max_hover.xbm \
|
||||
themes/Om4Ob/openbox-3/max_pressed.xbm \
|
||||
themes/Om4Ob/openbox-3/max_toggled.xbm \
|
||||
themes/Om4Ob/openbox-3/max.xbm \
|
||||
themes/Om4Ob/openbox-3/shade_disabled.xbm \
|
||||
themes/Om4Ob/openbox-3/shade_hover.xbm \
|
||||
themes/Om4Ob/openbox-3/shade_toggled.xbm \
|
||||
themes/Om4Ob/openbox-3/shade.xbm
|
||||
|
||||
thebear_themedir = $(themedir)/TheBear/openbox-3
|
||||
dist_thebear_theme_DATA = \
|
||||
themes/TheBear/openbox-3/themerc
|
||||
artwizboxed_themedir = $(themedir)/artwiz-boxed/openbox-3
|
||||
dist_artwizboxed_theme_DATA= \
|
||||
themes/artwiz-boxed/openbox-3/bullet.xbm \
|
||||
themes/artwiz-boxed/openbox-3/close.xbm \
|
||||
themes/artwiz-boxed/openbox-3/desk_toggled.xbm \
|
||||
themes/artwiz-boxed/openbox-3/desk.xbm \
|
||||
themes/artwiz-boxed/openbox-3/iconify.xbm \
|
||||
themes/artwiz-boxed/openbox-3/max_toggled.xbm \
|
||||
themes/artwiz-boxed/openbox-3/max.xbm \
|
||||
themes/artwiz-boxed/openbox-3/themerc
|
||||
|
||||
bear2_themedir = $(themedir)/bear2/openbox-3
|
||||
dist_bear2_theme_DATA= \
|
||||
themes/bear2/openbox-3/close_pressed.xbm \
|
||||
themes/bear2/openbox-3/close.xbm \
|
||||
themes/bear2/openbox-3/desk_toggled.xbm \
|
||||
themes/bear2/openbox-3/desk.xbm \
|
||||
themes/bear2/openbox-3/iconify_disabled.xbm \
|
||||
themes/bear2/openbox-3/iconify_pressed.xbm \
|
||||
themes/bear2/openbox-3/iconify.xbm \
|
||||
themes/bear2/openbox-3/max_disabled.xbm \
|
||||
themes/bear2/openbox-3/max_pressed.xbm \
|
||||
themes/bear2/openbox-3/max_toggled.xbm \
|
||||
themes/bear2/openbox-3/max.xbm \
|
||||
themes/bear2/openbox-3/shade_pressed.xbm \
|
||||
themes/bear2/openbox-3/shade.xbm \
|
||||
themes/bear2/openbox-3/themerc
|
||||
|
||||
orang_themedir = $(themedir)/orang/openbox-3
|
||||
dist_orang_theme_DATA= \
|
||||
themes/orang/openbox-3/themerc
|
||||
|
||||
syscrash_themedir = $(themedir)/syscrash/openbox-3
|
||||
dist_syscrash_theme_DATA= \
|
||||
themes/syscrash/openbox-3/bullet-small.xbm \
|
||||
themes/syscrash/openbox-3/bullet.xbm \
|
||||
themes/syscrash/openbox-3/close-cross.xbm \
|
||||
themes/syscrash/openbox-3/close_disabled.xbm \
|
||||
themes/syscrash/openbox-3/close_hover.xbm \
|
||||
themes/syscrash/openbox-3/close_pressed.xbm \
|
||||
themes/syscrash/openbox-3/close.xbm \
|
||||
themes/syscrash/openbox-3/desk_toggled.xbm \
|
||||
themes/syscrash/openbox-3/desk_toggle.xbm \
|
||||
themes/syscrash/openbox-3/desk.xbm \
|
||||
themes/syscrash/openbox-3/iconify_hover.xbm \
|
||||
themes/syscrash/openbox-3/iconify_pressed.xbm \
|
||||
themes/syscrash/openbox-3/iconify.xbm \
|
||||
themes/syscrash/openbox-3/max_disabled.xbm \
|
||||
themes/syscrash/openbox-3/max_hover.xbm \
|
||||
themes/syscrash/openbox-3/max_pressed.xbm \
|
||||
themes/syscrash/openbox-3/max_toggled.xbm \
|
||||
themes/syscrash/openbox-3/max.xbm \
|
||||
themes/syscrash/openbox-3/shade.xbm \
|
||||
themes/syscrash/openbox-3/themerc
|
||||
|
||||
## public headers ##
|
||||
|
||||
|
|
4
themes/Mikachu/openbox-3/bullet.xbm
Normal file
4
themes/Mikachu/openbox-3/bullet.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define bullet_width 4
|
||||
#define bullet_height 7
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
|
5
themes/Mikachu/openbox-3/close.xbm
Normal file
5
themes/Mikachu/openbox-3/close.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define close_width 8
|
||||
#define close_height 8
|
||||
static unsigned char close_bits[] = {
|
||||
0x00, 0xc3, 0x66, 0x3c, 0x3c, 0x66, 0xc3, 0x00 };
|
5
themes/Mikachu/openbox-3/desk.xbm
Normal file
5
themes/Mikachu/openbox-3/desk.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define stick_width 8
|
||||
#define stick_height 8
|
||||
static unsigned char stick_bits[] = {
|
||||
0x00, 0x66, 0x66, 0x00, 0x00, 0x66, 0x66, 0x00 };
|
5
themes/Mikachu/openbox-3/iconify.xbm
Normal file
5
themes/Mikachu/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define icon_width 8
|
||||
#define icon_height 8
|
||||
static unsigned char icon_bits[] = {
|
||||
0x00, 0x00, 0x42, 0x66, 0x3c, 0x18, 0x00, 0x00 };
|
5
themes/Mikachu/openbox-3/max.xbm
Normal file
5
themes/Mikachu/openbox-3/max.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define max_width 8
|
||||
#define max_height 8
|
||||
static unsigned char max_bits[] = {
|
||||
0x00, 0x00, 0x18, 0x3c, 0x66, 0x42, 0x00, 0x00 };
|
159
themes/Mikachu/openbox-3/themerc
Normal file
159
themes/Mikachu/openbox-3/themerc
Normal file
|
@ -0,0 +1,159 @@
|
|||
!! Menu settings
|
||||
|
||||
menu.title.bg: raised gradient crossdiagonal bevel1
|
||||
menu.title.bg.color: #6699CC
|
||||
menu.title.bg.colorTo: #334866
|
||||
menu.title.bg.border.color: #000000
|
||||
menu.title.text.color: #CCCCFF
|
||||
menu.title.text.justify: center
|
||||
|
||||
menu.items.bg: flat gradient horizontal bevel1
|
||||
menu.items.bg.color: #AAAACC
|
||||
menu.items.bg.colorTo: #AAAAD0
|
||||
menu.items.bg.border.color: #000000
|
||||
menu.items.text.color: #000022
|
||||
menu.items.disabled.text.color: #711
|
||||
|
||||
menu.items.active.bg: raised gradient horizontal bevel1
|
||||
menu.items.active.bg.color: #555577
|
||||
menu.items.active.bg.colorTo: #6699CC
|
||||
menu.items.active.bg.border.color: #000000
|
||||
menu.items.active.text.color: #CCCCFF
|
||||
|
||||
menu.frame.justify: left
|
||||
|
||||
!! General window settings
|
||||
window.label.text.justify: left
|
||||
|
||||
!! focused window settings
|
||||
window.active.client.color: #00FF00
|
||||
|
||||
window.active.title.bg: raised gradient crossdiagonal bevel1
|
||||
window.active.title.bg.color: #6699CC
|
||||
window.active.title.bg.colorTo: #334866
|
||||
window.active.title.bg.border.color: #000000
|
||||
|
||||
window.active.handle.bg: flat gradient crossdiagonal bevel1
|
||||
window.active.handle.bg.color: #6699CC
|
||||
window.active.handle.bg.colorTo: #334866
|
||||
window.active.handle.bg.border.color: #000000
|
||||
|
||||
window.active.grip.bg: parentrelative
|
||||
window.active.grip.bg.color: #000000
|
||||
window.active.grip.bg.colorTo: #000000
|
||||
window.active.grip.bg.border.color: #000000
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.bg.color: #000000
|
||||
window.active.label.bg.colorTo: #000000
|
||||
window.active.label.bg.border.color: #000000
|
||||
window.active.label.text.color: #BFE9FF
|
||||
|
||||
window.active.button.unpressed.bg: parentrelative
|
||||
window.active.button.unpressed.bg.color: #000000
|
||||
window.active.button.unpressed.bg.colorTo: #000000
|
||||
window.active.button.unpressed.bg.border.color: #000000
|
||||
window.active.button.unpressed.image.color: grey85
|
||||
|
||||
window.active.button.pressed.bg: sunken gradient crossdiagonal bevel1
|
||||
window.active.button.pressed.bg.color: #6699CC
|
||||
window.active.button.pressed.bg.colorTo: #334866
|
||||
window.active.button.pressed.bg.border.color: #000000
|
||||
window.active.button.pressed.image.color: green
|
||||
|
||||
window.active.button.toggled.bg: sunken gradient crossdiagonal bevel1
|
||||
window.active.button.toggled.bg.color: #6699CC
|
||||
window.active.button.toggled.bg.colorTo: #334866
|
||||
window.active.button.toggled.bg.border.color: #000000
|
||||
window.active.button.toggled.image.color: grey85
|
||||
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.disabled.bg.color: #000000
|
||||
window.active.button.disabled.bg.colorTo: #000000
|
||||
window.active.button.disabled.image.color: #000000
|
||||
window.active.button.disabled.bg.border.color: #000000
|
||||
|
||||
window.active.button.hover.bg: parentrelative
|
||||
window.active.button.hover.image.color: #00FF00
|
||||
window.active.button.hover.bg.color: #000000
|
||||
window.active.button.hover.bg.colorTo: #000000
|
||||
window.active.button.hover.bg.border.color: #000000
|
||||
|
||||
!window.active.button.hover.bg: raised gradient crossdiagonal bevel1
|
||||
!window.active.button.hover.image.color: #00FF00
|
||||
!window.active.button.hover.bg.color: #334866
|
||||
!window.active.button.hover.bg.colorTo: #6699CC
|
||||
!window.active.button.hover.bg.border.color: #000000
|
||||
|
||||
!! unfocused window settings
|
||||
window.inactive.client.color: grey50
|
||||
|
||||
window.inactive.title.bg: flat gradient diagonal bevel1
|
||||
window.inactive.title.bg.color: #7F7F88
|
||||
window.inactive.title.bg.colorTo: #33333B
|
||||
window.inactive.title.bg.border.color: #000000
|
||||
|
||||
window.inactive.handle.bg: flat gradient diagonal bevel1
|
||||
window.inactive.handle.bg.color: grey50
|
||||
window.inactive.handle.bg.colorTo: grey20
|
||||
window.inactive.handle.bg.border.color: #000000
|
||||
|
||||
window.inactive.grip.bg: parentrelative
|
||||
window.inactive.grip.bg.color: #000000
|
||||
window.inactive.grip.bg.colorTo: #000000
|
||||
window.inactive.grip.bg.border.color: #000000
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.bg.color: #000000
|
||||
window.inactive.label.bg.colorTo: #000000
|
||||
window.inactive.label.bg.border.color: #000000
|
||||
window.inactive.label.text.color: grey70
|
||||
|
||||
window.inactive.button.unpressed.bg: parentrelative
|
||||
window.inactive.button.unpressed.bg.color: #000000
|
||||
window.inactive.button.unpressed.bg.colorTo: #000000
|
||||
window.inactive.button.unpressed.bg.border.color: #000000
|
||||
window.inactive.button.unpressed.image.color: grey60
|
||||
|
||||
window.inactive.button.pressed.bg: sunken gradient crossdiagonal bevel1
|
||||
window.inactive.button.pressed.bg.color: grey60
|
||||
window.inactive.button.pressed.bg.colorTo: grey20
|
||||
window.inactive.button.pressed.bg.border.color: #000000
|
||||
window.inactive.button.pressed.image.color: #00CC00
|
||||
|
||||
window.inactive.button.disabled.bg: parentrelative
|
||||
window.inactive.button.disabled.bg.color: #000000
|
||||
window.inactive.button.disabled.bg.colorTo: #000000
|
||||
window.inactive.button.disabled.bg.border.color: #000000
|
||||
window.inactive.button.disabled.image.color: #000000
|
||||
|
||||
window.inactive.button.toggled.bg: sunken gradient crossdiagonal bevel1
|
||||
window.inactive.button.toggled.bg.color: grey60
|
||||
window.inactive.button.toggled.bg.colorTo: grey20
|
||||
window.inactive.button.toggled.bg.border.color: #000000
|
||||
window.inactive.button.toggled.image.color: grey60
|
||||
|
||||
window.inactive.button.hover.bg: parentrelative
|
||||
window.inactive.button.hover.bg.color: #000000
|
||||
window.inactive.button.hover.bg.colorTo: #000000
|
||||
window.inactive.button.hover.image.color: #00CC00
|
||||
window.inactive.button.hover.bg.border.color: #000000
|
||||
|
||||
!! Global width settings
|
||||
border.width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
focus.inner.color: #A6CAF3
|
||||
focus.outer.color: #0000A0
|
||||
|
||||
!! Miscellaneous settings
|
||||
border.color: #223344
|
||||
|
||||
!! Font stuff
|
||||
window.active.label.text.font: Candara,sans:pixelsize=14:shadow=n:weight=0
|
||||
window.inactive.label.text.font: Candara,sans:pixelsize=14:shadowoffset=3:shadowtint=32:shadow=y:weight=0
|
||||
menu.title.text.font: Technical,sans:pixelsize=26:shadowoffset=2:shadowtint=35:shadow=y
|
||||
menu.items.font: Technical,sans:pixelsize=14:shadowoffset=2:shadowtint=15:shadow=y
|
||||
|
||||
!menu.overlap: 3
|
4
themes/Natura/openbox-3/close.xbm
Normal file
4
themes/Natura/openbox-3/close.xbm
Normal file
|
@ -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 };
|
5
themes/Natura/openbox-3/close_hover.xbm
Normal file
5
themes/Natura/openbox-3/close_hover.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define close_hover_width 10
|
||||
#define close_hover_height 10
|
||||
static unsigned char close_hover_bits[] = {
|
||||
0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
|
||||
0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 };
|
4
themes/Natura/openbox-3/desk.xbm
Normal file
4
themes/Natura/openbox-3/desk.xbm
Normal file
|
@ -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 };
|
4
themes/Natura/openbox-3/desk_toggled.xbm
Normal file
4
themes/Natura/openbox-3/desk_toggled.xbm
Normal file
|
@ -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 };
|
4
themes/Natura/openbox-3/iconify.xbm
Normal file
4
themes/Natura/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_width 8
|
||||
#define iconify_height 8
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x7e };
|
5
themes/Natura/openbox-3/iconify_disabled.xbm
Normal file
5
themes/Natura/openbox-3/iconify_disabled.xbm
Normal file
|
@ -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 };
|
4
themes/Natura/openbox-3/iconify_hover.xbm
Normal file
4
themes/Natura/openbox-3/iconify_hover.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_hover_width 8
|
||||
#define iconify_hover_height 8
|
||||
static unsigned char iconify_hover_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff };
|
4
themes/Natura/openbox-3/max.xbm
Normal file
4
themes/Natura/openbox-3/max.xbm
Normal file
|
@ -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 };
|
5
themes/Natura/openbox-3/max_disabled.xbm
Normal file
5
themes/Natura/openbox-3/max_disabled.xbm
Normal file
|
@ -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 };
|
5
themes/Natura/openbox-3/max_hover.xbm
Normal file
5
themes/Natura/openbox-3/max_hover.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
#define max_hover_width 10
|
||||
#define max_hover_height 10
|
||||
static unsigned char max_hover_bits[] = {
|
||||
0xff, 0x03, 0xff, 0x03, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0x01, 0x02,
|
||||
0x01, 0x02, 0x01, 0x02, 0x01, 0x02, 0xff, 0x03 };
|
4
themes/Natura/openbox-3/max_toggled.xbm
Normal file
4
themes/Natura/openbox-3/max_toggled.xbm
Normal file
|
@ -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 };
|
4
themes/Natura/openbox-3/shade.xbm
Normal file
4
themes/Natura/openbox-3/shade.xbm
Normal file
|
@ -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 };
|
96
themes/Natura/openbox-3/themerc
Normal file
96
themes/Natura/openbox-3/themerc
Normal file
|
@ -0,0 +1,96 @@
|
|||
!! Natura by quandar (http://deletefactory.net/quandar)
|
||||
|
||||
!! Global Width
|
||||
window.handle.width: 2
|
||||
|
||||
window.client.padding.width: 0
|
||||
border.Width: 1
|
||||
padding.width: 2
|
||||
|
||||
border.color: #000000
|
||||
menu.overlap: 0
|
||||
window.frameColor: #eeeeee
|
||||
window.*.client.color: #eeeeee
|
||||
*.text.justify: left
|
||||
|
||||
!! Menu
|
||||
menu.title.bg: flat gradient split
|
||||
menu.title.bg.color: #5c4e45
|
||||
menu.title.bg.colorTo: #51443e
|
||||
menu.title.text.color: #ffffff
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #f9f2ee
|
||||
|
||||
menu.items.text.color: #000000
|
||||
menu.items.disabled.text.color: #737573
|
||||
|
||||
menu.items.active.bg: flat gradient split
|
||||
menu.items.active.bg.color: #5c4e45
|
||||
menu.items.active.bg.colorTo:#51443e
|
||||
menu.items.active.text.color: #f9f2ee
|
||||
|
||||
!! Active Windows
|
||||
window.active.title.bg: flat gradient split
|
||||
window.active.title.bg.color: #5c4e45
|
||||
window.active.title.bg.colorTo: #51443e
|
||||
window.active.*.bg.border.color: #000000
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #f9f2ee
|
||||
|
||||
window.active.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #f9f2ee
|
||||
window.active.button.*.bg.border.color: #4e5860
|
||||
|
||||
window.active.button.hover.bg.color: #576773
|
||||
window.active.button.hover.bg.border.color: #9aabb9
|
||||
window.active.button.pressed.bg.color: #343b40
|
||||
window.active.button.pressed.bg.colorTo: #000000
|
||||
window.active.button.pressed.image.color: #b6b6b6
|
||||
window.active.button.pressed.bg.border.color: #95a5b2
|
||||
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.disabled.image.color: #ffffff
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color:#51443e
|
||||
|
||||
window.*.grip.bg: flat solid
|
||||
window.*.grip.bg.color: #51443e
|
||||
|
||||
window.handle.width: 2
|
||||
|
||||
!! Inactive Windows
|
||||
window.inactive.title.bg: flat gradient vertical
|
||||
window.inactive.title.bg.color: #f0ece3
|
||||
window.inactive.title.bg.colorTo: #f8f7f2
|
||||
window.inactive.*.border.color: #bfbfbf
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #919191
|
||||
|
||||
window.inactive.button.*.bg: parentrelative
|
||||
window.inactive.button.*.bg.color: #eeeeee
|
||||
window.inactive.button.*.image.color: #b6b6b6
|
||||
window.inactive.button.*.bg.border.color: #c9c9c9
|
||||
|
||||
window.inactive.button.pressed.bg.color: #c5c2c5
|
||||
window.inactive.button.pressed.bg.border.color: #7b7d7b
|
||||
window.inactive.button.pressed.image.color: #999999
|
||||
|
||||
window.inactive.button.hover.bg.color: #afb1b2
|
||||
window.inactive.button.hover.bg.border.color: #d9dfe4
|
||||
window.inactive.button.hover.image.color: #ffffff
|
||||
window.inactive.button.disabled.bg: parentrelative
|
||||
window.inactive.button.disabled.image.color: #ffffff
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: #f9f7f3
|
||||
window.inactive.grip.bg: parentrelative
|
||||
|
||||
!! Fonts
|
||||
window.active.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75
|
||||
window.inactive.label.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=0
|
||||
menu.items.font: sans:pixelsize=12
|
||||
menu.title.text.font: sans:pixelsize=12:bold:shadow=y:shadowoffset=1:shadowtint=75
|
4
themes/artwiz-boxed/openbox-3/bullet.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/bullet.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define bullet_blank_width 7
|
||||
#define bullet_blank_height 7
|
||||
static unsigned char bullet_blank_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
4
themes/artwiz-boxed/openbox-3/close.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/close.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define close_width 7
|
||||
#define close_height 7
|
||||
static unsigned char close_bits[] = {
|
||||
0x41, 0x22, 0x14, 0x08, 0x14, 0x22, 0x41 };
|
4
themes/artwiz-boxed/openbox-3/desk.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/desk.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_width 7
|
||||
#define desk_height 7
|
||||
static unsigned char desk_bits[] = {
|
||||
0x00, 0x00, 0x14, 0x00, 0x14, 0x00, 0x00 };
|
4
themes/artwiz-boxed/openbox-3/desk_toggled.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/desk_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_toggled_width 7
|
||||
#define desk_toggled_height 7
|
||||
static unsigned char desk_toggled_bits[] = {
|
||||
0x00, 0x22, 0x00, 0x00, 0x00, 0x22, 0x00 };
|
4
themes/artwiz-boxed/openbox-3/iconify.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_width 7
|
||||
#define iconify_height 7
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x7f, 0x41, 0x7f };
|
4
themes/artwiz-boxed/openbox-3/max.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/max.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 7
|
||||
#define max_height 7
|
||||
static unsigned char max_bits[] = {
|
||||
0x7f, 0x7f, 0x41, 0x41, 0x41, 0x41, 0x7f };
|
4
themes/artwiz-boxed/openbox-3/max_toggled.xbm
Normal file
4
themes/artwiz-boxed/openbox-3/max_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_toggled_width 7
|
||||
#define max_toggled_height 7
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0x7c, 0x44, 0x5f, 0x55, 0x7d, 0x11, 0x1f };
|
102
themes/artwiz-boxed/openbox-3/themerc
Normal file
102
themes/artwiz-boxed/openbox-3/themerc
Normal file
|
@ -0,0 +1,102 @@
|
|||
menu.title.bg: raised gradient diagonal
|
||||
menu.title.bg.color: rgb:90/94/98
|
||||
menu.title.bg.colorTo: rgb:20/24/28
|
||||
menu.title.text.color: white
|
||||
menu.title.text.justify: center
|
||||
|
||||
menu.items.bg: sunken gradient diagonal
|
||||
menu.items.bg.color: rgb:10/20/30
|
||||
menu.items.bg.colorTo: rgb:70/80/90
|
||||
menu.items.text.color: rgb:90/a0/b0
|
||||
menu.items.justify: center
|
||||
|
||||
menu.items.active.bg: raised gradient diagonal
|
||||
menu.items.active.bg.color: rgb:90/94/98
|
||||
menu.items.active.bg.colorTo: rgb:20/24/28
|
||||
menu.items.active.text.color: white
|
||||
menu.bullet.image.color: rgb:90/a0/b0
|
||||
menu.bullet.selected.image.color: #ffffff
|
||||
|
||||
window.active.title.bg: raised gradient vertical
|
||||
window.active.title.bg.color: rgb:80/84/88
|
||||
window.active.title.bg.colorTo: rgb:30/34/38
|
||||
window.inactive.title.bg: raised vertical gradient
|
||||
window.inactive.title.bg.color: rgb:50/54/58
|
||||
window.inactive.title.bg.colorTo: black
|
||||
|
||||
window.active.label.bg: sunken diagonal gradient
|
||||
window.active.label.bg.color: rgb:10/20/30
|
||||
window.active.label.bg.colorTo: rgb:70/80/90
|
||||
window.active.label.text.color: white
|
||||
window.inactive.label.bg: sunken gradient diagonal
|
||||
window.inactive.label.bg.color: black
|
||||
window.inactive.label.bg.colorTo: rgb:40/50/60
|
||||
window.inactive.label.text.color: rgb:60/64/68
|
||||
window.label.text.justify: center
|
||||
|
||||
window.active.button.unpressed.bg: raised gradient diagonal
|
||||
window.active.button.unpressed.bg.color: rgb:90/94/98
|
||||
window.active.button.unpressed.bg.colorTo: rgb:20/24/28
|
||||
window.active.button.unpressed.image.color: white
|
||||
|
||||
window.inactive.button.unpressed.bg: raised gradient diagonal
|
||||
window.inactive.button.unpressed.bg.color: rgb:50/54/58
|
||||
window.inactive.button.unpressed.bg.colorTo: black
|
||||
window.inactive.button.unpressed.image.color: rgb:70/74/78
|
||||
|
||||
window.active.button.pressed.bg: sunken gradient diagonal
|
||||
window.active.button.pressed.bg.color: rgb:20/40/50
|
||||
window.active.button.pressed.bg.colorTo: rgb:60/70/80
|
||||
|
||||
window.inactive.button.pressed.bg: sunken gradient diagonal
|
||||
window.inactive.button.pressed.bg.color: rgb:50/54/58
|
||||
window.inactive.button.pressed.bg.colorTo: black
|
||||
window.inactive.button.pressed.image.color: rgb:70/74/78
|
||||
|
||||
window.active.client.color: rgb:40/44/48
|
||||
window.inactive.client.color: rgb:20/24/28
|
||||
|
||||
window.active.handle.bg: raised gradient diagonal
|
||||
window.active.handle.bg.color: rgb:70/74/78
|
||||
window.active.handle.bg.colorTo: rgb:40/44/48
|
||||
|
||||
window.inactive.handle.bg: raised gradient diagonal
|
||||
window.inactive.handle.bg.color: rgb:50/54/58
|
||||
window.inactive.handle.bg.colorTo: black
|
||||
|
||||
window.active.grip.bg: sunken diagonal gradient
|
||||
window.active.grip.bg.color: rgb:20/30/40
|
||||
window.active.grip.bg.colorTo: rgb:60/70/80
|
||||
|
||||
window.inactive.grip.bg: sunken diagonal gradient
|
||||
window.inactive.grip.bg.color: black
|
||||
window.inactive.grip.bg.colorTo: rgb:30/40/50
|
||||
|
||||
window.active.button.toggled.bg: raised gradient diagonal
|
||||
window.active.button.toggled.bg.color: rgb:90/94/98
|
||||
window.active.button.toggled.bg.colorTo: rgb:20/24/28
|
||||
window.active.button.toggled.image.color: white
|
||||
|
||||
window.inactive.button.toggled.bg: raised gradient diagonal
|
||||
window.inactive.button.toggled.bg.color: rgb:50/54/58
|
||||
window.inactive.button.toggled.bg.colorTo: black
|
||||
window.inactive.button.toggled.image.color: rgb:70/74/78
|
||||
|
||||
window.active.button.disabled.bg: raised gradient diagonal
|
||||
window.active.button.disabled.bg.color: rgb:90/94/98
|
||||
window.active.button.disabled.bg.colorTo: rgb:20/24/28
|
||||
window.active.button.disabled.image.color: grey
|
||||
|
||||
window.inactive.button.disabled.bg: raised gradient diagonal
|
||||
window.inactive.button.disabled.bg.color: rgb:50/54/58
|
||||
window.inactive.button.disabled.bg.colorTo: black
|
||||
window.inactive.button.disabled.image.color: rgb:70/74/78
|
||||
|
||||
border.color: black
|
||||
padding.width: 1
|
||||
borderWidth: 1
|
||||
window.handle.width: 4
|
||||
|
||||
window.active.label.text.font: sans:pixelsize=10
|
||||
menu.title.text.font: sans:pixelsize=10
|
||||
menu.items.font: sans:pixelsize=10
|
4
themes/bear2/openbox-3/close.xbm
Normal file
4
themes/bear2/openbox-3/close.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/close_pressed.xbm
Normal file
5
themes/bear2/openbox-3/close_pressed.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/desk.xbm
Normal file
4
themes/bear2/openbox-3/desk.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/desk_toggled.xbm
Normal file
4
themes/bear2/openbox-3/desk_toggled.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/iconify.xbm
Normal file
4
themes/bear2/openbox-3/iconify.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/iconify_disabled.xbm
Normal file
5
themes/bear2/openbox-3/iconify_disabled.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/iconify_pressed.xbm
Normal file
5
themes/bear2/openbox-3/iconify_pressed.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/max.xbm
Normal file
4
themes/bear2/openbox-3/max.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/max_disabled.xbm
Normal file
5
themes/bear2/openbox-3/max_disabled.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/max_pressed.xbm
Normal file
5
themes/bear2/openbox-3/max_pressed.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/max_toggled.xbm
Normal file
4
themes/bear2/openbox-3/max_toggled.xbm
Normal file
|
@ -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 };
|
4
themes/bear2/openbox-3/shade.xbm
Normal file
4
themes/bear2/openbox-3/shade.xbm
Normal file
|
@ -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 };
|
5
themes/bear2/openbox-3/shade_pressed.xbm
Normal file
5
themes/bear2/openbox-3/shade_pressed.xbm
Normal file
|
@ -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 };
|
78
themes/bear2/openbox-3/themerc
Normal file
78
themes/bear2/openbox-3/themerc
Normal file
|
@ -0,0 +1,78 @@
|
|||
!!General
|
||||
|
||||
window.handle.width: 4
|
||||
window.client.padding.width: 0
|
||||
border.Width: 1
|
||||
padding.width: 3
|
||||
menu.overlap: 2
|
||||
border.color: #4e4e4e
|
||||
window.frameColor: #eeeeec
|
||||
window.*.client.color: #eeeeec
|
||||
*.text.justify: center
|
||||
|
||||
!!Fonts
|
||||
|
||||
window.active.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=3:bold
|
||||
window.inactive.label.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=0:bold
|
||||
menu.items.font: sans:pixelsize=12
|
||||
menu.title.text.font: sans:pixelsize=12:shadow=y:shadowoffset=1:shadowtint=30:bold
|
||||
|
||||
!!Menu
|
||||
menu.border.color: #9d9d9d
|
||||
menu.title.bg: flat border vertical gradient
|
||||
menu.title.bg.color: #3465A4
|
||||
menu.title.bg.colorTo: #407CCA
|
||||
menu.title.bg.border.color: #729fcf
|
||||
menu.title.text.color: #ffffff
|
||||
|
||||
menu.items.bg: flat border solid
|
||||
menu.items.bg.color: #eeeeec
|
||||
menu.items.bg.border.color: #EFEBE7
|
||||
|
||||
menu.items.text.color: #444444
|
||||
menu.items.disabled.text.color: #babdb6
|
||||
|
||||
menu.items.active.bg: flat solid
|
||||
menu.items.active.bg.color: #4481c0
|
||||
menu.items.active.bg.colorTo: #4175aa
|
||||
menu.items.active.text.color: #f6f8fb
|
||||
menu.items.active.bg.border.color: #416c98
|
||||
|
||||
!!Active
|
||||
|
||||
window.active.title.bg: flat border gradient osx
|
||||
window.active.title.bg.color: #3465A4
|
||||
window.active.title.bg.colorTo: #407CCA
|
||||
window.active.title.bg.border.color: #699acd
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #ffffff
|
||||
|
||||
window.active.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #efefef
|
||||
window.active.button.hover.bg.color: #729fcf
|
||||
window.active.button.hover.image.color: #ffffff
|
||||
window.active.button.pressed.bg.color: #a7cef2
|
||||
window.active.button.disabled.image.color: #dddddd
|
||||
|
||||
window.active.handle.bg: raised solid
|
||||
window.active.handle.bg.color: #E7e7e7
|
||||
window.*.grip.bg: parentrelative
|
||||
|
||||
!!Inactive
|
||||
|
||||
window.inactive.title.bg: flat border gradient osx
|
||||
window.inactive.title.bg.color: #dcdcdc
|
||||
window.inactive.title.bg.colorTo: #eeeeec
|
||||
window.inactive.title.bg.border.color: #efefef
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #888a85
|
||||
|
||||
window.inactive.button.*.bg: parentrelative
|
||||
window.inactive.button.*.image.color: #888a85
|
||||
window.inactive.button.pressed.bg.color: #d3d7cf
|
||||
window.inactive.button.pressed.bg.color: #4f5051
|
||||
window.inactive.button.disabled.image.color: #ffffff
|
||||
|
||||
window.inactive.handle.bg: raised solid
|
||||
window.inactive.handle.bg.color: #E7e7e7
|
100
themes/orang/openbox-3/themerc
Normal file
100
themes/orang/openbox-3/themerc
Normal file
|
@ -0,0 +1,100 @@
|
|||
!! i be a mess
|
||||
|
||||
menu.title.bg: flat solid border
|
||||
menu.title.bg.color: #ce5c00
|
||||
menu.title.bg.border.color: #fcaf3e
|
||||
menu.title.text.color: #ffffff
|
||||
|
||||
menu.items.bg: flat solid
|
||||
#menu.items.bg.color: #ffffff
|
||||
menu.items.bg.color: #d3d7cf
|
||||
menu.items.text.color: #000000
|
||||
menu.items.disabled.text.color: #737573
|
||||
|
||||
menu.items.active.bg: flat solid
|
||||
menu.items.active.bg.color: #ce5c00
|
||||
menu.items.active.text.color: #ffffff
|
||||
|
||||
!! General window settings
|
||||
*.justify: left
|
||||
|
||||
!! focused window settings
|
||||
window.active.client.color: #f7f7f7
|
||||
|
||||
window.active.title.bg: flat border solid
|
||||
window.active.title.bg.color: #ce5c00
|
||||
window.active.title.bg.border.color: #fcaf3e
|
||||
|
||||
window.active.handle.bg: flat solid border
|
||||
window.active.handle.bg.color: #d3d7cf
|
||||
window.active.handle.bg.border.color: #eeeeec
|
||||
!window.active.handle.bg.color: #969494
|
||||
window.active.grip.bg: parentrelative
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #ffffff
|
||||
|
||||
window.active.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #ffffff
|
||||
|
||||
window.active.button.pressed.bg: flat solid bevel1
|
||||
!window.active.button.pressed.bg.color: #888888
|
||||
window.active.button.pressed.bg.color: #f57900
|
||||
window.active.button.pressed.image.color: #d3d7cf
|
||||
|
||||
!#hover
|
||||
window.active.button.hover.bg: flat solid
|
||||
window.active.button.hover.image.color: #ffffff
|
||||
window.active.button.hover.bg.color: #fcaf3e
|
||||
|
||||
window.active.button.disabled.bg: flat solid
|
||||
window.active.button.disabled.bg.color: #dfb454
|
||||
window.active.button.disabled.image.color: #ffffff
|
||||
|
||||
|
||||
!! unfocused window settings
|
||||
window.inactive.client.color: #f7f7f7
|
||||
|
||||
window.inactive.title.bg: flat solid border
|
||||
window.inactive.title.bg.color: #d3d7cf
|
||||
window.inactive.title.bg.border.color: #dfe3db
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: #d3d7cf
|
||||
|
||||
window.inactive.grip.bg: parentrelative
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #888a85
|
||||
|
||||
window.inactive.button.*.bg: parentrelative
|
||||
window.inactive.button.unpressed.image.color: #555555
|
||||
|
||||
window.inactive.button.pressed.bg: flat border solid
|
||||
window.inactive.button.pressed.bg.color: #aaaaaa
|
||||
window.inactive.button.pressed.bg.border.color: #e5e5e5
|
||||
|
||||
window.inactive.button.hover.bg: flat solid
|
||||
window.inactive.button.hover.bg.color: #e3e3e3
|
||||
|
||||
window.inactive.button.disabled.bg:flat solid
|
||||
window.inactive.button.disabled.bg.color: #e3e3e3
|
||||
|
||||
|
||||
!! Global width settings
|
||||
border.Width: 1
|
||||
padding.width: 1
|
||||
window.handle.width: 3
|
||||
window.client.padding.width: 0
|
||||
menu.overlap: 2
|
||||
|
||||
!! Miscellaneous settings
|
||||
border.color: #000000
|
||||
|
||||
!! font me!
|
||||
window.active.label.text.font: sans:pixelsize=10:bold
|
||||
window.inactive.label.text.font: sans:pixelsize=10:bold
|
||||
|
||||
menu.title.text.font: sans:pixelsize=10:bold
|
||||
menu.items.font: sans:pixelsize=9
|
||||
|
4
themes/syscrash/openbox-3/bullet.xbm
Normal file
4
themes/syscrash/openbox-3/bullet.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define bullet_width 4
|
||||
#define bullet_height 7
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x01, 0x03, 0x07, 0x0f, 0x07, 0x03, 0x01 };
|
4
themes/syscrash/openbox-3/close.xbm
Normal file
4
themes/syscrash/openbox-3/close.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define close_width 6
|
||||
#define close_height 6
|
||||
static unsigned char close_bits[] = {
|
||||
0x33, 0x3f, 0x1e, 0x1e, 0x3f, 0x33 };
|
4
themes/syscrash/openbox-3/close_disabled.xbm
Normal file
4
themes/syscrash/openbox-3/close_disabled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define close_width 5
|
||||
#define close_height 5
|
||||
static unsigned char close_bits[] = {
|
||||
0x1b, 0x1f, 0x0e, 0x1f, 0x1b };
|
4
themes/syscrash/openbox-3/desk.xbm
Normal file
4
themes/syscrash/openbox-3/desk.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_width 6
|
||||
#define desk_height 6
|
||||
static unsigned char desk_bits[] = {
|
||||
0x33, 0x33, 0x00, 0x00, 0x33, 0x33 };
|
4
themes/syscrash/openbox-3/desk_toggled.xbm
Normal file
4
themes/syscrash/openbox-3/desk_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define desk_toggle_width 6
|
||||
#define desk_toggle_height 6
|
||||
static unsigned char desk_toggle_bits[] = {
|
||||
0x00, 0x1e, 0x1a, 0x16, 0x1e, 0x00 };
|
4
themes/syscrash/openbox-3/iconify.xbm
Normal file
4
themes/syscrash/openbox-3/iconify.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define iconify_width 6
|
||||
#define iconify_height 6
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x3f, 0x3f };
|
4
themes/syscrash/openbox-3/max.xbm
Normal file
4
themes/syscrash/openbox-3/max.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3e, 0x22, 0x2f, 0x29, 0x39, 0x0f };
|
4
themes/syscrash/openbox-3/max_disabled.xbm
Normal file
4
themes/syscrash/openbox-3/max_disabled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 6
|
||||
#define max_height 6
|
||||
static unsigned char max_bits[] = {
|
||||
0x3f, 0x3f, 0x21, 0x21, 0x21, 0x3f };
|
4
themes/syscrash/openbox-3/max_pressed.xbm
Normal file
4
themes/syscrash/openbox-3/max_pressed.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_width 5
|
||||
#define max_height 5
|
||||
static unsigned char max_bits[] = {
|
||||
0x1f, 0x1f, 0x11, 0x11, 0x1f };
|
4
themes/syscrash/openbox-3/max_toggled.xbm
Normal file
4
themes/syscrash/openbox-3/max_toggled.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define max_toggled_width 6
|
||||
#define max_toggled_height 6
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0x3c, 0x27, 0x25, 0x3d, 0x11, 0x1f };
|
4
themes/syscrash/openbox-3/shade.xbm
Normal file
4
themes/syscrash/openbox-3/shade.xbm
Normal file
|
@ -0,0 +1,4 @@
|
|||
#define shade_width 7
|
||||
#define shade_height 7
|
||||
static unsigned char shade_bits[] = {
|
||||
0x7f, 0x7f, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
107
themes/syscrash/openbox-3/themerc
Normal file
107
themes/syscrash/openbox-3/themerc
Normal file
|
@ -0,0 +1,107 @@
|
|||
!! syscrash's theme, based off nightm4re's flax or something
|
||||
|
||||
!!---------------------------------------------------------------------------
|
||||
!! Dimensions
|
||||
|
||||
border.width: 1
|
||||
border.color: #22221c
|
||||
|
||||
padding.width: 2
|
||||
window.handle.width: 3
|
||||
window.client.padding.width: 0
|
||||
|
||||
menu.overlap: 0
|
||||
|
||||
!!---------------------------------------------------------------------------
|
||||
!! Fonts
|
||||
|
||||
*.font: sans:pixelsize=11
|
||||
window.label.text.justify: left
|
||||
|
||||
menu.title.text.justify: left
|
||||
|
||||
|
||||
!!---------------------------------------------------------------------------
|
||||
!! Menu Settings
|
||||
|
||||
menu.title.bg: flat gradient vertical
|
||||
menu.title.bg.color: #4c4c4c
|
||||
menu.title.bg.colorTo: #707070
|
||||
menu.title.text.color: white
|
||||
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #e6e6e0
|
||||
menu.items.text.color: #22221c
|
||||
|
||||
menu.items.active.bg: flat solid
|
||||
menu.items.active.bg.color: #4c4c4c
|
||||
menu.items.active.text.color: #ffffff
|
||||
|
||||
menu.items.disabled.text.color: #444438
|
||||
|
||||
!!---------------------------------------------------------------------------
|
||||
!! Window Settings
|
||||
|
||||
window.active.padding.width: 10
|
||||
window.active.title.bg: flat solid
|
||||
window.active.title.bg.color: #9b9b9b
|
||||
|
||||
window.active.label.bg: flat gradient vertical border
|
||||
window.active.label.bg.color: #4c4c4c
|
||||
window.active.label.bg.colorTo: #707070
|
||||
window.active.label.text.color: white
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color: #9b9b9b
|
||||
|
||||
window.active.grip.bg: flat solid
|
||||
window.active.grip.bg.color: #4c4c4c
|
||||
window.active.grip.bg.colorTo: #707070
|
||||
window.inactive.title.bg: flat solid
|
||||
window.inactive.title.bg.color: #9b9b9b
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #4c4c4c
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: #e6e6e0
|
||||
|
||||
window.inactive.grip.bg: flat solid
|
||||
window.inactive.grip.bg.color: #e6e6e0
|
||||
|
||||
!!---------------------------------------------------------------------------
|
||||
!! Button Settings
|
||||
|
||||
window.active.button.unpressed.bg: flat gradient vertical border
|
||||
window.active.button.unpressed.bg.color: #515151
|
||||
window.active.button.unpressed.bg.colorTo: #676767
|
||||
window.active.button.unpressed.image.color: white
|
||||
|
||||
window.active.button.pressed.bg: flat gradient crossdiagonal border
|
||||
window.active.button.pressed.bg.color: #d3deda
|
||||
window.active.button.pressed.bg.colorTo: #9fbfc1
|
||||
|
||||
window.active.button.hover.bg: flat solid border
|
||||
window.active.button.hover.bg.color: #e6e6e0
|
||||
|
||||
window.active.button.disabled.bg: parentrelative
|
||||
window.active.button.disabled.image.color: #9fbfc1
|
||||
|
||||
!! without this it looks right
|
||||
!!window.active.button.toggled.bg: flat solid
|
||||
!!window.active.button.toggled.bg.color: #9fbfc1
|
||||
|
||||
window.inactive.button.unpressed.bg: parentrelative
|
||||
window.inactive.button.unpressed.image.color: #4c4c4c
|
||||
|
||||
window.inactive.button.hover.bg: flat solid border
|
||||
window.inactive.button.hover.bg.color: #e6e6e0
|
||||
window.inactive.button.pressed.bg: flat gradient crossdiagonal border
|
||||
window.inactive.button.pressed.bg.color: #d3deda
|
||||
window.inactive.button.pressed.bg.colorTo: #9fbfc1
|
||||
|
||||
window.inactive.button.disabled.bg: flat solid
|
||||
window.inactive.button.disabled.bg.image.color: #444438
|
||||
|
||||
!! window.inactive.button.toggled.bg: flat solid
|
||||
!! window.inactive.button.toggled.bg.color: #444438
|
Loading…
Reference in a new issue