diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/SageToLime.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/SageToLime.js | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/SageToLime.js b/js/dojo/dojox/charting/themes/SageToLime.js new file mode 100644 index 0000000..f295b81 --- /dev/null +++ b/js/dojo/dojox/charting/themes/SageToLime.js @@ -0,0 +1,20 @@ +//>>built +define("dojox/charting/themes/SageToLime", ["../Theme", "./common"], function(Theme, themes){ + + themes.SageToLime=new Theme({ + colors: [ + "#abdbcb", + "#435a51", + "#70998b", + "#5f8074", + "#80ccbb", + "#539e8b", + "#78a596", + "#335f54", + "#8dd1c2", + "#68c5ad" + ] + }); + + return themes.SageToLime; +}); |
