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.

14 lines (12 loc) 228 B
define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ themes.BlueDusk = new SimpleTheme({ colors: [ "#292e76", "#3e56a6", "#10143f", "#33449c", "#798dcd" ] }); return themes.BlueDusk; });