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

6 lines
188 B
JavaScript
Raw Normal View History

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