diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/Algae.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/Algae.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/Algae.js b/js/dojo/dojox/charting/themes/Algae.js new file mode 100644 index 0000000..68bd6bf --- /dev/null +++ b/js/dojo/dojox/charting/themes/Algae.js @@ -0,0 +1,13 @@ +//>>built +define("dojox/charting/themes/Algae", ["../Theme", "./common"], function(Theme, themes){ + themes.Algae = new Theme({ + colors: [ + "#57808f", + "#506885", + "#4f7878", + "#558f7f", + "#508567" + ] + }); + return themes.Algae; +}); |
