Last change
on this file since 256 was
256,
checked in by hendrikvanantwerpen, 13 years ago
|
Reworked project structure based on REST interaction and Dojo library. As
soon as this is stable, the old jQueryUI branch can be removed (it's
kept for reference).
|
File size:
218 bytes
|
Line | |
---|
1 | define(["../Theme", "./common"], function(Theme, themes){ |
---|
2 | |
---|
3 | themes.RoyalPurples=new Theme({ |
---|
4 | colors: [ |
---|
5 | "#473980", |
---|
6 | "#685aa7", |
---|
7 | "#7970b3", |
---|
8 | "#231c3f", |
---|
9 | "#7267ae" |
---|
10 | ] |
---|
11 | }); |
---|
12 | |
---|
13 | return themes.RoyalPurples; |
---|
14 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.