source: Dev/trunk/src/client/dojox/charting/themes/Adobebricks.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: 232 bytes
Line 
1define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){
2        themes.Adobebricks = new SimpleTheme({
3                colors: [
4                        "#7f2518",
5                        "#3e170c",
6                        "#cc3927",
7                        "#651f0e",
8                        "#8c271c"
9                ]
10        });
11        return themes.Adobebricks;
12});
Note: See TracBrowser for help on using the repository browser.