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:
284 bytes
|
Line | |
---|
1 | define(["../Theme", "./common"], function(Theme, themes){ |
---|
2 | |
---|
3 | themes.SageToLime=new Theme({ |
---|
4 | colors: [ |
---|
5 | "#abdbcb", |
---|
6 | "#435a51", |
---|
7 | "#70998b", |
---|
8 | "#5f8074", |
---|
9 | "#80ccbb", |
---|
10 | "#539e8b", |
---|
11 | "#78a596", |
---|
12 | "#335f54", |
---|
13 | "#8dd1c2", |
---|
14 | "#68c5ad" |
---|
15 | ] |
---|
16 | }); |
---|
17 | |
---|
18 | return themes.SageToLime; |
---|
19 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.