mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-23 21:06:52 +03:00
29 lines
559 B
C
29 lines
559 B
C
static char *DIRECTORY_OPEN_XPM[] = {
|
|
/* width height num_colors chars_per_pixel */
|
|
" 16 16 6 1",
|
|
/* colors */
|
|
" c None s None",
|
|
". c black",
|
|
"# c #808080",
|
|
"g c white",
|
|
"h c #c0c0c0",
|
|
"j c yellow",
|
|
/* pixels */
|
|
" ",
|
|
" ##### ",
|
|
" #ggggg# ",
|
|
" #ghjhjhg###### ",
|
|
" #gjjjjjjggggg#.",
|
|
" #gjjjjjjjjjjj#.",
|
|
"#############j#.",
|
|
"#gggggggggg#.j#.",
|
|
"#gjjjjjjjjjj.##.",
|
|
" #gjjjjjjjjj#.#.",
|
|
" #gjjjjjjjjjj.#.",
|
|
" #gjjjjjjjjj#..",
|
|
" ############..",
|
|
" .............",
|
|
" ",
|
|
" ",
|
|
};
|