webui-aria2/js/libs/dojox/charting/themes/BlueDusk.js.uncompressed.js

16 lines
253 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/BlueDusk", ["../Theme", "./common"], function(Theme, themes){
themes.BlueDusk=new Theme({
colors: [
"#292e76",
"#3e56a6",
"#10143f",
"#33449c",
"#798dcd"
]
});
return themes.BlueDusk;
});