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

21 lines
330 B
JavaScript

//>>built
define("dojox/charting/themes/SageToLime", ["../Theme", "./common"], function(Theme, themes){
themes.SageToLime=new Theme({
colors: [
"#abdbcb",
"#435a51",
"#70998b",
"#5f8074",
"#80ccbb",
"#539e8b",
"#78a596",
"#335f54",
"#8dd1c2",
"#68c5ad"
]
});
return themes.SageToLime;
});