webui-aria2/js/libs/dojox/charting/themes/PlotKit/green.js

8 lines
270 B
JavaScript
Raw Normal View History

//>>built
define("dojox/charting/themes/PlotKit/green",["./base","../../Theme"],function(pk,_1){
pk.green=pk.base.clone();
pk.green.chart.fill=pk.green.plotarea.fill="#eff5e6";
pk.green.colors=_1.defineColors({hue:82,saturation:60,low:40,high:88});
return pk.green;
});