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

6 lines
188 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/Minty",["../Theme","./common"],function(_1,_2){
_2.Minty=new _1({colors:["#80ccbb","#539e8b","#335f54","#8dd1c2","#68c5ad"]});
return _2.Minty;
});