-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5707ceb
commit fcbcb0e
Showing
56 changed files
with
1,359 additions
and
1,010 deletions.
There are no files selected for viewing
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,6 +1,5 @@ | ||
/* XPM */ | ||
static char * bottom_active_xpm[] = { | ||
"1 1 2 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"."}; | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
/* XPM */ | ||
static char * bottom_inactive_xpm[] = { | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
/* XPM */ | ||
static char * bottom_left_active_xpm[] = { | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
/* XPM */ | ||
static char * bottom_left_inactive_xpm[] = { | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
/* XPM */ | ||
static char * bottom_right_active_xpm[] = { | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
This file was deleted.
Oops, something went wrong.
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 @@ | ||
/* XPM */ | ||
static char * bottom_right_inactive_xpm[] = { | ||
"1 1 1 1", | ||
" c #1D2123", | ||
" "}; |
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,32 +1,32 @@ | ||
/* XPM */ | ||
static char * close_active_xpm[] = { | ||
"20 24 5 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"+ c #000000", | ||
"@ c #3B3E3F", | ||
"# c #FFFFFF", | ||
" c #1D2123", | ||
". c #414344", | ||
"+ c #3B3E3F", | ||
"@ c #FFFFFF", | ||
"# c #25282A", | ||
" ", | ||
"....................", | ||
"++++++++++++++++++++", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@"}; | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++@@@++@@@++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++++@@@@++++++++", | ||
"++++++++@@@@++++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++@@@++@@@++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"####################"}; |
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,32 +1,32 @@ | ||
/* XPM */ | ||
static char * close_inactive_xpm[] = { | ||
"20 24 5 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"+ c #000000", | ||
"@ c #3B3E3F", | ||
"# c #BABAB3", | ||
" c #1D2123", | ||
". c #414344", | ||
"+ c #3B3E3F", | ||
"@ c #BABAB3", | ||
"# c #25282A", | ||
" ", | ||
"....................", | ||
"++++++++++++++++++++", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@"}; | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++@@@++@@@++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++++@@@@++++++++", | ||
"++++++++@@@@++++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++@@@++@@@++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"####################"}; |
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,35 +1,35 @@ | ||
/* XPM */ | ||
static char * close_prelight_xpm[] = { | ||
"20 24 8 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"+ c #000000", | ||
"@ c #3B3E3F", | ||
"# c #B4B4B4", | ||
"$ c #999999", | ||
"% c #1A1A1A", | ||
"& c #747474", | ||
" c #1D2123", | ||
". c #414344", | ||
"+ c #3B3E3F", | ||
"@ c #B4B4B4", | ||
"# c #999999", | ||
"$ c #1A1A1A", | ||
"% c #747474", | ||
"& c #25282A", | ||
" ", | ||
"....................", | ||
"++++++++++++++++++++", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@$$#@@#$$@@@@@@", | ||
"@@@@@@%$$##$$%@@@@@@", | ||
"@@@@@@@%$$$$%@@@@@@@", | ||
"@@@@@@@@&$$&@@@@@@@@", | ||
"@@@@@@@#$$$$#@@@@@@@", | ||
"@@@@@@#$$%%$$#@@@@@@", | ||
"@@@@@@$$%@@%$$@@@@@@", | ||
"@@@@@@%%@@@@%%@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@"}; | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++##@++@##++++++", | ||
"++++++$##@@##$++++++", | ||
"+++++++$####$+++++++", | ||
"++++++++%##%++++++++", | ||
"+++++++@####@+++++++", | ||
"++++++@##$$##@++++++", | ||
"++++++##$++$##++++++", | ||
"++++++$$++++$$++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"&&&&&&&&&&&&&&&&&&&&"}; |
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,32 +1,32 @@ | ||
/* XPM */ | ||
static char * close_pressed_xpm[] = { | ||
"20 24 5 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"+ c #000000", | ||
"@ c #3B3E3F", | ||
"# c #19B1A2", | ||
" c #1D2123", | ||
". c #414344", | ||
"+ c #3B3E3F", | ||
"@ c #19B1A2", | ||
"# c #25282A", | ||
" ", | ||
"....................", | ||
"++++++++++++++++++++", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@@####@@@@@@@@", | ||
"@@@@@@@######@@@@@@@", | ||
"@@@@@@###@@###@@@@@@", | ||
"@@@@@@##@@@@##@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@"}; | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++@@@++@@@++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++++@@@@++++++++", | ||
"++++++++@@@@++++++++", | ||
"+++++++@@@@@@+++++++", | ||
"++++++@@@++@@@++++++", | ||
"++++++@@++++@@++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"####################"}; |
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,32 +1,32 @@ | ||
/* XPM */ | ||
static char * hide_active_xpm[] = { | ||
"20 24 5 1", | ||
" c None", | ||
". c #6C6C6C", | ||
"+ c #000000", | ||
"@ c #3B3E3F", | ||
"# c #FFFFFF", | ||
" c #1D2123", | ||
". c #414344", | ||
"+ c #3B3E3F", | ||
"@ c #FFFFFF", | ||
"# c #25282A", | ||
" ", | ||
"....................", | ||
"++++++++++++++++++++", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@########@@@@@@", | ||
"@@@@@@########@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@", | ||
"@@@@@@@@@@@@@@@@@@@@"}; | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++@@@@@@@@++++++", | ||
"++++++@@@@@@@@++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"++++++++++++++++++++", | ||
"####################"}; |
Oops, something went wrong.