summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/charting/themes/SageToLime.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/charting/themes/SageToLime.js')
-rw-r--r--js/dojo-1.7.2/dojox/charting/themes/SageToLime.js20
1 files changed, 20 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/charting/themes/SageToLime.js b/js/dojo-1.7.2/dojox/charting/themes/SageToLime.js
new file mode 100644
index 0000000..f295b81
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/charting/themes/SageToLime.js
@@ -0,0 +1,20 @@
+//>>built
+define("dojox/charting/themes/SageToLime", ["../Theme", "./common"], function(Theme, themes){
+
+ themes.SageToLime=new Theme({
+ colors: [
+ "#abdbcb",
+ "#435a51",
+ "#70998b",
+ "#5f8074",
+ "#80ccbb",
+ "#539e8b",
+ "#78a596",
+ "#335f54",
+ "#8dd1c2",
+ "#68c5ad"
+ ]
+ });
+
+ return themes.SageToLime;
+});