This commit is contained in:
basin 2019-08-22 19:58:20 -04:00
parent 391246ca1e
commit 84502f73ef
46 changed files with 574 additions and 0 deletions

4
themes/bw/openbox-3/bullet.xbm Executable file
View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

4
themes/bw/openbox-3/close.xbm Executable file
View File

@ -0,0 +1,4 @@
#define close_width 7
#define close_height 7
static unsigned char close_bits[] = {
0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define iconify_width 7
#define iconify_height 7
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00 };

4
themes/bw/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 7
#define max_height 7
static unsigned char max_bits[] = {
0x00, 0x00, 0x38, 0x00, 0x0e, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 7
#define max_toggled_height 7
static unsigned char max_toggled_bits[] = {
0x00, 0x00, 0x0e, 0x00, 0x38, 0x00, 0x00 };

60
themes/bw/openbox-3/themerc Executable file
View File

@ -0,0 +1,60 @@
# menu
menu.items.bg: Flat
menu.items.bg.color: white
menu.items.text.color: black
menu.items.active.bg: Flat
menu.items.active.bg.color: white
menu.items.active.text.color: #fe9b71
menu.title.bg: Flat
menu.title.bg.color: white
menu.title.text.color: black
menu.title.text.justify: Right
menu.border.width: 20
menu.border.color: white
menu.separator.color: white
menu.overlap.x: -20
# osd
osd.label.text.color: black
osd.border.width: 0
# windows
border.width: 0
*.border.color: black
# *.active.border.color: #
# *.inactive.border.color: #
window.client.padding.width: 0
window.handle.width: 0
# titlebars
padding.height: 15
padding.width: 15
# active window
window.active.*.bg: Flat Parentrelative
window.active.*.*.bg.color: white
window.active.*.*.image.color: black
# inactive window
window.inactive.*.bg: Flat Parentrelative
window.inactive.*.*.bg.color: white
window.inactive.*.*.image.color: black
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

4
themes/c/openbox-3/bullet.xbm Executable file
View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

4
themes/c/openbox-3/close.xbm Executable file
View File

@ -0,0 +1,4 @@
#define close_width 3
#define close_height 3
static unsigned char close_bits[] = {
0x05, 0x02, 0x05 };

4
themes/c/openbox-3/iconify.xbm Executable file
View File

@ -0,0 +1,4 @@
#define iconify_width 3
#define iconify_height 1
static unsigned char iconify_bits[] = {
0x07 };

4
themes/c/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 3
#define max_height 2
static unsigned char max_bits[] = {
0x02, 0x05 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 5
#define max_toggled_height 5
static unsigned char max_toggled_bits[] = {
0x04, 0x04, 0x15, 0x0e, 0x04 };

62
themes/c/openbox-3/themerc Executable file
View File

@ -0,0 +1,62 @@
# menu
menu.items.active.bg: Flat
menu.items.active.bg.color: #071d22
menu.items.active.text.color: #94a9d9
menu.items.*.border.width: 10
menu.items.bg: Flat
menu.items.bg.color: #071d22
menu.items.disabled.text.color: #94a9d9
menu.items.text.color: white
menu.border.width: 25
menu.border.color: #071d22
menu.title.bg: Flat
menu.title.*.color: #071d22
menu.title.text.justify: Left
menu.separator.color: #071d22
menu.overlap.x: -40
# osd
osd.label.text.color: white
osd.border.width: 20
osd.border.color: #071d22
# windows
border.width: 0
*.border.color: white
# *.active.border.color: white
# *.inactive.border.color: #f2f2f2
window.client.padding.width: 0
window.handle.width: 40
# titlebars
padding.height: 0
padding.width: 0
# active window
window.active.*.bg: Flat
window.active.*.*.bg.color: #071d22
window.active.*.*.image.color: black
# inactive window
window.inactive.*.bg: Flat
window.inactive.*.*.bg.color: #071d22
window.inactive.*.*.image.color: black
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

4
themes/o/openbox-3/bullet.xbm Executable file
View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

4
themes/o/openbox-3/close.xbm Executable file
View File

@ -0,0 +1,4 @@
#define close_width 7
#define close_height 7
static unsigned char close_bits[] = {
0x00, 0x20, 0x14, 0x00, 0x14, 0x02, 0x00 };

4
themes/o/openbox-3/iconify.xbm Executable file
View File

@ -0,0 +1,4 @@
#define iconify_width 7
#define iconify_height 7
static unsigned char iconify_bits[] = {
0x00, 0x20, 0x14, 0x08, 0x14, 0x02, 0x00 };

4
themes/o/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 7
#define max_height 7
static unsigned char max_bits[] = {
0x00, 0x20, 0x10, 0x00, 0x04, 0x02, 0x00 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 7
#define max_toggled_height 7
static unsigned char max_toggled_bits[] = {
0x00, 0x20, 0x00, 0x08, 0x00, 0x02, 0x00 };

60
themes/o/openbox-3/themerc Executable file
View File

@ -0,0 +1,60 @@
# menu
menu.items.bg: Flat
menu.items.bg.color: white
menu.items.text.color: #071d22
menu.items.active.bg: Flat
menu.items.active.bg.color: white
menu.items.active.text.color: #8fa4da
menu.title.bg: Flat
menu.title.bg.color: white
menu.title.text.color: #071d22
menu.title.text.justify: Right
menu.border.width: 20
menu.border.color: white
menu.separator.color: white
menu.overlap.x: -20
# osd
osd.label.text.color: #071d22
osd.border.width: 1
# windows
border.width: 0
*.border.color: black
# *.active.border.color: #
# *.inactive.border.color: #
window.client.padding.width: 0
window.handle.width: 0
# titlebars
padding.height: 15
padding.width: 15
# active window
window.active.*.bg: Flat
window.active.*.*.bg.color: white
window.active.*.*.image.color: #071d22
# inactive window
window.inactive.*.bg: Flat
window.inactive.*.*.bg.color: white
window.inactive.*.*.image.color: #071d22
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

1
themes/plano-theme Submodule

@ -0,0 +1 @@
Subproject commit 32f6110854fd9a9360389ab0050ab787302099a8

View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define close_width 3
#define close_height 3
static unsigned char close_bits[] = {
0x05, 0x02, 0x05 };

View File

@ -0,0 +1,4 @@
#define iconify_width 3
#define iconify_height 1
static unsigned char iconify_bits[] = {
0x07 };

View File

@ -0,0 +1,4 @@
#define max_width 3
#define max_height 2
static unsigned char max_bits[] = {
0x02, 0x05 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 5
#define max_toggled_height 5
static unsigned char max_toggled_bits[] = {
0x04, 0x04, 0x15, 0x0e, 0x04 };

View File

@ -0,0 +1,61 @@
# menu
menu.items.active.bg: Flat
menu.items.active.bg.color: #071d22
menu.items.active.text.color: #94a9d9
menu.items.*.border.width: 10
menu.items.bg: Flat
menu.items.bg.color: #071d22
menu.items.disabled.text.color: #94a9d9
menu.items.text.color: white
menu.border.width: 25
menu.border.color: #071d22
menu.title.bg: Flat
menu.title.*.color: #071d22
menu.title.text.justify: Left
menu.separator.color: #071d22
# osd
osd.label.text.color: white
osd.border.width: 0
osd.border.color: #071d22
# windows
border.width: 0
*.border.color: white
# *.active.border.color: white
# *.inactive.border.color: #f2f2f2
window.client.padding.width: 20
window.handle.width: 70
# titlebars
padding.height: 0
padding.width: 0
# active window
window.active.*.bg: Flat
window.active.*.*.bg.color: white
window.active.*.*.image.color: black
# inactive window
window.inactive.*.bg: Flat
window.inactive.*.*.bg.color: white
window.inactive.*.*.image.color: black
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define close_width 7
#define close_height 7
static unsigned char close_bits[] = {
0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 };

View File

@ -0,0 +1,4 @@
#define iconify_width 7
#define iconify_height 7
static unsigned char iconify_bits[] = {
0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 };

4
themes/spook/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 7
#define max_height 7
static unsigned char max_bits[] = {
0x00, 0x20, 0x10, 0x08, 0x04, 0x02, 0x00 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 7
#define max_toggled_height 7
static unsigned char max_toggled_bits[] = {
0x00, 0x02, 0x04, 0x08, 0x10, 0x20, 0x00 };

View File

@ -0,0 +1,4 @@
#define shade_width 7
#define shade_height 7
static unsigned char shade_bits[] = {
0x00, 0x00, 0x14, 0x22, 0x14, 0x00, 0x00 };

55
themes/spook/openbox-3/themerc Executable file
View File

@ -0,0 +1,55 @@
# menu
menu.items.bg: Flat
menu.items.bg.color: white
menu.items.text.color: black
menu.items.active.bg: Flat
menu.items.active.bg.color: white
menu.items.active.text.color: #8fa4da
menu.title.bg: Flat
menu.title.bg.color: white
menu.title.text.color: black
menu.title.text.justify: Right
menu.border.width: 20
menu.border.color: white
menu.separator.color: white
menu.overlap.x: -20
# osd
osd.label.text.color: black
osd.border.width: 0
# windows
border.width: 1
*.border.color: #242627
# *.active.border.co6or: #2a3741
# *.inactive.border.color: #404b54
window.client.padding.width: 0
window.handle.width: 0
# titlebars
padding.height: 12
padding.width: 12
# active window
window.*.*.bg: Flat Parentrelative
window.*.*.*.bg.color: white
window.*.*.*.image.color: black
window.*.label.text.color: white
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

11
themes/thicc/openbox-3/themerc Executable file
View File

@ -0,0 +1,11 @@
window.*.title.bg.color: #fff0f0
window.*.label.text.color: #fff0f0
window.*.button.*.image.color: #fff0f0
window.handle.width: 0
window.client.padding.width: 0
border.width: 0
padding.width: 50
padding.height: 35
window.*.title.bg: Solid Flat
window.*.*.bg: Parentrelative
window.label.text.justify: center

4
themes/w/openbox-3/bullet.xbm Executable file
View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

4
themes/w/openbox-3/close.xbm Executable file
View File

@ -0,0 +1,4 @@
#define close_width 7
#define close_height 7
static unsigned char close_bits[] = {
0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 };

4
themes/w/openbox-3/iconify.xbm Executable file
View File

@ -0,0 +1,4 @@
#define iconify_width 7
#define iconify_height 7
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x1c, 0x00, 0x00, 0x00 };

4
themes/w/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 4
#define max_height 4
static unsigned char max_bits[] = {
0x0f, 0x09, 0x09, 0x0f };

View File

@ -0,0 +1,4 @@
#define max_width 4
#define max_height 4
static unsigned char max_bits[] = {
0x0f, 0x09, 0x09, 0x0f };

61
themes/w/openbox-3/themerc Executable file
View File

@ -0,0 +1,61 @@
# menu
menu.items.bg: Flat
menu.items.bg.color: white
menu.items.text.color: #071d22
menu.items.active.bg: Flat
menu.items.active.bg.color: white
menu.items.active.text.color: #8fa4da
menu.title.bg: Flat
menu.title.bg.color: white
menu.title.text.color: #071d22
menu.title.text.justify: Right
menu.border.width: 25
menu.border.color: white
menu.separator.color: white
menu.overlap.x: -40
# osd
osd.label.text.color: #071d22
osd.border.width: 1
osd.border.color: #071d22
# windows
border.width: 1
# *.border.color: white
*.active.border.color: #192e33
*.inactive.border.color: #1d3237
window.client.padding.width: 0
window.handle.width: 0
# titlebars
padding.height: 15
padding.width: 15
# active window
window.active.*.bg: Flat
window.active.*.*.bg.color: white
window.active.*.*.image.color: #071d22
# inactive window
window.inactive.*.bg: Flat
window.inactive.*.*.bg.color: white
window.inactive.*.*.image.color: #071d22
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white

4
themes/x/openbox-3/bullet.xbm Executable file
View File

@ -0,0 +1,4 @@
#define bullet_width 4
#define bullet_height 7
static unsigned char bullet_bits[] = {
0x00, 0x00, 0x02, 0x04, 0x02, 0x00, 0x00 };

4
themes/x/openbox-3/close.xbm Executable file
View File

@ -0,0 +1,4 @@
#define close_width 7
#define close_height 7
static unsigned char close_bits[] = {
0x00, 0x00, 0x14, 0x08, 0x14, 0x00, 0x00 };

4
themes/x/openbox-3/iconify.xbm Executable file
View File

@ -0,0 +1,4 @@
#define iconify_width 7
#define iconify_height 7
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0x3c, 0x00, 0x00, 0x00 };

4
themes/x/openbox-3/max.xbm Executable file
View File

@ -0,0 +1,4 @@
#define max_width 7
#define max_height 7
static unsigned char max_bits[] = {
0x00, 0x00, 0x38, 0x00, 0x0e, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define max_toggled_width 7
#define max_toggled_height 7
static unsigned char max_toggled_bits[] = {
0x00, 0x00, 0x0e, 0x00, 0x38, 0x00, 0x00 };

View File

@ -0,0 +1,4 @@
#define shade_width 7
#define shade_height 7
static unsigned char shade_bits[] = {
0x00, 0x10, 0x10, 0x14, 0x04, 0x04, 0x00 };

55
themes/x/openbox-3/themerc Executable file
View File

@ -0,0 +1,55 @@
# menu
menu.items.bg: Flat
menu.items.bg.color: white
menu.items.text.color: black
menu.items.active.bg: Flat
menu.items.active.bg.color: white
menu.items.active.text.color: #8fa4da
menu.title.bg: Flat
menu.title.bg.color: white
menu.title.text.color: black
menu.title.text.justify: Right
menu.border.width: 20
menu.border.color: white
menu.separator.color: white
menu.overlap.x: -20
# osd
osd.label.text.color: black
osd.border.width: 0
# windows
border.width: 0
*.border.color: white
# *.active.border.color: #2a3741
# *.inactive.border.color: #404b54
window.client.padding.width: 0
window.handle.width: 0
# titlebars
padding.height: 12
padding.width: 12
# active window
window.*.*.bg: Flat Parentrelative
window.*.*.*.bg.color: white
window.*.*.*.image.color: black
window.*.label.text.color: white
# handle
window.active.handle.bg: Flat
window.active.handle.bg.color: white
window.inactive.handle.bg: Flat
window.inactive.handle.bg.color: white
# grip
window.active.grip.bg: Flat
window.active.grip.bg.color: white
window.inactive.grip.bg: Flat
window.inactive.grip.bg.color: white