mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 06:52:32 +02:00
26 lines
426 B
C
26 lines
426 B
C
/* XPM */
|
|
static char * dbgriduncheckedcb[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"13 13 6 1",
|
|
" c none",
|
|
". c #808080",
|
|
"+ c #ffffff",
|
|
"@ c #404040",
|
|
"# c #d4d0c8",
|
|
"$ c #000000",
|
|
/* pixels */
|
|
"............+",
|
|
".@@@@@@@@@@#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".@+++++++++#+",
|
|
".###########+",
|
|
"+++++++++++++"
|
|
);
|