UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

13 lines (12 loc) 220 B
define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ themes.Algae = new SimpleTheme({ colors: [ "#57808f", "#506885", "#4f7878", "#558f7f", "#508567" ] }); return themes.Algae; });