mirror of
https://github.com/wizbright/waybox.git
synced 2026-04-08 08:21:11 -04:00
renders some blackbox themes
This commit is contained in:
parent
93811898f0
commit
dbd2a51b42
168 changed files with 16082 additions and 2 deletions
19
styles/carp/pixmaps/blank.xpm
Normal file
19
styles/carp/pixmaps/blank.xpm
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/* XPM */
|
||||
static char * blank_xpm[] = {
|
||||
"15 15 1 1",
|
||||
" c #313131",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
20
styles/carp/pixmaps/close.xpm
Normal file
20
styles/carp/pixmaps/close.xpm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* XPM */
|
||||
static char * close_xpm[] = {
|
||||
"15 15 2 1",
|
||||
" c #313131",
|
||||
". c #F1F1F1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" .. .. ",
|
||||
" ... ... ",
|
||||
" ..... ",
|
||||
" ... ",
|
||||
" ..... ",
|
||||
" ... ... ",
|
||||
" .. .. ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
20
styles/carp/pixmaps/max.xpm
Normal file
20
styles/carp/pixmaps/max.xpm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* XPM */
|
||||
static char * max_xpm[] = {
|
||||
"15 15 2 1",
|
||||
" c #313131",
|
||||
". c #F1F1F1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" . . ",
|
||||
" ....... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
20
styles/carp/pixmaps/min.xpm
Normal file
20
styles/carp/pixmaps/min.xpm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* XPM */
|
||||
static char * min_xpm[] = {
|
||||
"15 15 2 1",
|
||||
" c #313131",
|
||||
". c #F1F1F1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ....... ",
|
||||
" ....... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
20
styles/carp/pixmaps/shade.xpm
Normal file
20
styles/carp/pixmaps/shade.xpm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* XPM */
|
||||
static char * shade_xpm[] = {
|
||||
"15 15 2 1",
|
||||
" c #313131",
|
||||
". c #F1F1F1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
20
styles/carp/pixmaps/unshade.xpm
Normal file
20
styles/carp/pixmaps/unshade.xpm
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/* XPM */
|
||||
static char * unshade_xpm[] = {
|
||||
"15 15 2 1",
|
||||
" c #313131",
|
||||
". c #F1F1F1",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" . ",
|
||||
" ... ",
|
||||
" . ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Loading…
Add table
Add a link
Reference in a new issue