source:
Dev/trunk/src/client/dojox/charting/themes/Midwest.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 222 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ |
2 | themes.Midwest=new SimpleTheme({ | |
3 | colors: [ | |
4 | "#927b51", | |
5 | "#a89166", | |
6 | "#80c31c", | |
7 | "#bcdd5a", | |
8 | "#aebc21" | |
9 | ] | |
10 | }); | |
11 | return themes.Midwest; | |
12 | }); |
Note: See TracBrowser
for help on using the repository browser.