Algae.js 233 B

123456789101112
  1. define("dojox/charting/themes/Algae", ["../Theme", "./common"], function(Theme, themes){
  2. themes.Algae = new Theme({
  3. colors: [
  4. "#57808f",
  5. "#506885",
  6. "#4f7878",
  7. "#558f7f",
  8. "#508567"
  9. ]
  10. });
  11. return themes.Algae;
  12. });