webui-aria2/js/libs/dojox/charting/themes/Ireland.js.uncompressed.js
2012-05-01 19:52:07 +08:00

16 lines
251 B
JavaScript

//>>built
define("dojox/charting/themes/Ireland", ["../Theme", "./common"], function(Theme, themes){
themes.Ireland=new Theme({
colors: [
"#abdbcb",
"#435a51",
"#70998b",
"#78d596",
"#5f8074"
]
});
return themes.Ireland;
});