1
1
mc/gnome/dir-open.xpm
msw 61619aac90 1998-12-11 Matt Wilson <msw@redhat.com>
* dir-open.xpm, dir-close.xpm: Away with the tacky yellow folders -
	I like these brown ones from tigert better.
1998-12-11 23:04:23 +00:00

36 строки
629 B
C

/* XPM */
static char *DIRECTORY_OPEN_XPM[] = {
/* columns rows colors chars-per-pixel */
"16 16 13 1",
" c Gray0",
". c #88806c",
"X c #8d8571",
"o c #938a75",
"O c #99907b",
"+ c #99907c",
"@ c #9a917d",
"# c #9c937f",
"$ c #9e9683",
"% c #ada694",
"& c #fffef7",
"* c Gray100",
"= c None",
/* pixels */
"================",
"========= =====",
"======= .. ====",
"= == o+%& ====",
" .. @#%&&& =",
" ..o+%&&&& OO =",
"= .$&&&& OOOO =",
"= X&&& OOOOOO =",
"= & OOOOOOOO =",
"== OOOOOOOOO ==",
"== OOOOOOO ===",
"=== OOOO =====",
"=== OO =======",
"==== =========",
"================",
"================"
};