source: Dev/trunk/src/client/dojox/charting/themes/WatersEdge.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: 231 bytes
Line 
1define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){
2        themes.WatersEdge = new SimpleTheme({
3                colors: [
4                        "#437cc0",
5                        "#6256a5",
6                        "#4552a3",
7                        "#43c4f2",
8                        "#4b66b0"
9                ]
10        });
11        return  themes.WatersEdge;
12});
Note: See TracBrowser for help on using the repository browser.