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

6 lines
191 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/Dollar",["../Theme","./common"],function(_1,_2){
_2.Dollar=new _1({colors:["#A4CE67","#739363","#6B824A","#343434","#636563"]});
return _2.Dollar;
});