diff options
author | Kylie McClain <somasis@exherbo.org> | 2015-05-30 02:50:44 -0400 |
---|---|---|
committer | Kylie McClain <somasis@exherbo.org> | 2015-05-30 02:50:44 -0400 |
commit | e381f2e4861ad1ac06e807e2c15f5b51d81a0c06 (patch) | |
tree | c5200b9b106804709e6f7b2b447ac4764417d757 /Shiki-Colors-Openbox | |
parent | d0b85a2c13a6152df62fc6f0cd6e22ecb792a802 (diff) |
extreme revamp; now we use numix and a new make system
Diffstat (limited to 'Shiki-Colors-Openbox')
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/bullet.xbm | 6 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/close.xbm | 4 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/close_hover.xbm | 6 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/close_hover_round.xbm | 6 | ||||
l--------- | Shiki-Colors-Openbox/openbox-3/close_pressed.xbm | 1 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/iconify.xbm | 4 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/iconify_hover.xbm | 6 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/iconify_hover_round.xbm | 6 | ||||
l--------- | Shiki-Colors-Openbox/openbox-3/iconify_pressed.xbm | 1 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/max.xbm | 4 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/max_hover.xbm | 6 | ||||
-rw-r--r-- | Shiki-Colors-Openbox/openbox-3/max_hover_round.xbm | 6 | ||||
l--------- | Shiki-Colors-Openbox/openbox-3/max_pressed.xbm | 1 | ||||
l--------- | Shiki-Colors-Openbox/openbox-3/max_toggled.xbm | 1 | ||||
-rwxr-xr-x | Shiki-Colors-Openbox/openbox-3/themerc | 150 |
15 files changed, 0 insertions, 208 deletions
diff --git a/Shiki-Colors-Openbox/openbox-3/bullet.xbm b/Shiki-Colors-Openbox/openbox-3/bullet.xbm deleted file mode 100644 index 64cf220..0000000 --- a/Shiki-Colors-Openbox/openbox-3/bullet.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define bullet_width 10 -#define bullet_height 14 -static unsigned char bullet_bits[] = { - 0x00, 0x00, 0x06, 0x00, 0x0c, 0x00, 0x18, 0x00, 0x30, 0x00, 0x60, 0x00, - 0xc0, 0x00, 0xc0, 0x00, 0x60, 0x00, 0x30, 0x00, 0x18, 0x00, 0x0c, 0x00, - 0x06, 0x00, 0x00, 0x00 }; diff --git a/Shiki-Colors-Openbox/openbox-3/close.xbm b/Shiki-Colors-Openbox/openbox-3/close.xbm deleted file mode 100644 index ab7ff80..0000000 --- a/Shiki-Colors-Openbox/openbox-3/close.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define close_width 8 -#define close_height 8 -static unsigned char close_bits[] = { - 0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 }; diff --git a/Shiki-Colors-Openbox/openbox-3/close_hover.xbm b/Shiki-Colors-Openbox/openbox-3/close_hover.xbm deleted file mode 100644 index a2054b9..0000000 --- a/Shiki-Colors-Openbox/openbox-3/close_hover.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define close_hover_width 14 -#define close_hover_height 14 -static unsigned char close_hover_bits[] = { - 0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0x19, 0x26, 0x39, 0x27, 0xf1, 0x23, - 0xe1, 0x21, 0xe1, 0x21, 0xf1, 0x23, 0x39, 0x27, 0x19, 0x26, 0x01, 0x20, - 0x01, 0x20, 0xff, 0x3f }; diff --git a/Shiki-Colors-Openbox/openbox-3/close_hover_round.xbm b/Shiki-Colors-Openbox/openbox-3/close_hover_round.xbm deleted file mode 100644 index b5da6e5..0000000 --- a/Shiki-Colors-Openbox/openbox-3/close_hover_round.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define close_hover_width 16 -#define close_hover_height 16 -static unsigned char close_hover_bits[] = { - 0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x36, 0x6c, 0x77, 0xee, - 0xe3, 0xc7, 0xc3, 0xc3, 0xc3, 0xc3, 0xe3, 0xc7, 0x77, 0xee, 0x26, 0x6c, - 0x0e, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 }; diff --git a/Shiki-Colors-Openbox/openbox-3/close_pressed.xbm b/Shiki-Colors-Openbox/openbox-3/close_pressed.xbm deleted file mode 120000 index f026528..0000000 --- a/Shiki-Colors-Openbox/openbox-3/close_pressed.xbm +++ /dev/null @@ -1 +0,0 @@ -close_hover.xbm
\ No newline at end of file diff --git a/Shiki-Colors-Openbox/openbox-3/iconify.xbm b/Shiki-Colors-Openbox/openbox-3/iconify.xbm deleted file mode 100644 index 38fecdd..0000000 --- a/Shiki-Colors-Openbox/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, 0xff, 0xff, 0x00 }; diff --git a/Shiki-Colors-Openbox/openbox-3/iconify_hover.xbm b/Shiki-Colors-Openbox/openbox-3/iconify_hover.xbm deleted file mode 100644 index 299e199..0000000 --- a/Shiki-Colors-Openbox/openbox-3/iconify_hover.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define iconify_pressed_width 14 -#define iconify_pressed_height 14 -static unsigned char iconify_pressed_bits[] = { - 0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, 0x01, 0x20, - 0x01, 0x20, 0x01, 0x20, 0xf9, 0x27, 0xf9, 0x27, 0x01, 0x20, 0x01, 0x20, - 0x01, 0x20, 0xff, 0x3f }; diff --git a/Shiki-Colors-Openbox/openbox-3/iconify_hover_round.xbm b/Shiki-Colors-Openbox/openbox-3/iconify_hover_round.xbm deleted file mode 100644 index dd7cdaa..0000000 --- a/Shiki-Colors-Openbox/openbox-3/iconify_hover_round.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define iconify_hover_round_width 16 -#define iconify_hover_round_height 16 -static unsigned char iconify_hover_round_bits[] = { - 0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x06, 0x60, 0x07, 0xc0, - 0x03, 0xc0, 0x03, 0xc0, 0x03, 0xc0, 0xf3, 0xcf, 0xf7, 0xef, 0x06, 0x60, - 0x0c, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 }; diff --git a/Shiki-Colors-Openbox/openbox-3/iconify_pressed.xbm b/Shiki-Colors-Openbox/openbox-3/iconify_pressed.xbm deleted file mode 120000 index eb177b6..0000000 --- a/Shiki-Colors-Openbox/openbox-3/iconify_pressed.xbm +++ /dev/null @@ -1 +0,0 @@ -iconify_hover.xbm
\ No newline at end of file diff --git a/Shiki-Colors-Openbox/openbox-3/max.xbm b/Shiki-Colors-Openbox/openbox-3/max.xbm deleted file mode 100644 index e538600..0000000 --- a/Shiki-Colors-Openbox/openbox-3/max.xbm +++ /dev/null @@ -1,4 +0,0 @@ -#define max_width 8 -#define max_height 8 -static unsigned char max_bits[] = { - 0x18, 0x18, 0x18, 0xff, 0xff, 0x18, 0x18, 0x18 }; diff --git a/Shiki-Colors-Openbox/openbox-3/max_hover.xbm b/Shiki-Colors-Openbox/openbox-3/max_hover.xbm deleted file mode 100644 index 3b67f9a..0000000 --- a/Shiki-Colors-Openbox/openbox-3/max_hover.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define max_toggled_width 14 -#define max_toggled_height 14 -static unsigned char max_toggled_bits[] = { - 0xff, 0x3f, 0x01, 0x20, 0x01, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20, - 0xf9, 0x27, 0xf9, 0x27, 0xc1, 0x20, 0xc1, 0x20, 0xc1, 0x20, 0x01, 0x20, - 0x01, 0x20, 0xff, 0x3f }; diff --git a/Shiki-Colors-Openbox/openbox-3/max_hover_round.xbm b/Shiki-Colors-Openbox/openbox-3/max_hover_round.xbm deleted file mode 100644 index f26dc82..0000000 --- a/Shiki-Colors-Openbox/openbox-3/max_hover_round.xbm +++ /dev/null @@ -1,6 +0,0 @@ -#define max_hover_round_width 16 -#define max_hover_round_height 16 -static unsigned char max_hover_round_bits[] = { - 0xc0, 0x03, 0xf8, 0x0f, 0x1c, 0x38, 0x0c, 0x70, 0x86, 0x61, 0x87, 0xc1, - 0x83, 0xc1, 0xf3, 0xcf, 0xf3, 0xcf, 0x83, 0xc1, 0x87, 0xe1, 0x86, 0x61, - 0x0e, 0x70, 0x1c, 0x38, 0xf0, 0x0f, 0xc0, 0x03 }; diff --git a/Shiki-Colors-Openbox/openbox-3/max_pressed.xbm b/Shiki-Colors-Openbox/openbox-3/max_pressed.xbm deleted file mode 120000 index 3c898ff..0000000 --- a/Shiki-Colors-Openbox/openbox-3/max_pressed.xbm +++ /dev/null @@ -1 +0,0 @@ -max_hover.xbm
\ No newline at end of file diff --git a/Shiki-Colors-Openbox/openbox-3/max_toggled.xbm b/Shiki-Colors-Openbox/openbox-3/max_toggled.xbm deleted file mode 120000 index 3c898ff..0000000 --- a/Shiki-Colors-Openbox/openbox-3/max_toggled.xbm +++ /dev/null @@ -1 +0,0 @@ -max_hover.xbm
\ No newline at end of file diff --git a/Shiki-Colors-Openbox/openbox-3/themerc b/Shiki-Colors-Openbox/openbox-3/themerc deleted file mode 100755 index 5789daf..0000000 --- a/Shiki-Colors-Openbox/openbox-3/themerc +++ /dev/null @@ -1,150 +0,0 @@ -# Shiki-Colors OpenBox3 theme. -# Author: Arthur Spitzer -# Modified by Kylie McClain <somasis@exherbo.org> - -# Window geometry -padding.width: 2 -border.width: 2 -window.client.padding.width: 2 -window.client.padding.height: 2 -window.handle.width: 0 - -#Menu geometry -menu.border.width: 0 -menu.overlap: -1 - -# Border colors -window.active.border.color: #1F1F1F -window.active.title.separator.color: #1f1f1f -window.inactive.border.color: #1f1f1f -window.inactive.title.separator.color: #1f1f1f -menu.border.color: #1f1f1f -window.active.client.color: #1f1f1f -window.inactive.client.color: #1f1f1f - -# Text shadows -window.active.label.text.font: shadow=n -window.inactive.label.text.font: shadow=n -menu.items.font: shadow=n -menu.title.text.font: shadow=n - -# Window title justification -window.label.text.justify: Center - -# Active window -window.active.title.bg: Gradient Vertical Flat -window.active.title.bg.color: #2C2C2C -window.active.title.bg.colorTo: #212121 -window.active.label.bg: Parentrelative -window.active.label.text.color: #ffffff - - -window.active.handle.bg: Flat Gradient Vertical -window.active.handle.bg.color: #3b3b3b -window.active.handle.bg.colorTo: #3b3b3b - -window.active.grip.bg: Flat Solid -window.active.grip.bg.color: #3b3b3b - - -window.active.button.unpressed.bg: parentrelative -window.active.button.unpressed.image.color: #ffffff - -window.active.button.pressed.bg: parentrelative -window.active.button.pressed.image.color: #999999 - -window.active.button.disabled.bg: parentrelative -window.active.button.disabled.image.color: #bebebe - -#window.active.button.toggled.bg: parentrelative -#window.active.button.toggled.image.color: #999999 -window.active.button.toggled.bg: flat gradient vertical flat border -window.active.button.toggled.bg.color: #3c3c3c -window.active.button.toggled.bg.colorTo: #3e3e3e -window.active.button.toggled.bg.border.color: #729fcf -window.active.button.toggled.image.color: #6796c7 - -#window.active.button.hover.bg: flat gradient vertical flat border -window.active.button.hover.bg: parentrelative -#window.active.button.hover.bg.color: #3c3c3c -#window.active.button.hover.bg.colorTo: #3e3e3e -#window.active.button.hover.bg.border.color: #729fcf -window.active.button.hover.image.color: #ffffff - -# Inactive windows -window.inactive.title.bg: Gradient SplitVertical Flat -window.inactive.title.bg.color: #3c3c3c -window.inactive.title.bg.color.splitTo: #515151 -window.inactive.title.bg.colorTo: #3c3c3c -window.inactive.title.bg.colorTo.splitTo: #3c3c3c -#window.inactive.title.bg: Flat Gradient Vertical -#window.inactive.title.bg.color: #3e3e3e -#window.inactive.title.bg.colorTo: #3c3c3c -window.inactive.label.bg: Parentrelative -window.inactive.label.text.color: #9b9b9b - -window.inactive.handle.bg: Flat Gradient Vertical -window.inactive.handle.bg.color: #3b3b3b -window.inactive.handle.bg.colorTo: #3b3b3b - -window.inactive.grip.bg: Flat Gradient Vertical -window.inactive.grip.bg.color: #3b3b3b -window.inactive.grip.bg.colorTo: #3b3b3b - -window.inactive.button.unpressed.bg: parentrelative -window.inactive.button.unpressed.image.color: #9b9b9b - -window.inactive.button.pressed.bg: parentrelative -window.inactive.button.pressed.image.color: #9b9b9b - -window.inactive.button.disabled.bg: parentrelative -window.inactive.button.disabled.image.color: #9b9b9b - -window.inactive.button.toggled.bg: parentrelative -window.inactive.button.toggled.image.color: #9b9b9b - -window.inactive.button.hover.bg: parentrelative -window.inactive.button.hover.image.color: #ffffff - -# Menus -menu.separator.width: 1 -menu.separator.padding.width: 5 -menu.separator.padding.height: 5 -menu.separator.color: #313131 - -menu.title.bg:flat gradient vertical border -menu.title.bg.color: #3e3e3e -menu.title.bg.colorTo: #3c3c3c -menu.title.bg.border.color: #3c3c3c -menu.title.text.color: #6796c7 -menu.title.text.justify: center - -menu.items.bg: Flat Solid -menu.items.bg.color: #3c3c3c -menu.items.text.color: #e6e6e6 -menu.items.text.justify: left -menu.items.disabled.text.color: #666666 - -menu.items.active.bg: Flat Gradient SplitVertical Flat Border -menu.items.active.bg.color: #5d8dc0 -menu.items.active.bg.color.splitTo: #6896c8 -menu.items.active.bg.colorTo: #5787bb -menu.items.active.bg.colorTo.splitTo: #4e7cae -menu.items.active.bg.border.color: #7da8d5 -menu.items.active.text.color: #ffffff -menu.items.active.disabled.text.color: #333333 - -#osd -osd.border.width: 2 -osd.border.color: #3c3c3c - -osd.bg: Flat Solid -osd.bg.color: #3c3c3c - -osd.label.text.color: #bebebe - -osd.hilight.bg: Flat Solid -osd.hilight.bg.color: #729fcf - -osd.unhilight.bg: flat solid -osd.unhilight.bg.color: #bebebe |