diff options
author | Louise Crow <louise.crow@gmail.com> | 2011-03-28 15:18:21 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2011-03-28 15:18:21 +0100 |
commit | 73ae7435e0aaa83518d51f390e4f99778df85b4f (patch) | |
tree | 5de39cdb844ca8e8d237f4def0f35586d7b2042b /vendor/gems/json-1.5.1/lib/json/Numeric.xpm | |
parent | 6e36729b44673a0e77f03e100d094ebf020e8e32 (diff) | |
parent | 22c25e42847d41924d43d31f3ef67be1ae4a155e (diff) |
Merge branch 'master' of git@github.com:sebbacon/alaveteli
Diffstat (limited to 'vendor/gems/json-1.5.1/lib/json/Numeric.xpm')
-rw-r--r-- | vendor/gems/json-1.5.1/lib/json/Numeric.xpm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/vendor/gems/json-1.5.1/lib/json/Numeric.xpm b/vendor/gems/json-1.5.1/lib/json/Numeric.xpm new file mode 100644 index 000000000..e071e2ee9 --- /dev/null +++ b/vendor/gems/json-1.5.1/lib/json/Numeric.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char * Numeric_xpm[] = { +"16 16 9 1", +" c None", +". c #FF0000", +"+ c #0000FF", +"@ c #0023DB", +"# c #00EA14", +"$ c #00FF00", +"% c #004FAF", +"& c #0028D6", +"* c #00F20C", +" ", +" ", +" ", +" ... +++@#$$$$ ", +" .+ %& $$ ", +" . + $ ", +" . + $$ ", +" . ++$$$$ ", +" . + $$ ", +" . + $ ", +" . + $ ", +" . + $ $$ ", +" .....++++*$$ ", +" ", +" ", +" "}; |