61619aac90
* dir-open.xpm, dir-close.xpm: Away with the tacky yellow folders - I like these brown ones from tigert better.
29 строки
524 B
C
29 строки
524 B
C
/* XPM */
|
|
static char *DIRECTORY_CLOSE_XPM[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 16 6 1",
|
|
" c Gray0",
|
|
". c #635d4f",
|
|
"X c #88806c",
|
|
"o c #99907b",
|
|
"O c Gray100",
|
|
"+ c None",
|
|
/* pixels */
|
|
"++++++++++++++++",
|
|
"+++++++++ +++++",
|
|
"+++++++ XX +++",
|
|
"+ ++ XX. +++",
|
|
" XX XX. ooo ++",
|
|
" XXXX. ooooo ++",
|
|
"+ X. oooooooo +",
|
|
"+ oooooooooo +",
|
|
"++ oooooooooo +",
|
|
"++ oooooooo +",
|
|
"+++ oooooo +++",
|
|
"+++ ooo +++++",
|
|
"++++ o +++++++",
|
|
"+++++ +++++++++",
|
|
"++++++++++++++++",
|
|
"++++++++++++++++"
|
|
};
|