mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-28 08:42:55 +02:00
27 lines
553 B
C
27 lines
553 B
C
/* XPM */
|
|
static char * tidletimer_xpm[] = {
|
|
"19 19 4 1",
|
|
" c None",
|
|
". c #000000",
|
|
"+ c #AD9226",
|
|
"@ c #D2D2D2",
|
|
" ..... ",
|
|
" ..+++++.. ",
|
|
" .++@@@@@++. ",
|
|
" .+@@@@+@@@@+. ",
|
|
" .+@@+@@+.@+@@+. ",
|
|
" .+@@@@@@+.@@@@@+. ",
|
|
" .+@+@@@@+.@@@+@+. ",
|
|
".+@@@@@@@+.@@@@@@+.",
|
|
".+@@@@@@@+.@@@@@@+.",
|
|
".+@+@@@@@++++@@+@+.",
|
|
".+@@@@@@@@....@@@+.",
|
|
".+@@@@@@@@@@@@@@@+.",
|
|
" .+@+@@@@@@@@@+@+. ",
|
|
" .+@@@@@@@@@@@@@+. ",
|
|
" .+@@+@@@@@+@@+. ",
|
|
" .+@@@@+@@@@+. ",
|
|
" .++@@@@@++. ",
|
|
" ..+++++.. ",
|
|
" ..... "};
|