diff options
Diffstat (limited to 'js/dojo/dojox/charting/themes/Ireland.js')
| -rw-r--r-- | js/dojo/dojox/charting/themes/Ireland.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo/dojox/charting/themes/Ireland.js b/js/dojo/dojox/charting/themes/Ireland.js new file mode 100644 index 0000000..6c2c749 --- /dev/null +++ b/js/dojo/dojox/charting/themes/Ireland.js @@ -0,0 +1,15 @@ +//>>built +define("dojox/charting/themes/Ireland", ["../Theme", "./common"], function(Theme, themes){ + + themes.Ireland=new Theme({ + colors: [ + "#abdbcb", + "#435a51", + "#70998b", + "#78d596", + "#5f8074" + ] + }); + + return themes.Ireland; +}); |
