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

14 lines
256 B
JavaScript

//>>built
define("dojox/charting/themes/Bahamation", ["../Theme", "./common"], function(Theme, themes){
themes.Bahamation=new Theme({
colors: [
"#3f9998",
"#3fc0c3",
"#70c058",
"#ef446f",
"#c663a6"
]
});
return themes.Bahamation;
});