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.
27 lines
551 B
27 lines
551 B
/* XPM */
|
|
static char * time_raw_xpm[] = {
|
|
"19 19 4 1",
|
|
" c None",
|
|
". c #7A7A7A",
|
|
"+ c #000000",
|
|
"@ c #A0A0A0",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" .+ @++++++@ +@ ",
|
|
" +. +@ ",
|
|
" ",
|
|
" .+ .+++ +++++@ ",
|
|
" +. +@ ",
|
|
" ",
|
|
" .+ .++++ +@ +@ ",
|
|
" +. +@ ",
|
|
" ",
|
|
" .+ .+++ +++++@ ",
|
|
" +. +@ ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" "};
|