You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
597 B
30 lines
597 B
/* XPM */
|
|
static char * time_real_xpm[] = {
|
|
"19 19 7 1",
|
|
" c None",
|
|
". c #7A7A7A",
|
|
"+ c #6B6B6B",
|
|
"@ c #2A2A2A",
|
|
"# c #000000",
|
|
"$ c #454545",
|
|
"% c #ABABAB",
|
|
" ",
|
|
" ",
|
|
" .+++. @. ",
|
|
" .+######. .@. ",
|
|
" .$@+++++@#. .@ ",
|
|
" .$++% %+%#. ",
|
|
" $@+ +@# ",
|
|
" .#+% %+#. ",
|
|
" +#% %#+ ",
|
|
" +#%.###. %#+ ",
|
|
" +#% # %#+ ",
|
|
" .#+% # +#. ",
|
|
" #@% # %@+ ",
|
|
" .#+%% . %+#. ",
|
|
" .#@+%%%+##+ ",
|
|
" .@#####+. ",
|
|
" .@$+. ",
|
|
" ",
|
|
" "};
|