
2000-10-02 Chris Toshok <toshok@helixcode.com> * tree-unexpanded.xpm: flip black and gray, the way i intended them to be. * tree-expanded.xpm: same. svn path=/trunk/; revision=5665
24 lines
446 B
C
24 lines
446 B
C
/* XPM */
|
|
static char * tree_unexpanded_xpm[] = {
|
|
"16 16 4 1",
|
|
" c None",
|
|
". c #FFFFFF",
|
|
"* c #000000",
|
|
"+ c #666666",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" +++++++++ ",
|
|
" +.......+ ",
|
|
" +...*...+ ",
|
|
" +...*...+ ",
|
|
" +.*****.+ ",
|
|
" +...*...+ ",
|
|
" +...*...+ ",
|
|
" +.......+ ",
|
|
" +++++++++ ",
|
|
" ",
|
|
" ",
|
|
" "};
|