Merge updates from recent build
This commit is contained in:
4
home/.themes/gorice/openbox-3/bullet.xbm
Normal file
4
home/.themes/gorice/openbox-3/bullet.xbm
Normal file
@ -0,0 +1,4 @@
|
||||
#define bullet_width 5
|
||||
#define bullet_height 5
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x01, 0x05, 0x15, 0x05, 0x01 };
|
5
home/.themes/gorice/openbox-3/close.xbm
Normal file
5
home/.themes/gorice/openbox-3/close.xbm
Normal file
@ -0,0 +1,5 @@
|
||||
#define close_width 10
|
||||
#define close_height 10
|
||||
static unsigned char close_bits[] = {
|
||||
0x03, 0x03, 0x87, 0x03, 0xce, 0x01, 0xfc, 0x00, 0x78, 0x00, 0x78, 0x00,
|
||||
0xfc, 0x00, 0xce, 0x01, 0x87, 0x03, 0x03, 0x03 };
|
4
home/.themes/gorice/openbox-3/desk.xbm
Normal file
4
home/.themes/gorice/openbox-3/desk.xbm
Normal file
@ -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 };
|
4
home/.themes/gorice/openbox-3/desk_toggled.xbm
Normal file
4
home/.themes/gorice/openbox-3/desk_toggled.xbm
Normal file
@ -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 };
|
5
home/.themes/gorice/openbox-3/iconify.xbm
Normal file
5
home/.themes/gorice/openbox-3/iconify.xbm
Normal file
@ -0,0 +1,5 @@
|
||||
#define iconify_width 10
|
||||
#define iconify_height 10
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x00, 0x00, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03 };
|
5
home/.themes/gorice/openbox-3/max.xbm
Normal file
5
home/.themes/gorice/openbox-3/max.xbm
Normal file
@ -0,0 +1,5 @@
|
||||
#define max_width 10
|
||||
#define max_height 10
|
||||
static unsigned char max_bits[] = {
|
||||
0xff, 0x03, 0xff, 0x03, 0x00, 0x00, 0xff, 0x03, 0xff, 0x03, 0x03, 0x03,
|
||||
0x03, 0x03, 0x03, 0x03, 0xff, 0x03, 0xff, 0x03 };
|
5
home/.themes/gorice/openbox-3/max_toggled.xbm
Normal file
5
home/.themes/gorice/openbox-3/max_toggled.xbm
Normal file
@ -0,0 +1,5 @@
|
||||
#define max_toggled_width 10
|
||||
#define max_toggled_height 10
|
||||
static unsigned char max_toggled_bits[] = {
|
||||
0xff, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xe1, 0x03, 0xff, 0x03,
|
||||
0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0xff, 0x03 };
|
4
home/.themes/gorice/openbox-3/shade.xbm
Normal file
4
home/.themes/gorice/openbox-3/shade.xbm
Normal file
@ -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 };
|
4
home/.themes/gorice/openbox-3/shade_toggled.xbm
Normal file
4
home/.themes/gorice/openbox-3/shade_toggled.xbm
Normal file
@ -0,0 +1,4 @@
|
||||
#define shade_toggled_width 8
|
||||
#define shade_toggled_height 8
|
||||
static unsigned char shade_toggled_bits[] = {
|
||||
0x18, 0x18, 0x18, 0xdb, 0xff, 0x7e, 0x3c, 0x18 };
|
155
home/.themes/gorice/openbox-3/themerc
Executable file
155
home/.themes/gorice/openbox-3/themerc
Executable file
@ -0,0 +1,155 @@
|
||||
# Name: Gorice Openbox theme
|
||||
# Author: Nathaniel Maia
|
||||
|
||||
# Menu
|
||||
menu.border.color: #2b303b
|
||||
|
||||
menu.border.width: 10
|
||||
|
||||
menu.title.bg: Solid Flat
|
||||
menu.title.bg.color: #2b303b
|
||||
menu.title.bg.shadow: 0
|
||||
menu.title.text.color: #8fa1b3
|
||||
menu.title.text.justify: Center
|
||||
|
||||
menu.items.bg: Solid Flat
|
||||
menu.items.bg.color: #2b303b
|
||||
menu.items.text.color: #c0c5ce
|
||||
menu.items.disabled.text.color: #65737e
|
||||
|
||||
menu.items.active.bg: Solid Flat
|
||||
menu.items.active.bg.color: #2b303b
|
||||
menu.items.active.text.color: #8fa1b3
|
||||
|
||||
menu.separator.color: #2b303b
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 2
|
||||
menu.separator.padding.height: 4
|
||||
menu.overlap.x: -12
|
||||
menu.overlap.y: 0
|
||||
|
||||
# Window focused
|
||||
window.active.title.separator.color: #2b303b
|
||||
|
||||
# Active window
|
||||
window.active.border.color: #8fa1b3
|
||||
|
||||
|
||||
window.active.title.bg: flat solid
|
||||
window.active.title.bg.color: #2b303b
|
||||
window.active.title.separator.color: #2b303b
|
||||
window.active.text.justify: center
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #c0c5ce
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color: #2b303b
|
||||
|
||||
window.active.grip.bg: flat solid
|
||||
window.active.grip.bg.color: #2b303b
|
||||
|
||||
window.active.button.unpressed.bg: flat solid
|
||||
window.active.button.unpressed.bg.color: #2b303b
|
||||
window.active.button.unpressed.image.color: #c0c5ce
|
||||
|
||||
window.active.button.pressed.bg: flat solid
|
||||
window.active.button.pressed.bg.color: #8fa1b3
|
||||
window.active.button.pressed.image.color: #c0c5ce
|
||||
|
||||
window.active.button.disabled.bg: flat solid
|
||||
window.active.button.disabled.bg.color: #2b303b
|
||||
window.active.button.disabled.image.color: #65737e
|
||||
|
||||
window.active.button.hover.bg: flat solid
|
||||
window.active.button.hover.bg.color: #2b303b
|
||||
window.active.button.hover.image.color: #8fa1b3
|
||||
|
||||
#window.active.button.toggled.bg: #8fa1b3
|
||||
#window.active.button.toggled.image.color: #c0c5ce
|
||||
|
||||
# Inactive window
|
||||
window.inactive.border.color: #2b303b
|
||||
|
||||
window.inactive.title.bg: flat solid
|
||||
window.inactive.title.bg.color: #2b303b
|
||||
window.inactive.title.separator.color: #2b303b
|
||||
window.inactive.text.justify: center
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: #2b303b
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: #2b303b
|
||||
|
||||
window.inactive.grip.bg: flat solid
|
||||
window.inactive.grip.bg.color: #2b303b
|
||||
|
||||
window.inactive.button.unpressed.bg: flat solid
|
||||
window.inactive.button.unpressed.bg.color: #2b303b
|
||||
window.inactive.button.unpressed.image.color: #2b303b
|
||||
|
||||
window.inactive.button.pressed.bg: flat solid
|
||||
window.inactive.button.pressed.bg.color: #8fa1b3
|
||||
window.inactive.button.pressed.image.color: #c0c5ce
|
||||
|
||||
window.inactive.button.disabled.bg: flat solid
|
||||
window.inactive.button.disabled.bg.color: #65737e
|
||||
window.inactive.button.disabled.image.color: #2b303b
|
||||
|
||||
window.inactive.button.hover.bg: flat solid
|
||||
window.inactive.button.hover.bg.color: #2b303b
|
||||
window.inactive.button.hover.image.color: #8fa1b3
|
||||
|
||||
|
||||
# OSD
|
||||
osd.border.width: 2
|
||||
osd.border.color: #8fa1b3
|
||||
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: #2b303b
|
||||
osd.label.bg: flat solid
|
||||
osd.label.bg.color: #2b303b
|
||||
osd.label.text.color: #c0c5ce
|
||||
|
||||
# OSD
|
||||
osd.bg: Solid Flat
|
||||
osd.bg.color: #2b303b
|
||||
osd.bg.shadow: 0
|
||||
|
||||
osd.border.width: 2
|
||||
osd.hilight.bg: Solid Flat
|
||||
osd.hilight.bg.color: #8fa1b3
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #c0c5ce
|
||||
|
||||
osd.button.unpressed.bg: flat border
|
||||
osd.button.unpressed.bg.color: #c0c5ce
|
||||
#osd.button.unpressed.*.border.color: #2b303b
|
||||
|
||||
osd.button.pressed.bg: flat border
|
||||
osd.button.pressed.bg.color: #8fa1b3
|
||||
#osd.button.pressed.*.border.color: #c0c5ce
|
||||
|
||||
osd.button.focused.bg: flat solid border
|
||||
osd.button.focused.bg.color: #2b303b
|
||||
#osd.button.focused.*.border.color: #c0c5ce
|
||||
|
||||
osd.button.focused.box.color: #8fa1b3
|
||||
|
||||
|
||||
# Fonts
|
||||
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
|
||||
|
||||
|
||||
# Everything else
|
||||
border.width: 2
|
||||
padding.width: 8
|
||||
padding.height: 2
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
window.label.text.justify: left
|
||||
#menu.overlap: 0
|
155
home/.themes/gorice/openbox-3/themerc.template
Normal file
155
home/.themes/gorice/openbox-3/themerc.template
Normal file
@ -0,0 +1,155 @@
|
||||
# Name: Gorice Openbox theme
|
||||
# Author: Nathaniel Maia
|
||||
|
||||
# Menu
|
||||
menu.border.color: {{.Data.terminal_background}}
|
||||
|
||||
menu.border.width: 10
|
||||
|
||||
menu.title.bg: Solid Flat
|
||||
menu.title.bg.color: {{.Data.terminal_background}}
|
||||
menu.title.bg.shadow: 0
|
||||
menu.title.text.color: {{index .Data.terminal_colors 4}}
|
||||
menu.title.text.justify: Center
|
||||
|
||||
menu.items.bg: Solid Flat
|
||||
menu.items.bg.color: {{.Data.terminal_background}}
|
||||
menu.items.text.color: {{.Data.terminal_foreground}}
|
||||
menu.items.disabled.text.color: {{index .Data.terminal_colors 7}}
|
||||
|
||||
menu.items.active.bg: Solid Flat
|
||||
menu.items.active.bg.color: {{index .Data.terminal_colors 0}}
|
||||
menu.items.active.text.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
menu.separator.color: {{index .Data.terminal_colors 0}}
|
||||
menu.separator.width: 1
|
||||
menu.separator.padding.width: 2
|
||||
menu.separator.padding.height: 4
|
||||
menu.overlap.x: -{{.Data.gap_inner}}
|
||||
menu.overlap.y: {{.Data.gap_outer}}
|
||||
|
||||
# Window focused
|
||||
window.active.title.separator.color: {{.Data.terminal_background}}
|
||||
|
||||
# Active window
|
||||
window.active.border.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
|
||||
window.active.title.bg: flat solid
|
||||
window.active.title.bg.color: {{.Data.terminal_background}}
|
||||
window.active.title.separator.color: {{.Data.terminal_background}}
|
||||
window.active.text.justify: center
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: {{.Data.terminal_foreground}}
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color: {{.Data.terminal_background}}
|
||||
|
||||
window.active.grip.bg: flat solid
|
||||
window.active.grip.bg.color: {{.Data.terminal_background}}
|
||||
|
||||
window.active.button.unpressed.bg: flat solid
|
||||
window.active.button.unpressed.bg.color: {{.Data.terminal_background}}
|
||||
window.active.button.unpressed.image.color: {{.Data.terminal_foreground}}
|
||||
|
||||
window.active.button.pressed.bg: flat solid
|
||||
window.active.button.pressed.bg.color: {{index .Data.terminal_colors 4}}
|
||||
window.active.button.pressed.image.color: {{.Data.terminal_foreground}}
|
||||
|
||||
window.active.button.disabled.bg: flat solid
|
||||
window.active.button.disabled.bg.color: {{.Data.terminal_background}}
|
||||
window.active.button.disabled.image.color: {{index .Data.terminal_colors 7}}
|
||||
|
||||
window.active.button.hover.bg: flat solid
|
||||
window.active.button.hover.bg.color: {{.Data.terminal_background}}
|
||||
window.active.button.hover.image.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
#window.active.button.toggled.bg: {{index .Data.terminal_colors 4}}
|
||||
#window.active.button.toggled.image.color: {{.Data.terminal_foreground}}
|
||||
|
||||
# Inactive window
|
||||
window.inactive.border.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.title.bg: flat solid
|
||||
window.inactive.title.bg.color: {{.Data.terminal_background}}
|
||||
window.inactive.title.separator.color: {{.Data.terminal_background}}
|
||||
window.inactive.text.justify: center
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
window.inactive.label.text.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
window.inactive.handle.bg.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.grip.bg: flat solid
|
||||
window.inactive.grip.bg.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.button.unpressed.bg: flat solid
|
||||
window.inactive.button.unpressed.bg.color: {{.Data.terminal_background}}
|
||||
window.inactive.button.unpressed.image.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.button.pressed.bg: flat solid
|
||||
window.inactive.button.pressed.bg.color: {{index .Data.terminal_colors 4}}
|
||||
window.inactive.button.pressed.image.color: {{.Data.terminal_foreground}}
|
||||
|
||||
window.inactive.button.disabled.bg: flat solid
|
||||
window.inactive.button.disabled.bg.color: {{index .Data.terminal_colors 7}}
|
||||
window.inactive.button.disabled.image.color: {{.Data.terminal_background}}
|
||||
|
||||
window.inactive.button.hover.bg: flat solid
|
||||
window.inactive.button.hover.bg.color: {{.Data.terminal_background}}
|
||||
window.inactive.button.hover.image.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
|
||||
# OSD
|
||||
osd.border.width: {{.Data.border_pixels}}
|
||||
osd.border.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: {{.Data.terminal_background}}
|
||||
osd.label.bg: flat solid
|
||||
osd.label.bg.color: {{.Data.terminal_background}}
|
||||
osd.label.text.color: {{.Data.terminal_foreground}}
|
||||
|
||||
# OSD
|
||||
osd.bg: Solid Flat
|
||||
osd.bg.color: {{.Data.terminal_background}}
|
||||
osd.bg.shadow: 0
|
||||
|
||||
osd.border.width: {{.Data.border_pixels}}
|
||||
osd.hilight.bg: Solid Flat
|
||||
osd.hilight.bg.color: {{index .Data.terminal_colors 4}}
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: {{.Data.terminal_foreground}}
|
||||
|
||||
osd.button.unpressed.bg: flat border
|
||||
osd.button.unpressed.bg.color: {{.Data.terminal_foreground}}
|
||||
#osd.button.unpressed.*.border.color: {{.Data.terminal_background}}
|
||||
|
||||
osd.button.pressed.bg: flat border
|
||||
osd.button.pressed.bg.color: {{index .Data.terminal_colors 4}}
|
||||
#osd.button.pressed.*.border.color: {{.Data.terminal_foreground}}
|
||||
|
||||
osd.button.focused.bg: flat solid border
|
||||
osd.button.focused.bg.color: {{.Data.terminal_background}}
|
||||
#osd.button.focused.*.border.color: {{.Data.terminal_foreground}}
|
||||
|
||||
osd.button.focused.box.color: {{index .Data.terminal_colors 4}}
|
||||
|
||||
|
||||
# Fonts
|
||||
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
|
||||
|
||||
|
||||
# Everything else
|
||||
border.width: {{.Data.border_pixels}}
|
||||
padding.width: 8
|
||||
padding.height: {{.Data.border_pixels}}
|
||||
window.handle.width: 0
|
||||
window.client.padding.width: 0
|
||||
window.label.text.justify: left
|
||||
#menu.overlap: 0
|
Reference in New Issue
Block a user