source: Dev/trunk/src/client/dojox/charting/themes/Midwest.js @ 483

Last change on this file since 483 was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 222 bytes
Line 
1define(["../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.