diff options
Diffstat (limited to 'js/dojo-1.7.2/dojox/charting/themes/BlueDusk.js')
| -rw-r--r-- | js/dojo-1.7.2/dojox/charting/themes/BlueDusk.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/charting/themes/BlueDusk.js b/js/dojo-1.7.2/dojox/charting/themes/BlueDusk.js new file mode 100644 index 0000000..71b8e7f --- /dev/null +++ b/js/dojo-1.7.2/dojox/charting/themes/BlueDusk.js @@ -0,0 +1,15 @@ +//>>built +define("dojox/charting/themes/BlueDusk", ["../Theme", "./common"], function(Theme, themes){ + + themes.BlueDusk=new Theme({ + colors: [ + "#292e76", + "#3e56a6", + "#10143f", + "#33449c", + "#798dcd" + ] + }); + + return themes.BlueDusk; +}); |
