Add Openbox Arc theme variant
4
extra/Openbox/bullet.xbm
Normal file
@ -0,0 +1,4 @@
|
||||
#define bullet_width 6
|
||||
#define bullet_height 6
|
||||
static unsigned char bullet_bits[] = {
|
||||
0x00, 0x02, 0x04, 0x08, 0x04, 0x02 };
|
5
extra/Openbox/close.xbm
Executable file
@ -0,0 +1,5 @@
|
||||
#define close_width 10
|
||||
#define close_height 10
|
||||
static unsigned char close_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x48, 0x00, 0x30, 0x00, 0x30, 0x00,
|
||||
0x48, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
BIN
extra/Openbox/close_focused_pressed.png
Normal file
After Width: | Height: | Size: 368 B |
BIN
extra/Openbox/close_focused_unpressed.png
Normal file
After Width: | Height: | Size: 390 B |
BIN
extra/Openbox/close_hover_focused.png
Normal file
After Width: | Height: | Size: 391 B |
BIN
extra/Openbox/close_hover_unfocused.png
Normal file
After Width: | Height: | Size: 365 B |
BIN
extra/Openbox/close_unfocused_pressed.png
Normal file
After Width: | Height: | Size: 373 B |
BIN
extra/Openbox/close_unfocused_unpressed.png
Normal file
After Width: | Height: | Size: 365 B |
4
extra/Openbox/desk.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define desk_width 8
|
||||
#define desk_height 8
|
||||
static unsigned char desk_bits[] = {
|
||||
0x00, 0x00, 0x48, 0x78, 0x7f, 0x78, 0x48, 0x00 };
|
BIN
extra/Openbox/desk_focused_pressed.png
Normal file
After Width: | Height: | Size: 297 B |
BIN
extra/Openbox/desk_focused_unpressed.png
Normal file
After Width: | Height: | Size: 355 B |
BIN
extra/Openbox/desk_hover_focused.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
extra/Openbox/desk_hover_unfocused.png
Normal file
After Width: | Height: | Size: 350 B |
4
extra/Openbox/desk_toggled.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define desk_toggled_width 6
|
||||
#define desk_toggled_height 6
|
||||
static unsigned char desk_toggled_bits[] = {
|
||||
0x00, 0x1e, 0x1e, 0x1e, 0x1e, 0x00 };
|
BIN
extra/Openbox/desk_toggled_focused_pressed.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
extra/Openbox/desk_toggled_focused_unpressed.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
extra/Openbox/desk_toggled_hover_focused.png
Normal file
After Width: | Height: | Size: 302 B |
BIN
extra/Openbox/desk_toggled_hover_unfocused.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
extra/Openbox/desk_toggled_unfocused_pressed.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
extra/Openbox/desk_toggled_unfocused_unpressed.png
Normal file
After Width: | Height: | Size: 300 B |
BIN
extra/Openbox/desk_unfocused_pressed.png
Normal file
After Width: | Height: | Size: 350 B |
BIN
extra/Openbox/desk_unfocused_unpressed.png
Normal file
After Width: | Height: | Size: 350 B |
5
extra/Openbox/iconify.xbm
Executable file
@ -0,0 +1,5 @@
|
||||
#define iconify_width 10
|
||||
#define iconify_height 10
|
||||
static unsigned char iconify_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x00, 0x44, 0x00, 0x28, 0x00,
|
||||
0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
BIN
extra/Openbox/iconify_focused_pressed.png
Normal file
After Width: | Height: | Size: 269 B |
BIN
extra/Openbox/iconify_focused_unpressed.png
Normal file
After Width: | Height: | Size: 94 B |
BIN
extra/Openbox/iconify_hover_focused.png
Normal file
After Width: | Height: | Size: 295 B |
BIN
extra/Openbox/iconify_hover_unfocused.png
Normal file
After Width: | Height: | Size: 94 B |
BIN
extra/Openbox/iconify_unfocused_pressed.png
Normal file
After Width: | Height: | Size: 94 B |
BIN
extra/Openbox/iconify_unfocused_unpressed.png
Normal file
After Width: | Height: | Size: 94 B |
5
extra/Openbox/max.xbm
Executable file
@ -0,0 +1,5 @@
|
||||
#define max_width 10
|
||||
#define max_height 10
|
||||
static unsigned char max_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x28, 0x00, 0x44, 0x00,
|
||||
0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
BIN
extra/Openbox/max_focused_pressed.png
Normal file
After Width: | Height: | Size: 318 B |
BIN
extra/Openbox/max_focused_unpressed.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
extra/Openbox/max_hover_focused.png
Normal file
After Width: | Height: | Size: 349 B |
BIN
extra/Openbox/max_hover_unfocused.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
extra/Openbox/max_unfocused_pressed.png
Normal file
After Width: | Height: | Size: 168 B |
BIN
extra/Openbox/max_unfocused_unpressed.png
Normal file
After Width: | Height: | Size: 168 B |
4
extra/Openbox/shade.xbm
Executable file
@ -0,0 +1,4 @@
|
||||
#define shade_width 6
|
||||
#define shade_height 6
|
||||
static unsigned char shade_bits[] = {
|
||||
0x3f, 0x3f, 0x00, 0x00, 0x00, 0x00 };
|
152
extra/Openbox/themerc
Executable file
@ -0,0 +1,152 @@
|
||||
! Port of Arc theme for Openbox (Steambox) =====================================
|
||||
!
|
||||
! https://github.com/garnetius/steambox
|
||||
! https://github.com/horst3180/Arc-theme
|
||||
!
|
||||
! Common -----------------------------------------------------------------------
|
||||
|
||||
*.font: shadow=n
|
||||
*.justify: center
|
||||
|
||||
border.width: 2
|
||||
border.color: #000000
|
||||
|
||||
padding.width: 5
|
||||
padding.height: 3
|
||||
|
||||
*.bg.highlight: 50
|
||||
|
||||
! Windows ----------------------------------------------------------------------
|
||||
|
||||
window.handle.width: 0
|
||||
|
||||
window.button.spacing: 3
|
||||
|
||||
window.client.padding.width: 0
|
||||
window.client.padding.height: 0
|
||||
|
||||
! Active window ----------------------------------------------------------------
|
||||
|
||||
window.active.title.bg: raised bevel3 solid
|
||||
window.active.title.bg.color: #E7E8EB
|
||||
window.active.title.bg.shadow: 0
|
||||
|
||||
window.active.label.bg: parentrelative
|
||||
window.active.label.text.color: #525D76
|
||||
window.active.label.text.font: shadow=y:shadowtint=-100:shadowoffset=1
|
||||
|
||||
window.active.handle.bg: flat solid
|
||||
window.active.handle.bg.color: #000000
|
||||
|
||||
window.active.grip.bg: flat solid
|
||||
window.active.grip.bg.color: #000000
|
||||
|
||||
window.active.button.*.bg: parentrelative
|
||||
window.active.button.*.image.color: #000000
|
||||
window.active.button.*.hover.image.color: #3399FF
|
||||
window.active.button.*.pressed.image.color: #3366FF
|
||||
window.active.button.*.toggled.image.color: #3366FF
|
||||
window.active.button.*.disabled.image.color: #909090
|
||||
|
||||
! Inactive window --------------------------------------------------------------
|
||||
|
||||
!window.inactive.border.color: #202020
|
||||
|
||||
window.inactive.title.bg: raised bevel3 solid
|
||||
window.inactive.title.bg.color: #E7E8EB
|
||||
window.inactive.title.bg.shadow: 0
|
||||
|
||||
window.inactive.label.bg: parentrelative
|
||||
!window.active.label.bg.border.color: #202020
|
||||
window.inactive.label.text.color: #525D76
|
||||
window.inactive.label.text.font: shadow=y:shadowtint=-100:shadowoffset=1
|
||||
|
||||
window.inactive.handle.bg: flat solid
|
||||
!window.inactive.handle.bg.color: #202020
|
||||
|
||||
window.inactive.grip.bg: flat solid
|
||||
!window.inactive.grip.bg.color: #202020
|
||||
|
||||
window.inactive.button.*.bg: parentrelative
|
||||
window.inactive.button.*.image.color: #909090
|
||||
|
||||
! Menus ------------------------------------------------------------------------
|
||||
|
||||
menu.border.width: 1
|
||||
menu.border.color: #161A26
|
||||
|
||||
menu.padding.width: 10
|
||||
menu.padding.height: 4
|
||||
|
||||
menu.overlap: 0
|
||||
menu.overlap.x: 0
|
||||
menu.overlap.y: 0
|
||||
|
||||
menu.spacing: 6
|
||||
|
||||
menu.title.bg: flat solid
|
||||
menu.title.bg.color: #252935
|
||||
menu.title.text.color: #FFFFFF
|
||||
|
||||
menu.items.justify: left
|
||||
menu.items.bg: flat solid
|
||||
menu.items.bg.color: #353945
|
||||
menu.items.text.color: #E0E0E0
|
||||
|
||||
menu.items.active.bg: flat border solid
|
||||
menu.items.active.bg.color: #454955
|
||||
menu.items.active.bg.border.color: #606060
|
||||
menu.items.active.text.color: #FFFFFF
|
||||
|
||||
menu.items.disabled.text.color: #A0A0A0
|
||||
|
||||
menu.separator.width: 1
|
||||
menu.separator.color: #555965
|
||||
menu.separator.padding.width: 4
|
||||
menu.separator.padding.height: 3
|
||||
|
||||
! OSD --------------------------------------------------------------------------
|
||||
|
||||
osd.border.width: 1
|
||||
osd.border.color: #161A26
|
||||
|
||||
osd.padding.width: 6
|
||||
osd.padding.height: 6
|
||||
|
||||
! Popup windows
|
||||
|
||||
osd.bg: flat solid
|
||||
osd.bg.color: #353945
|
||||
|
||||
osd.hilight.bg: flat solid
|
||||
osd.hilight.bg.color: #5294E2
|
||||
|
||||
osd.unhilight.bg: flat solid
|
||||
osd.unhilight.bg.color: #202020
|
||||
|
||||
osd.label.bg: parentrelative
|
||||
osd.label.text.color: #FFFFFF
|
||||
|
||||
osd.inactive.label.bg: parentrelative
|
||||
osd.inactive.label.text.color: #808080
|
||||
|
||||
! Focus selection
|
||||
|
||||
osd.focus.color: #FFFFFF
|
||||
|
||||
osd.focus.border.width: 1
|
||||
osd.focus.border.color: #FFFFFF
|
||||
|
||||
osd.focus.margin: 6
|
||||
osd.focus.marginicons: 12
|
||||
|
||||
osd.focus.hiliteouter: 25
|
||||
osd.focus.hiliteinner: 20
|
||||
|
||||
! Focus outline
|
||||
|
||||
osd.outline.width: 4
|
||||
osd.outline.color: #5294E2
|
||||
|
||||
osd.outline.border.width: 0
|
||||
osd.outline.border.color: #000000
|