bitmaps/small_folder_yellow.xpm
author Patrik Svestka <patrik.svestka@gmail.com>
Thu, 09 Jun 2022 08:59:11 +0200
branchjv
changeset 19639 03574c4eff56
parent 2563 1367d7f1b0a8
permissions -rw-r--r--
Replacing obsolete method with newer version Fixes an error from settings/tools/editor/code edit2

/* XPM */
static char *small_folder_yellow_xpm[] = {
/* width height ncolors chars_per_pixel */
"20 16 6 1",
/* colors */
"a c black",
"b c #c0c0c0",
"c c #808080",
"d c yellow",
"e c white",
". c none",
/* pixels */
"....................",
"....................",
"....ccccc...........",
"...cbdbdbc..........",
"..cbdbdbdbcccccc....",
"..ceeeeeeeeeeeeca...",
"..cedbdbdbdbdbdca...",
"..cebdbdbdbdbdbca...",
"..cedbdbdbdbdbdca...",
"..cebdbdbdbdbdbca...",
"..cedbdbdbdbdbdca...",
"..cebdbdbdbdbdbca...",
"..cedbdbdbdbdbdca...",
"..cccccccccccccca...",
"...aaaaaaaaaaaaaa...",
"....................",
};