# HG changeset patch # User Christophe Lincoln # Date 1213014495 -7200 # Node ID 9744db7d576daf0801d4060f3aae6e8fb1d789d8 # Parent b176872cac2938f2506d1aeaaa49fabc5df0a969 Add Openbox/SliTaz themes diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz-orange/openbox-3/themerc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz-orange/openbox-3/themerc Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,93 @@ +# SliTaz GNU/Linux Openbox orange theme, this is the first theme +# created for SliTaz 1.0 (20080322) + +# General +border.width: 1 +padding.width: 3 +padding.height: 2 +window.handle.width: 2 +window.client.padding.width: 0 +menu.overlap: 0 +*.justify: center +*.bg.highlight: 50 +*.bg.shadow: 01 + +# Menu settings +menu.border.color: #BDBDBD +menu.border.width: 1 + +*.title.bg: Raised Gradient vertical +*.title.bg.color: #e49218 +*.title.bg.colorTo: #d03500 + +# Menu background +menu.items.bg: flat gradient vertical +menu.items.bg.color: #f1efeb +menu.items.bg.colorTo: #ffffff +menu.title.text.color: #111111 + +# Selected menu item +menu.items.active.bg: Raised Gradient vertical +menu.items.active.bg.color: #e49218 +menu.items.active.bg.colorTo: #d03500 +menu.items.active.text.color: white +menu.items.text.color: #111111 +menu.items.disabled.text.color: #aaaaaa + +# Window active +window.active.border.color: #222222 +window.active.title.separator.color: #222222 + +window.active.title.bg: Raised Gradient vertical +window.active.title.bg.color: #880000 +window.active.title.bg.colorTo: #FFA500 + +window.active.title.bg.highlight: 35 +window.active.title.bg.shadow: 00 + +window.active.label.bg: Parentrelative +window.active.label.text.color: #ffffff +window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1 + +# Window button +window.active.button.*.bg: Parentrelative +window.active.button.*.image.color: #E5E5E5 +window.active.button.hover.bg: Parentrelative +window.active.button.hover.image.color: #ffffff + +# Window inactive +window.inactive.border.color: #000000 +window.inactive.border.width: 10 +window.inactive.title.separator.color: #000000 + +window.inactive.title.bg: Raised Gradient vertical +window.inactive.title.bg.color: #000000 +window.inactive.title.bg.colorTo: #666666 + +window.inactive.label.bg: Parentrelative +window.inactive.label.text.color: #aaaaaa + +window.*.handle.bg: Raised solid +window.*.handle.bg.color: #666666 + +window.*.grip.bg: Raised solid +window.*.grip.bg.color: #666666 + +window.inactive.button.*.bg: Parentrelative +window.inactive.button.*.image.color: #aaaaaa + +window.inactive.button.hover.image.color: #ffffff + +# OSD +osd.border.width: 1 +osd.border.color: #000000 + +osd.bg: flat border gradient vertical +osd.bg.color: #880000 +osd.bg.colorTo: #FFA500 +osd.bg.border.color: #ffffff + +osd.label.text.color: #222222 +osd.label.bg: parentrelative +osd.label.bg.color: #000000 +osd.label.bg.border.color: #ffffff diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/close.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/close.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/close_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/close_hover.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/desk.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/desk.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,4 @@ +#define desk_width 8 +#define desk_height 8 +static unsigned char desk_bits[] = { + 0x00, 0x00, 0x48, 0x78, 0x7e, 0x78, 0x48, 0x00 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/desk_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/desk_hover.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,4 @@ +#define desk_hover_width 8 +#define desk_hover_height 8 +static unsigned char desk_hover_bits[] = { + 0x00, 0x88, 0x88, 0xf8, 0xff, 0xf8, 0x88, 0x88 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/desk_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/desk_toggled.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/iconify.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/iconify.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/iconify_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/iconify_hover.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/max.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/max.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/max_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/max_hover.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/max_toggled.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/max_toggled.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -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 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/shade.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/shade.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,4 @@ +#define shade_width 8 +#define shade_height 8 +static unsigned char shade_bits[] = { + 0x7e, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/shade_hover.xbm --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/shade_hover.xbm Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,4 @@ +#define shade_hover_width 8 +#define shade_hover_height 8 +static unsigned char shade_hover_bits[] = { + 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff -r b176872cac29 -r 9744db7d576d rootfs/usr/share/themes/SliTaz/openbox-3/themerc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/rootfs/usr/share/themes/SliTaz/openbox-3/themerc Mon Jun 09 14:28:15 2008 +0200 @@ -0,0 +1,69 @@ +# SliTaz GNU/Linux Openbox theme. Images are from the Natura theme +# and colors match SliTaz current style with inspiration from Onyx. + +# General +border.width: 1 +padding.width: 3 +padding.height: 2 +window.handle.width: 2 +window.client.padding.width: 0 +menu.overlap: 0 +*.justify: center +*.bg.highlight: 50 +*.bg.shadow: 01 +*.title.bg: raised splitvertical gradient +*.title.bg.color: #782020 +*.title.bg.colorTo: #6A0000 + +# Menu settings (match GTK/Clearlooks colors) +menu.title.text.color: #ffffff +menu.items.bg: flat +menu.items.bg.color: #f9f7f3 +#menu.items.bg.colorTo: #ffffff +menu.separator.color: #dcd8cf +menu.border.color: #908266 +menu.border.width: 1 +menu.items.active.bg: raised vertical gradient +menu.items.active.bg.color: #5598d7 +menu.items.active.bg.colorTo: #4B80B1 +menu.items.active.text.color: white +menu.items.text.color: #111111 +menu.items.disabled.text.color: #aaaaaa + +# Window +window.active.border.color: #222222 +window.inactive.border.color: #000000 +window.inactive.border.width: 10 +window.active.title.bg: raised splitvertical gradient +window.active.title.bg.color: #782020 +window.active.title.bg.colorTo: #6A0000 +window.active.title.bg.highlight: 35 +window.active.title.bg.shadow: 00 +window.active.title.separator.color: #222222 +window.inactive.title.separator.color: #000000 +window.inactive.title.bg: raised splitvertical gradient +window.inactive.title.bg.color: #484848 +window.inactive.title.bg.colorTo: #303030 +window.active.label.bg: Parentrelative +window.active.label.text.color: #ffffff +window.active.label.text.font:shadow=y:shadowtint=80:shadowoffset=1 +window.inactive.label.bg: Parentrelative +window.inactive.label.text.color: #aaaaaa + +window.active.button.*.bg: Parentrelative +window.active.button.*.image.color: #E5E5E5 +window.active.button.hover.bg: Parentrelative +window.active.button.hover.image.color: #ffffff +window.inactive.button.*.bg: Parentrelative +window.inactive.button.*.image.color: #aaaaaa +window.inactive.button.hover.image.color: #ffffff + +window.*.handle.bg: Raised solid +window.*.handle.bg.color: #666666 +window.*.grip.bg: Raised solid +window.*.grip.bg.color: #666666 + +# OSD +osd.bg: raised splitvertical gradient +osd.bg.color: #484848 +osd.bg.colorTo: #303030