source:
Dev/trunk/src/client/dojox/charting/themes/Adobebricks.js
Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago | |
---|---|
File size: 232 bytes |
Rev | Line | |
---|---|---|
[483] | 1 | define(["../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.