source: Dev/trunk/src/client/dojox/charting/themes/Bahamation.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: 230 bytes
Line 
1define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){
2        themes.Bahamation = new SimpleTheme({
3                colors: [
4                        "#3f9998",
5                        "#3fc0c3",
6                        "#70c058",
7                        "#ef446f",
8                        "#c663a6"
9                ]
10        });
11        return themes.Bahamation;
12});
Note: See TracBrowser for help on using the repository browser.