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:
202 bytes
|
Line | |
---|
1 | define(["../Theme", "./common"], function(Theme, themes){ |
---|
2 | themes.Algae = new Theme({ |
---|
3 | colors: [ |
---|
4 | "#57808f", |
---|
5 | "#506885", |
---|
6 | "#4f7878", |
---|
7 | "#558f7f", |
---|
8 | "#508567" |
---|
9 | ] |
---|
10 | }); |
---|
11 | return themes.Algae; |
---|
12 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.