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.

18 lines (17 loc) 300 B
define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ themes.SageToLime = new SimpleTheme({ colors: [ "#abdbcb", "#435a51", "#70998b", "#5f8074", "#80ccbb", "#539e8b", "#78a596", "#335f54", "#8dd1c2", "#68c5ad" ] }); return themes.SageToLime; });