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

8 lines
265 B
JavaScript
Raw Normal View History

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