diff options
Diffstat (limited to 'muse2/xpm')
-rw-r--r-- | muse2/xpm/bluedot12x12.xpm | 17 | ||||
-rw-r--r-- | muse2/xpm/graydot.xpm | 40 | ||||
-rw-r--r-- | muse2/xpm/graydot12x12.xpm | 17 | ||||
-rw-r--r-- | muse2/xpm/greendot12x12.xpm | 17 | ||||
-rw-r--r-- | muse2/xpm/orangedot12x12.xpm | 17 |
5 files changed, 88 insertions, 20 deletions
diff --git a/muse2/xpm/bluedot12x12.xpm b/muse2/xpm/bluedot12x12.xpm new file mode 100644 index 00000000..cb8555b9 --- /dev/null +++ b/muse2/xpm/bluedot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * bluedot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #009AFF", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; diff --git a/muse2/xpm/graydot.xpm b/muse2/xpm/graydot.xpm index daab6980..84b65bf1 100644 --- a/muse2/xpm/graydot.xpm +++ b/muse2/xpm/graydot.xpm @@ -1,21 +1,21 @@ /* XPM */ -static const char *graydot_xpm[] = { -/* width height num_colors chars_per_pixel */ -" 12 12 2 1", -/* colors */ -". c none", -"# c #aaaaaa", -/* pixels */ -"............", -".....##.....", -"....####....", -"...######...", -"..########..", -"..########..", -"..########..", -"...######...", -"....####....", -".....##.....", -"............", -"............" -}; +static const char * graydot_xpm[] = { +"12 16 2 1", +" c None", +". c #AAAAAA", +" ", +" ", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" ", +" ", +" "}; diff --git a/muse2/xpm/graydot12x12.xpm b/muse2/xpm/graydot12x12.xpm new file mode 100644 index 00000000..f6a8cece --- /dev/null +++ b/muse2/xpm/graydot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * graydot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #AAAAAA", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; diff --git a/muse2/xpm/greendot12x12.xpm b/muse2/xpm/greendot12x12.xpm new file mode 100644 index 00000000..113faae7 --- /dev/null +++ b/muse2/xpm/greendot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * greendot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #00FF00", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; diff --git a/muse2/xpm/orangedot12x12.xpm b/muse2/xpm/orangedot12x12.xpm new file mode 100644 index 00000000..eff0643d --- /dev/null +++ b/muse2/xpm/orangedot12x12.xpm @@ -0,0 +1,17 @@ +/* XPM */ +static const char * orangedot12x12_xpm[] = { +"12 12 2 1", +" c None", +". c #FFBA00", +" ", +" .. ", +" .... ", +" ...... ", +" ........ ", +" ........ ", +" ........ ", +" ...... ", +" .... ", +" .. ", +" ", +" "}; |