webui-aria2/js/libs/dojox/charting/themes/PlotKit/red.js.uncompressed.js

9 lines
288 B
JavaScript
Raw Normal View History

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