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:
586 bytes
|
Line | |
---|
1 | define(["../Theme", "./common"], function(Theme, themes){ |
---|
2 | |
---|
3 | themes.Harmony=new Theme({ |
---|
4 | colors: [ |
---|
5 | "#497c91", |
---|
6 | "#59a0bd", |
---|
7 | "#9dc7d9", |
---|
8 | "#c7e0e9", |
---|
9 | "#7b78a4", |
---|
10 | "#8d88c7", |
---|
11 | "#ada9d6", |
---|
12 | "#c9c6e4", |
---|
13 | "#768b4e", |
---|
14 | "#677e13", |
---|
15 | "#a8c179", |
---|
16 | "#c0d0a0", |
---|
17 | "#b7b35c", |
---|
18 | "#e8e667", |
---|
19 | "#eeea99", |
---|
20 | "#f0eebb", |
---|
21 | "#b39c53", |
---|
22 | "#e9c756", |
---|
23 | "#ebcf81", |
---|
24 | "#efdeb0", |
---|
25 | "#956649", |
---|
26 | "#b17044", |
---|
27 | "#c28b69", |
---|
28 | "#cfb09b", |
---|
29 | "#815454", |
---|
30 | "#a05a5a", |
---|
31 | "#c99999", |
---|
32 | "#ddc0c0", |
---|
33 | "#868686", |
---|
34 | "#a5a5a5", |
---|
35 | "#bebebe", |
---|
36 | "#d8d8d8" |
---|
37 | ] |
---|
38 | }); |
---|
39 | |
---|
40 | return themes.Harmony; |
---|
41 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.