You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/externals/dojo/dojox/charting/themes/SageToLime.js

21 lines
333 B
JavaScript

dojo.provide("dojox.charting.themes.SageToLime");
dojo.require("dojox.charting.Theme");
(function(){
var dxc=dojox.charting;
dxc.themes.SageToLime=new dxc.Theme({
colors: [
"#abdbcb",
"#435a51",
"#70998b",
"#5f8074",
"#80ccbb",
"#539e8b",
"#78a596",
"#335f54",
"#8dd1c2",
"#68c5ad"
]
});
})();