New address book icons.

This commit is contained in:
Match Grun 2001-09-01 23:38:46 +00:00
parent d347e9ea26
commit 02364135b2
3 changed files with 70 additions and 0 deletions

23
src/pixmaps/address.xpm Normal file
View file

@ -0,0 +1,23 @@
/* XPM */
static char * address_xpm[] = {
"16 16 4 1",
" c None",
". c #071FF9",
"+ c #FFFFFF",
"@ c #000000",
" ",
" ",
" ...............",
" .+++.+++++.+++.",
" .++...+++...++.",
" .+++++++++++++.",
" .+++++++++++++.",
" .+++@+@@@@+@@+.",
" .+++++++++++++.",
" .+++@@+@+@@@@+.",
" .+++++++++++++.",
" .+++@@+@@@+@@+.",
" .+++++++++++++.",
" ...............",
" ",
" "};

23
src/pixmaps/book.xpm Normal file
View file

@ -0,0 +1,23 @@
/* XPM */
static char * book_xpm[] = {
"16 16 4 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #BE22A6",
" ",
" ... ... ",
" .+++. .+++. ",
" .+++++. .+++++.",
" .++++++.++++++.",
" .++.+++.+++.++.",
" .++++.+.+.++++.",
" .++++++.+++.++.",
" .++.+++.+.++++.",
" .++++.+.+++.++.",
" .++++++.+.++++.",
" .++++++.++++++.",
" .+...++.++...+.",
" ..@@@.+.+.@@@..",
" .@ @...@ @.",
" @ @.@ @"};

24
src/pixmaps/interface.xpm Normal file
View file

@ -0,0 +1,24 @@
/* XPM */
static char * interface_xpm[] = {
"16 16 5 1",
" c None",
". c #B6B6B6",
"+ c #000000",
"@ c #726B6B",
"# c #FEF925",
" . ",
" + @@",
" + @ ",
" + @ ",
" + +++++ @ ",
" + +#.#.+ @ ",
" + ++++.#.#.+ @ ",
" + +#.#.#+ @ ",
" + +.#.#.+@ ",
" + +#.#.#+ ",
" + ++++.#.#.+ ",
" + +#.#.+ ",
" + +++++ ",
" + ",
" + ",
" "};