Midwest.js 241 B

1234567891011121314
  1. define("dojox/charting/themes/Midwest", ["../Theme", "./common"], function(Theme, themes){
  2. themes.Midwest=new Theme({
  3. colors: [
  4. "#927b51",
  5. "#a89166",
  6. "#80c31c",
  7. "#bcdd5a",
  8. "#aebc21"
  9. ]
  10. });
  11. return themes.Midwest;
  12. });