summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/charting/themes/Algae.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/charting/themes/Algae.js')
-rw-r--r--js/dojo-1.7.2/dojox/charting/themes/Algae.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/charting/themes/Algae.js b/js/dojo-1.7.2/dojox/charting/themes/Algae.js
new file mode 100644
index 0000000..68bd6bf
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/charting/themes/Algae.js
@@ -0,0 +1,13 @@
+//>>built
+define("dojox/charting/themes/Algae", ["../Theme", "./common"], function(Theme, themes){
+ themes.Algae = new Theme({
+ colors: [
+ "#57808f",
+ "#506885",
+ "#4f7878",
+ "#558f7f",
+ "#508567"
+ ]
+ });
+ return themes.Algae;
+});