webui-aria2/js/libs/dojox/charting/themes/Minty.js.uncompressed.js
2012-05-01 19:52:07 +08:00

16 lines
245 B
JavaScript

//>>built
define("dojox/charting/themes/Minty", ["../Theme", "./common"], function(Theme, themes){
themes.Minty=new Theme({
colors: [
"#80ccbb",
"#539e8b",
"#335f54",
"#8dd1c2",
"#68c5ad"
]
});
return themes.Minty;
});