diff options
author | lassulus <lassulus@lassul.us> | 2017-07-23 10:22:35 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2017-07-23 10:22:35 +0200 |
commit | 65c2680f24b3200d78e4c2d23da832dde141bfe5 (patch) | |
tree | 3d6854a87da32fb573cfc3faf012808cddc8ef3c /tv/5pkgs/simple/viljetic-pages/logo.xpm | |
parent | 241b943c3216073023b312b1a1297dc66dceb7af (diff) | |
parent | ccc7601a0e95d8adccf3a4a7db837aa9f1b3b3a6 (diff) |
Merge remote-tracking branch 'ni/master'
Diffstat (limited to 'tv/5pkgs/simple/viljetic-pages/logo.xpm')
-rw-r--r-- | tv/5pkgs/simple/viljetic-pages/logo.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tv/5pkgs/simple/viljetic-pages/logo.xpm b/tv/5pkgs/simple/viljetic-pages/logo.xpm new file mode 100644 index 000000000..bb263dad9 --- /dev/null +++ b/tv/5pkgs/simple/viljetic-pages/logo.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char *meh[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1 ", +" c black", +". c None", +/* pixels */ +"................", +". ...... .", +". .. ...... .. .", +". .. ...... .. .", +". ...... .", +"................", +". . . .", +". .. . .. . .", +". .. . .. . .", +". . . .", +"................", +"...... . .", +"...... . .", +"...... . .", +"...... . .", +"................" +}; |