Rev | Line | |
---|
[483] | 1 | define(["../SimpleTheme", "./common"], function(SimpleTheme, themes){ |
---|
| 2 | themes.Distinctive = new SimpleTheme({ |
---|
| 3 | colors: [ |
---|
| 4 | "#497c91", |
---|
| 5 | "#ada9d6", |
---|
| 6 | "#768b4e", |
---|
| 7 | "#eeea99", |
---|
| 8 | "#b39c53", |
---|
| 9 | "#c28b69", |
---|
| 10 | "#815454", |
---|
| 11 | "#bebebe", |
---|
| 12 | "#59a0bd", |
---|
| 13 | "#c9c6e4", |
---|
| 14 | "#677e13", |
---|
| 15 | "#f0eebb", |
---|
| 16 | "#e9c756", |
---|
| 17 | "#cfb09b", |
---|
| 18 | "#a05a5a", |
---|
| 19 | "#d8d8d8", |
---|
| 20 | "#9dc7d9", |
---|
| 21 | "#7b78a4", |
---|
| 22 | "#a8c179", |
---|
| 23 | "#b7b35c", |
---|
| 24 | "#ebcf81", |
---|
| 25 | "#956649", |
---|
| 26 | "#c99999", |
---|
| 27 | "#868686", |
---|
| 28 | "#c7e0e9", |
---|
| 29 | "#8d88c7", |
---|
| 30 | "#c0d0a0", |
---|
| 31 | "#e8e667", |
---|
| 32 | "#efdeb0", |
---|
| 33 | "#b17044", |
---|
| 34 | "#ddc0c0", |
---|
| 35 | "#a5a5a5" |
---|
| 36 | |
---|
| 37 | ] |
---|
| 38 | }); |
---|
| 39 | return themes.Distinctive; |
---|
| 40 | }); |
---|
Note: See
TracBrowser
for help on using the repository browser.