Skip to content

Commit

Permalink
Make openbox theme closer to vimix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jan 6, 2019
1 parent 91c98e3 commit 6e8a2d2
Show file tree
Hide file tree
Showing 10 changed files with 83 additions and 41 deletions.
18 changes: 9 additions & 9 deletions openbox/config/rc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,30 +55,30 @@
<keepBorder>yes</keepBorder>
<animateIconify>yes</animateIconify>
<font place="ActiveWindow">
<name>sans</name>
<name>Sans</name>
<size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<weight>Bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<slant>Normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="InactiveWindow">
<name>sans</name>
<name>Sans</name>
<size>8</size>
<!-- font size in points -->
<weight>bold</weight>
<weight>Bold</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<slant>Normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuHeader">
<name>sans</name>
<name>Sans</name>
<size>9</size>
<!-- font size in points -->
<weight>normal</weight>
<weight>Normal</weight>
<!-- 'bold' or 'normal' -->
<slant>normal</slant>
<slant>Normal</slant>
<!-- 'italic' or 'normal' -->
</font>
<font place="MenuItem">
Expand Down
9 changes: 5 additions & 4 deletions openbox/theme/close.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define close_width 8
#define close_height 8
static unsigned char close_bits[] = {
0xc3, 0xe7, 0x7e, 0x3c, 0x3c, 0x7e, 0xe7, 0xc3 };
#define close_width 10
#define close_height 10
static char close_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/desk.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define desk_toggled_width 8
#define desk_toggled_height 8
static unsigned char desk_toggled_bits[] = {
0xe7, 0xe7, 0xe7, 0x00, 0x00, 0xe7, 0xe7, 0xe7 };
#define desk_width 10
#define desk_height 10
static char desk_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/desk_toggled.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define desk_width 8
#define desk_height 8
static unsigned char desk_bits[] = {
0x04, 0x0e, 0x3f, 0x1e, 0x1c, 0x24, 0x40, 0x80 };
#define desk_toggled_width 10
#define desk_toggled_height 10
static char desk_toggled_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/iconify.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define iconify_width 8
#define iconify_height 8
static unsigned char iconify_bits[] = {
0x00, 0x00, 0x00, 0xff, 0xff, 0x00, 0x00, 0x00 };
#define iconify_width 10
#define iconify_height 10
static char iconify_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/max.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define titlebutton_max_2_width 8
#define titlebutton_max_2_height 8
static unsigned char titlebutton_max_2_bits[] = {
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };
#define max_width 10
#define max_height 10
static char max_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/max_toggled.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define titlebutton_max_2_width 8
#define titlebutton_max_2_height 8
static unsigned char titlebutton_max_2_bits[] = {
0xf8, 0xf0, 0xe0, 0xc1, 0x83, 0x07, 0x0f, 0x1f };
#define max_toggled_width 10
#define max_toggled_height 10
static char max_toggled_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
9 changes: 5 additions & 4 deletions openbox/theme/shade.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define shade_width 8
#define shade_height 8
static unsigned char shade_bits[] = {
0x18, 0x3c, 0x7e, 0xff, 0xdb, 0x18, 0x18, 0x18 };
#define shade_width 10
#define shade_height 10
static char shade_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
4 changes: 2 additions & 2 deletions openbox/theme/shade_toggled.xbm
Original file line number Diff line number Diff line change
@@ -1,4 +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 };
static char shade_toggled_bits[] = {
0x18, 0x18, 0x18, 0xDB, 0xFF, 0x7E, 0x3C, 0x18, };
39 changes: 37 additions & 2 deletions openbox/theme/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ window.label.text.justify: center
### MENU
menu.border.width: 0
menu.separator.width: 1
menu.separator.padding.width: 10
menu.separator.padding.width: 2
menu.separator.padding.height: 2

menu.overlap.x: 0
Expand Down Expand Up @@ -131,4 +131,39 @@ osd.hilight.bg.color: #5294E2
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #000000

#osd.label.text.font: text shadow
window.active.button.iconify.unpressed.image.color: #e9b837
window.active.button.max.unpressed.image.color: #2fa890
window.active.button.close.unpressed.image.color: #e45b63
window.active.button.shade.unpressed.image.color: #4ec2e8
window.active.button.desk.unpressed.image.color: #fec7cd

window.active.button.iconify.pressed.image.color: #e9b837
window.active.button.max.pressed.image.color: #2fa890
window.active.button.close.pressed.image.color: #e45b63
window.active.button.shade.pressed.image.color: #4ec2e8
window.active.button.desk.pressed.image.color: #fec7cd

window.active.button.iconify.hover.image.color: #e9b837
window.active.button.max.hover.image.color: #2fa890
window.active.button.close.hover.image.color: #e45b63
window.active.button.shade.hover.image.color: #4ec2e8
window.active.button.desk.hover.image.color: #fec7cd

window.inactive.button.iconify.unpressed.image.color: #e9b837
window.inactive.button.max.unpressed.image.color: #2fa890
window.inactive.button.close.unpressed.image.color: #e45b63
window.inactive.button.shade.unpressed.image.color: #4ec2e8
window.inactive.button.desk.unpressed.image.color: #fec7cd

window.inactive.button.iconify.pressed.image.color: #e9b837
window.inactive.button.max.pressed.image.color: #2fa890
window.inactive.button.close.pressed.image.color: #e45b63
window.inactive.button.shade.pressed.image.color: #4ec2e8
window.inactive.button.desk.pressed.image.color: #fec7cd

window.inactive.button.iconify.hover.image.color: #e9b837
window.inactive.button.max.hover.image.color: #2fa890
window.inactive.button.close.hover.image.color: #e45b63
window.inactive.button.shade.hover.image.color: #4ec2e8
window.inactive.button.desk.hover.image.color: #fec7cd

0 comments on commit 6e8a2d2

Please sign in to comment.