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:
349 bytes
|
Line | |
---|
1 | define(["../Theme", "./common"], function(Theme, themes){ |
---|
2 | |
---|
3 | // notes: colors generated by moving in 30 degree increments around the hue circle, |
---|
4 | // at 90% saturation, using a B value of 75 (HSB model). |
---|
5 | themes.Desert=new Theme({ |
---|
6 | colors: [ |
---|
7 | "#ffebd5", |
---|
8 | "#806544", |
---|
9 | "#fdc888", |
---|
10 | "#80766b", |
---|
11 | "#cda26e" |
---|
12 | ] |
---|
13 | }); |
---|
14 | |
---|
15 | return themes.Desert; |
---|
16 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.