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.
26 lines
568 B
26 lines
568 B
/* XPM */ |
|
static char *pub_key_red[] = { |
|
/* width height num_colors chars_per_pixel */ |
|
" 20 14 5 1", |
|
/* colors */ |
|
" s none c none", |
|
"# c #f80000", |
|
"a c #f8bcb8", |
|
"b c #980c18", |
|
"c c #c00c18", |
|
/* pixels */ |
|
" ", |
|
" ", |
|
" ", |
|
" #### ", |
|
" #abb## ", |
|
" #b bb########## ", |
|
" #b bbbbbbbbbbbb ", |
|
" #b bbbbbbbcccbb ", |
|
" #bbbbb c# b# ", |
|
" bbbb c# b# ", |
|
" c# b# ", |
|
" ", |
|
" ", |
|
" " |
|
};
|
|
|