diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 18:58:34 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2006-08-18 18:58:34 +0000 |
| commit | a74a458b696e5dfbeaa3987e33d3a2cdae66536b (patch) | |
| tree | 9425d26886490511300c80a35ccc10aef00cac16 /themes/Om4Ob | |
| parent | dba2fa3d712d63218f90071a3638fbddeb08237d (diff) | |
remove old themes
Diffstat (limited to 'themes/Om4Ob')
| -rw-r--r-- | themes/Om4Ob/openbox-3/close.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/close_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/desk.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/desk_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/desk_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/iconify.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/iconify_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/iconify_pressed.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/max.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/max_disabled.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/max_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/max_pressed.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/max_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/shade.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/shade_disabled.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/shade_hover.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/shade_toggled.xbm | 4 | ||||
| -rw-r--r-- | themes/Om4Ob/openbox-3/themerc | 105 |
18 files changed, 0 insertions, 173 deletions
diff --git a/themes/Om4Ob/openbox-3/close.xbm b/themes/Om4Ob/openbox-3/close.xbm deleted file mode 100644 index e8ad736b..00000000 --- a/themes/Om4Ob/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 8 -#define close_height 8 -static unsigned char close_bits[] = { - 0x00, 0x00, 0x24, 0x18, 0x18, 0x24, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/close_hover.xbm b/themes/Om4Ob/openbox-3/close_hover.xbm deleted file mode 100644 index 91b57cb3..00000000 --- a/themes/Om4Ob/openbox-3/close_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_hover_width 8 -#define close_hover_height 8 -static unsigned char close_hover_bits[] = { - 0x00, 0x42, 0x24, 0x18, 0x18, 0x24, 0x42, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk.xbm b/themes/Om4Ob/openbox-3/desk.xbm deleted file mode 100644 index 8afe5cc2..00000000 --- a/themes/Om4Ob/openbox-3/desk.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_width 8 -#define desk_height 8 -static unsigned char desk_bits[] = { - 0x00, 0x00, 0x24, 0x00, 0x00, 0x24, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk_hover.xbm b/themes/Om4Ob/openbox-3/desk_hover.xbm deleted file mode 100644 index 814fd7c9..00000000 --- a/themes/Om4Ob/openbox-3/desk_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define desk_hover_width 8 -#define desk_hover_height 8 -static unsigned char desk_hover_bits[] = { - 0x00, 0x42, 0x24, 0x00, 0x00, 0x24, 0x42, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/desk_toggled.xbm b/themes/Om4Ob/openbox-3/desk_toggled.xbm deleted file mode 100644 index d89d4bb7..00000000 --- a/themes/Om4Ob/openbox-3/desk_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#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 --git a/themes/Om4Ob/openbox-3/iconify.xbm b/themes/Om4Ob/openbox-3/iconify.xbm deleted file mode 100644 index 3e7068af..00000000 --- a/themes/Om4Ob/openbox-3/iconify.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_width 8 -#define iconify_height 8 -static unsigned char iconify_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/iconify_hover.xbm b/themes/Om4Ob/openbox-3/iconify_hover.xbm deleted file mode 100644 index 5a484071..00000000 --- a/themes/Om4Ob/openbox-3/iconify_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_hover_width 8 -#define iconify_hover_height 8 -static unsigned char iconify_hover_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x7e, 0x7e, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/iconify_pressed.xbm b/themes/Om4Ob/openbox-3/iconify_pressed.xbm deleted file mode 100644 index f7ddde6f..00000000 --- a/themes/Om4Ob/openbox-3/iconify_pressed.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define iconify_pressed_width 8 -#define iconify_pressed_height 8 -static unsigned char iconify_pressed_bits[] = { - 0x00, 0x00, 0x00, 0x00, 0x00, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max.xbm b/themes/Om4Ob/openbox-3/max.xbm deleted file mode 100644 index 0564b082..00000000 --- a/themes/Om4Ob/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 8 -#define max_height 8 -static unsigned char max_bits[] = { - 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_disabled.xbm b/themes/Om4Ob/openbox-3/max_disabled.xbm deleted file mode 100644 index c27455b9..00000000 --- a/themes/Om4Ob/openbox-3/max_disabled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_disabled_width 8 -#define max_disabled_height 8 -static unsigned char max_disabled_bits[] = { - 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_hover.xbm b/themes/Om4Ob/openbox-3/max_hover.xbm deleted file mode 100644 index c2aa5b52..00000000 --- a/themes/Om4Ob/openbox-3/max_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_hover_width 8 -#define max_hover_height 8 -static unsigned char max_hover_bits[] = { - 0x00, 0x7e, 0x72, 0x62, 0x42, 0x42, 0x7e, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_pressed.xbm b/themes/Om4Ob/openbox-3/max_pressed.xbm deleted file mode 100644 index fd4b6006..00000000 --- a/themes/Om4Ob/openbox-3/max_pressed.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_pressed_width 8 -#define max_pressed_height 8 -static unsigned char max_pressed_bits[] = { - 0x00, 0x00, 0x3c, 0x34, 0x24, 0x3c, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/max_toggled.xbm b/themes/Om4Ob/openbox-3/max_toggled.xbm deleted file mode 100644 index 05e8eb77..00000000 --- a/themes/Om4Ob/openbox-3/max_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_toggled_width 8 -#define max_toggled_height 8 -static unsigned char max_toggled_bits[] = { - 0xff, 0xf9, 0xf1, 0xe1, 0xc1, 0x81, 0x81, 0xff }; diff --git a/themes/Om4Ob/openbox-3/shade.xbm b/themes/Om4Ob/openbox-3/shade.xbm deleted file mode 100644 index 371c414c..00000000 --- a/themes/Om4Ob/openbox-3/shade.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_width 8 -#define shade_height 8 -static unsigned char shade_bits[] = { - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_disabled.xbm b/themes/Om4Ob/openbox-3/shade_disabled.xbm deleted file mode 100644 index d39cae98..00000000 --- a/themes/Om4Ob/openbox-3/shade_disabled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_disabled_width 8 -#define shade_disabled_height 8 -static unsigned char shade_disabled_bits[] = { - 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_hover.xbm b/themes/Om4Ob/openbox-3/shade_hover.xbm deleted file mode 100644 index b7eeeefc..00000000 --- a/themes/Om4Ob/openbox-3/shade_hover.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_hover_width 8 -#define shade_hover_height 8 -static unsigned char shade_hover_bits[] = { - 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/shade_toggled.xbm b/themes/Om4Ob/openbox-3/shade_toggled.xbm deleted file mode 100644 index 07f824b0..00000000 --- a/themes/Om4Ob/openbox-3/shade_toggled.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define shade_toggled_width 8 -#define shade_toggled_height 8 -static unsigned char shade_toggled_bits[] = { - 0x00, 0x7e, 0x7e, 0x00, 0x00, 0x00, 0x00, 0x00 }; diff --git a/themes/Om4Ob/openbox-3/themerc b/themes/Om4Ob/openbox-3/themerc deleted file mode 100644 index 1e7d2726..00000000 --- a/themes/Om4Ob/openbox-3/themerc +++ /dev/null @@ -1,105 +0,0 @@ -style.author: miklos -style.date: Aug 1, 2003 - -window.active.label.text.font: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 -menu.title.text.font: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 -menu.items.font: arial:pixelsize=10:shadow=y:shadowtint=6:shadowoffset=1 - - -! Menu settings... -menu.items.bg: flat gradient crossdiagonal -menu.items.bg.colorTo: #93a1a8 -menu.items.bg.color: #7c8c93 -menu.items.bg.border.color: #ffffff -menu.items.text.color: #4c595c - -menu.items.justify: center -menu.title.text.justify: right - -menu.title.bg: flatborder gradient diagonal -menu.title.bg.colorTo: #757575 -menu.title.bg.color: #f0f0ff -menu.title.bg.border.color: #a9a9a9 -menu.title.text.color: #565a5c - -menu.items.active.bg: flatborder gradient diagonal -menu.items.active.bg.color: #93a1a8 -menu.items.active.bg.colorTo: #7c8c93 -menu.items.active.bg.border.color: #a9a9a9 -menu.items.active.text.color: #f0f0ff - -menu.items.disabled.text.color: #757575 - -! Window settings... -window.active.button.unpressed.bg: parentrelative -window.active.button.unpressed.image.color: #565a5c - -window.label.text.justify: center - -window.active.button.hover.bg: flatborder gradient diagonal -window.active.button.hover.bg.color: #93a1a8 -window.active.button.hover.bg.colorTo: #7c8c93 -window.active.button.hover.bg.border.color: #a9a9a9 -window.active.button.hover.image.color: #ffffff - -window.inactive.button.hover.bg: parentrelative - -window.active.button.toggled.bg: flatborder gradient diagonal -window.active.button.toggled.bg.color: #93a1a8 -window.active.button.toggled.bg.colorTo: #7c8c93 -window.active.button.toggled.bg.border.color: #a9a9a9 -window.active.button.toggled.image.color: #ffffff - -window.inactive.button.toggled.bg: parentrelative - -window.active.button.pressed.bg: sunken gradient diagonal -window.active.button.pressed.bg.color: #93a1a8 -window.active.button.pressed.bg.colorTo: #7c8c93 -window.active.button.pressed.image.color: #ffffff - -window.active.button.disabled.bg: parentrelative -window.active.button.disabled.image.color: #7c8c93 -window.inactive.button.disabled.bg: parentrelative -window.inactive.button.disabled.image.color: #7c8c93 - -window.inactive.button.unpressed.bg: parentrelative -window.inactive.button.unpressed.image.color: #677b91 - -window.active.grip.bg: flat gradient diagonal -window.active.grip.bg.color: #93a1a8 -window.active.grip.bg.colorTo: #7c8c93 - -window.inactive.grip.bg: flat solid -window.inactive.grip.bg.color: #7c8c93 - -window.active.handle.bg: raised gradient diagonal -window.active.handle.bg.colorTo: #757575 -window.active.handle.bg.color: #f0f0ff - -window.inactive.handle.bg: flat solid -window.inactive.handle.bg.color: #7c8c93 - -window.active.label.bg: flatborder gradient diagonal -window.active.label.bg.color: #f0f0ff -window.active.label.bg.colorTo: #757575 -window.active.label.bg.border.color: #565a5c -window.active.label.text.color: #262a2c - -window.inactive.label.bg: parentrelative -window.inactive.label.text.color: #565a5c - -window.active.title.bg: flat gradient vertical -window.active.title.bg.color: #93a1a8 -window.active.title.bg.colorTo: #7c8c93 - -window.inactive.title.bg: flat gradient crossdiagonal -window.inactive.title.bg.color: #93a1a8 -window.inactive.title.bg.colorTo: #7c8c93 - -window.active.client.color: #7c8c93 -window.inactive.client.color: #677b91 -window.handle.width: 3 -window.client.padding.width: 1 -padding.width: 1 -border.width: 1 -border.color: #484848 |
