-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make openbox theme more like gtk theme
- Loading branch information
1 parent
6e8a2d2
commit f1165b5
Showing
33 changed files
with
89 additions
and
22 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, }; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, }; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
}; |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters