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

14 lines
243 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/Algae", ["../Theme", "./common"], function(Theme, themes){
themes.Algae = new Theme({
colors: [
"#57808f",
"#506885",
"#4f7878",
"#558f7f",
"#508567"
]
});
return themes.Algae;
});