add the ebox style
This commit is contained in:
parent
3f0e69b8e0
commit
4a2a4aa918
8 changed files with 146 additions and 1 deletions
|
@ -1,12 +1,15 @@
|
|||
themedir=$(datadir)/openbox/themes/openbox
|
||||
eboxbuttondir=$(themedir)/ebox_buttons
|
||||
fieronbuttondir=$(themedir)/fieron_buttons
|
||||
fieron2buttondir=$(themedir)/fieron2_buttons
|
||||
|
||||
theme_DATA = artwiz bbs bluebox cthulhain deep fieron fieron2 flux frobozz \
|
||||
frobust mbdtex miklos nyz nyzclone ob20 operation outcomes paper \
|
||||
purplehaaze shade steelblue steelblue2 the_orange trisb twice \
|
||||
warp-xp
|
||||
warp-xp ebox
|
||||
|
||||
eboxbutton_DATA = ebox_buttons/max.xbm ebox_buttons/icon.xbm \
|
||||
ebox_buttons/close.xbm
|
||||
fieronbutton_DATA = fieron_buttons/max.xbm fieron_buttons/stick.xbm \
|
||||
fieron_buttons/close.xbm fieron_buttons/icon.xbm
|
||||
fieron2button_DATA = fieron2_buttons/max.xbm fieron2_buttons/stick.xbm \
|
||||
|
|
112
themes/openbox/ebox
Normal file
112
themes/openbox/ebox
Normal file
|
@ -0,0 +1,112 @@
|
|||
! EBOX2 for openbox (with pixmaps)
|
||||
|
||||
rootCommand: Esetroot /allmythings/backgrounds/ladybug.png
|
||||
#rootCommand: bsetroot -solid "#838183"
|
||||
#rootCommand: Esetroot /opt/gnome2/share/nautilus/patterns/bigH.png
|
||||
! Toolbar settings...
|
||||
toolbar.button: parentrelative
|
||||
toolbar.button.pressed: parentrelative
|
||||
toolbar.label: parentrelative
|
||||
toolbar.windowLabel: parentrelative
|
||||
toolbar.clock: parentrelative
|
||||
|
||||
toolbar: Raised Bevel2 Gradient Vertical
|
||||
toolbar.color: #313856
|
||||
toolbar.colorTo: #666d93
|
||||
toolbar.justify: Center
|
||||
toolbar.button.picColor: #ffffff
|
||||
|
||||
! Menu settings...
|
||||
menu.frame: Flat Solid
|
||||
menu.frame.color: #d5d6d5
|
||||
#menu.frame.color: #e6e2de
|
||||
menu.frame.textColor: #000000
|
||||
menu.frame.justify: Left
|
||||
|
||||
menu.title: Raised Bevel2 Gradient Vertical
|
||||
menu.title.color: #313856
|
||||
menu.title.colorTo: #666d93
|
||||
menu.title.textColor: #ffffff
|
||||
menu.title.justify: Center
|
||||
|
||||
menu.hilite: Raised Bevel2 Gradient Vertical
|
||||
menu.hilite.color: #868795
|
||||
menu.hilite.colorTo: #bfc1d1
|
||||
menu.hilite.textColor: #000000
|
||||
|
||||
menu.bullet: Triangle
|
||||
menu.bullet.position: Right
|
||||
menu.frame.disableColor: #ffffff
|
||||
|
||||
! Window settings...
|
||||
window.button.focus: parentrelative
|
||||
window.button.focus.picColor: #dfdfe6
|
||||
|
||||
window.button.unfocus: parentrelative
|
||||
window.button.unfocus.picColor: #cbcbcb
|
||||
|
||||
window.grip.focus: Raised Bevel1 Gradient Vertical
|
||||
window.grip.focus.color: #313856
|
||||
window.grip.focus.colorTo: #666d93
|
||||
|
||||
window.grip.unfocus: Raised Bevel1 Gradient Vertical
|
||||
window.grip.unfocus.color: #5a5a5a
|
||||
window.grip.unfocus.colorTo: #9c9c9c
|
||||
|
||||
window.handle.focus: Raised Bevel1 Gradient Vertical
|
||||
window.handle.focus.color: #313856
|
||||
window.handle.focus.colorTo: #666d93
|
||||
|
||||
window.handle.unfocus: Raised Bevel1 Gradient Vertical
|
||||
window.handle.unfocus.color: #5a5a5a
|
||||
window.handle.unfocus.colorTo: #9c9c9c
|
||||
|
||||
window.label.focus: parentrelative
|
||||
window.label.focus.justify: Left
|
||||
|
||||
window.justify: Left
|
||||
window.label.unfocus: parentrelative
|
||||
window.label.unfocus.textColor: #d8d8d8
|
||||
window.xft.flags: shadow
|
||||
|
||||
window.title.focus: Raised Bevel2 Gradient Vertical
|
||||
window.title.focus.color: #313856
|
||||
window.title.focus.colorTo: #666d93
|
||||
|
||||
window.title.unfocus: Raised Bevel2 Gradient Vertical
|
||||
window.title.unfocus.color: #5a5a5a
|
||||
window.title.unfocus.colorTo: #919191
|
||||
|
||||
window.button.pressed: Flat Gradient Vertical
|
||||
window.button.pressed.color: #9393b9
|
||||
window.button.pressed.colorTo: #424253
|
||||
|
||||
window.frame.focusColor: #787a95
|
||||
window.frame.unfocusColor: #a5a5a5
|
||||
handleWidth: 3
|
||||
frameWidth: 0
|
||||
bevelWidth: 1
|
||||
borderWidth: 1
|
||||
borderColor: #222222
|
||||
*.textColor: #ffffff
|
||||
|
||||
!#defaults!!!!
|
||||
*window.xft.font: Arial
|
||||
*xft.font: Microsoft Sans Serif
|
||||
*xft.size: 9
|
||||
*.font: -b&h-lucida-medium-r-normal-sans-10-100-75-75-p-58-iso8859-1
|
||||
*.textColor: #ffffff
|
||||
*.picColor: #f6eef6
|
||||
*xft.shadow.tint: 100
|
||||
#*menu.*.xft.shadow.tint: -50
|
||||
#*xft.flags: shadow
|
||||
#*title.xft.flags: shadow
|
||||
|
||||
#pixmap masks
|
||||
toolbar.button.left.mask: bulletl.xbm
|
||||
toolbar.button.right.mask: bulletr.xbm
|
||||
window.button.max.mask: max.xbm
|
||||
window.button.icon.mask: icon.xbm
|
||||
window.button.stick.mask:
|
||||
window.button.close.mask: close.xbm
|
||||
menu.arrow.mask: bulletbc.xbm
|
5
themes/openbox/ebox_buttons/bulletbc.xbm
Normal file
5
themes/openbox/ebox_buttons/bulletbc.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define bulletbc_width 8
|
||||
#define bulletbc_height 8
|
||||
static unsigned char bulletbc_bits[] = {
|
||||
0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
|
5
themes/openbox/ebox_buttons/bulletl.xbm
Normal file
5
themes/openbox/ebox_buttons/bulletl.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define bulletl_width 8
|
||||
#define bulletl_height 8
|
||||
static unsigned char bulletl_bits[] = {
|
||||
0x00, 0x20, 0x70, 0x38, 0x3c, 0x38, 0x70, 0x20 };
|
5
themes/openbox/ebox_buttons/bulletr.xbm
Normal file
5
themes/openbox/ebox_buttons/bulletr.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define bulletr_width 8
|
||||
#define bulletr_height 8
|
||||
static unsigned char bulletr_bits[] = {
|
||||
0x00, 0x04, 0x0e, 0x1c, 0x3c, 0x1c, 0x0e, 0x04 };
|
5
themes/openbox/ebox_buttons/close.xbm
Normal file
5
themes/openbox/ebox_buttons/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[] = {
|
||||
0x42, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0x42 };
|
5
themes/openbox/ebox_buttons/icon.xbm
Normal file
5
themes/openbox/ebox_buttons/icon.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define icon_width 7
|
||||
#define icon_height 7
|
||||
static unsigned char icon_bits[] = {
|
||||
0x0c, 0x0c, 0x0c, 0x7c, 0x7c, 0x03, 0x03 };
|
5
themes/openbox/ebox_buttons/max.xbm
Normal file
5
themes/openbox/ebox_buttons/max.xbm
Normal file
|
@ -0,0 +1,5 @@
|
|||
/* Created with The GIMP */
|
||||
#define max_width 7
|
||||
#define max_height 7
|
||||
static unsigned char max_bits[] = {
|
||||
0x7f, 0x7f, 0x60, 0x60, 0x60, 0x63, 0x63 };
|
Loading…
Reference in a new issue