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

16 lines
251 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/Midwest", ["../Theme", "./common"], function(Theme, themes){
themes.Midwest=new Theme({
colors: [
"#927b51",
"#a89166",
"#80c31c",
"#bcdd5a",
"#aebc21"
]
});
return themes.Midwest;
});