diff options
author | tv <tv@iiso> | 2011-11-13 15:52:05 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-13 15:52:05 +0100 |
commit | 5b5fb91811337a13fdfaa4b5d744a60873af4b62 (patch) | |
tree | fc4baceec861cf235813c7f562b129e4a8a5dfbd | |
parent | 61dba025637b9f26243311afdcc96cad1bb934d2 (diff) |
//cholerab krebs-v2.xpm: initial commit
-rw-r--r-- | cholerab/bling/krebs-v2.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/cholerab/bling/krebs-v2.xpm b/cholerab/bling/krebs-v2.xpm new file mode 100644 index 00000000..cc411095 --- /dev/null +++ b/cholerab/bling/krebs-v2.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char *krebs_v2[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1 ", +" c None", +"x c #E4002B", +/* pixels */ +" ", +" ", +" x x x x", +"xx x xx xx xx x", +"xx x xx xx xx x", +" xxx x x xxx", +" xxx xxxxx xxx", +" x xxxxxxx x ", +" xxxxxxxxxxxxx ", +" xxxxxxx ", +" xxxxxxxxxxx ", +" x xxx x ", +" x x x x x x ", +" x x x x x x ", +" x xx x x xx x ", +" ", +}; |