Skip to content

Commit

Permalink
Make openbox theme more like gtk theme
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRobitaille committed Jan 20, 2019
1 parent 6e8a2d2 commit f1165b5
Show file tree
Hide file tree
Showing 33 changed files with 89 additions and 22 deletions.
Binary file added openbox/theme/bullet.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions openbox/theme/bullet.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#define bullet_width 10
#define bullet_height 10
static char bullet_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x30, 0x00, 0x30, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, };
Binary file added openbox/theme/close.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions openbox/theme/close.xbm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define close_width 10
#define close_height 10
#define close_width 12
#define close_height 12
static char close_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
0x00, 0x00, 0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03,
0xFE, 0x03, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/close_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/close_hover.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define close_hover_width 12
#define close_hover_height 12
static char close_hover_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0x77, 0x07, 0xAF, 0x07, 0xDF, 0x07,
0xAF, 0x07, 0x77, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/close_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/close_pressed.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define close_pressed_width 12
#define close_pressed_height 12
static char close_pressed_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0x77, 0x07, 0xAF, 0x07, 0xDF, 0x07,
0xAF, 0x07, 0x77, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/desk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added openbox/theme/desk_toggled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added openbox/theme/iconify.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions openbox/theme/iconify.xbm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define iconify_width 10
#define iconify_height 10
#define iconify_width 12
#define iconify_height 12
static char iconify_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
0x00, 0x00, 0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03,
0xFE, 0x03, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/iconify_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/iconify_hover.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define iconify_hover_width 12
#define iconify_hover_height 12
static char iconify_hover_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFF, 0x07, 0xFF, 0x07, 0x07, 0x07,
0xFF, 0x07, 0xFF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/iconify_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/iconify_pressed.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define iconify_pressed_width 12
#define iconify_pressed_height 12
static char iconify_pressed_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFF, 0x07, 0xFF, 0x07, 0x07, 0x07,
0xFF, 0x07, 0xFF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions openbox/theme/max.xbm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define max_width 10
#define max_height 10
#define max_width 12
#define max_height 12
static char max_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
0x00, 0x00, 0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03,
0xFE, 0x03, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max_disabled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions openbox/theme/max_disabled.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#define max_disabled_width 10
#define max_disabled_height 10
static char max_disabled_bits[] = {
0x7C, 0x00, 0xFE, 0x00, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01, 0xFF, 0x01,
0xFF, 0x01, 0xFE, 0x00, 0x7C, 0x00, 0x00, 0x00, };
Binary file added openbox/theme/max_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/max_hover.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define max_hover_width 12
#define max_hover_height 12
static char max_hover_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xDF, 0x07, 0xDF, 0x07, 0x07, 0x07,
0xDF, 0x07, 0xDF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/max_pressed.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define max_pressed_width 12
#define max_pressed_height 12
static char max_pressed_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xDF, 0x07, 0xDF, 0x07, 0x07, 0x07,
0xDF, 0x07, 0xDF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max_toggled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions openbox/theme/max_toggled.xbm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#define max_toggled_width 10
#define max_toggled_height 10
#define max_toggled_width 12
#define max_toggled_height 12
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, };
0x00, 0x00, 0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xFE, 0x03, 0xFE, 0x03,
0xFE, 0x03, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max_toggled_hover.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/max_toggled_hover.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define max_toggled_hover_width 12
#define max_toggled_hover_height 12
static char max_toggled_hover_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xDF, 0x07, 0xDF, 0x07, 0x07, 0x07,
0xDF, 0x07, 0xDF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/max_toggled_pressed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions openbox/theme/max_toggled_pressed.xbm
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#define max_toggled_pressed_width 12
#define max_toggled_pressed_height 12
static char max_toggled_pressed_bits[] = {
0xF8, 0x00, 0xFC, 0x01, 0xFE, 0x03, 0xDF, 0x07, 0xDF, 0x07, 0x07, 0x07,
0xDF, 0x07, 0xDF, 0x07, 0xFE, 0x03, 0xFC, 0x01, 0xF8, 0x00, 0x00, 0x00,
};
Binary file added openbox/theme/shade.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added openbox/theme/shade_toggled.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 11 additions & 6 deletions openbox/theme/themerc
Original file line number Diff line number Diff line change
Expand Up @@ -131,15 +131,20 @@ osd.hilight.bg.color: #5294E2
osd.unhilight.bg: flat solid
osd.unhilight.bg.color: #000000

window.active.button.toggled.unpressed.image.color: #2fa890
window.active.button.toggled.hover.image.color: #2fa890
window.inactive.button.toggled.unpressed.image.color: #2fa890
window.inactive.button.toggled.hover.image.color: #2fa890

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.iconify.pressed.image.color: #d1a531
window.active.button.max.pressed.image.color: #2a9781
window.active.button.close.pressed.image.color: #cd5159
window.active.button.shade.pressed.image.color: #4ec2e8
window.active.button.desk.pressed.image.color: #fec7cd

Expand All @@ -155,9 +160,9 @@ 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.iconify.pressed.image.color: #d1a531
window.inactive.button.max.pressed.image.color: #2a9781
window.inactive.button.close.pressed.image.color: #cd5159
window.inactive.button.shade.pressed.image.color: #4ec2e8
window.inactive.button.desk.pressed.image.color: #fec7cd

Expand Down

0 comments on commit f1165b5

Please sign in to comment.