source:
Dev/trunk/src/client/dojox/charting/themes/Ireland.js
@
483
Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 224 bytes |
Line | |
---|---|
1 | define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ |
2 | themes.Ireland = new SimpleTheme({ |
3 | colors: [ |
4 | "#abdbcb", |
5 | "#435a51", |
6 | "#70998b", |
7 | "#78d596", |
8 | "#5f8074" |
9 | ] |
10 | }); |
11 | return themes.Ireland; |
12 | }); |
Note: See TracBrowser
for help on using the repository browser.