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:
362 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.IndigoNation=new Theme({ |
---|
6 | colors: [ |
---|
7 | "#93a4d0", |
---|
8 | "#3b4152", |
---|
9 | "#687291", |
---|
10 | "#9faed9", |
---|
11 | "#8290b8" |
---|
12 | ] |
---|
13 | }); |
---|
14 | |
---|
15 | return themes.IndigoNation; |
---|
16 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.