diff options
Diffstat (limited to 'app/fvwm/icons/jball.xpm')
-rw-r--r-- | app/fvwm/icons/jball.xpm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/app/fvwm/icons/jball.xpm b/app/fvwm/icons/jball.xpm new file mode 100644 index 000000000..2556e3dae --- /dev/null +++ b/app/fvwm/icons/jball.xpm @@ -0,0 +1,29 @@ +/* XPM */ +static char * jbullet_xpm[] = { +/* width height num_colors chars_per_pixel */ +"16 16 7 1", +/* colors */ +" s None c None", +". c black", +"X c gray70", +"o c gray55", +"O c gray85", +"+ c gray45", +"@ c gray30", +/* pixels */ +" ", +" ", +" ", +" ", +" .... ", +" .Xoo.. ", +" .XOX...+ ", +" .OX...@+ ", +" .o....@+ ", +" .....@++ ", +" ..@@++ ", +" ++++ ", +" ", +" ", +" ", +" "}; |