Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@googlemail.com>2014-05-22 09:38:55 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-05-22 09:38:55 +0400
commitd6938ba95d4fceca72dca9d6904e6a723b729529 (patch)
tree0840f417d0b9fdcdd4b04ff2cad6318ffcab3151 /plugins/ExampleTheme
parentc15da162659603c69e66b49b8c3ba2ea5d1f6ef7 (diff)
updated example theme
Diffstat (limited to 'plugins/ExampleTheme')
-rw-r--r--plugins/ExampleTheme/stylesheets/_colors.less29
-rw-r--r--plugins/ExampleTheme/stylesheets/theme.less4
2 files changed, 33 insertions, 0 deletions
diff --git a/plugins/ExampleTheme/stylesheets/_colors.less b/plugins/ExampleTheme/stylesheets/_colors.less
new file mode 100644
index 0000000000..8d9bb7ea6b
--- /dev/null
+++ b/plugins/ExampleTheme/stylesheets/_colors.less
@@ -0,0 +1,29 @@
+/*
+@theme-color-brand: #d4291f;
+@theme-color-brand-contrast: #ffffff;
+@theme-color-text: #0d0d0d;
+@theme-color-text-light: #444444;
+@theme-color-text-lighter: #666666;
+@theme-color-link: #1e93d1;
+@theme-color-background-base: #fff;
+@theme-color-background-tinyContrast: #f2f2f2;
+@theme-color-background-lowContrast: #cccccc;
+@theme-color-background-contrast: #5F5A60;
+@theme-color-background-highContrast: #202020;
+@theme-color-base-series: #ee3024;
+
+@graph-colors-data-series1: #d4291f;
+@graph-colors-data-series2: #1f78b4;
+@graph-colors-data-series3: #ff7f00;
+@graph-colors-data-series4: #33a02c;
+@graph-colors-data-series5: #6a3d9a;
+@graph-colors-data-series6: #b15928;
+@graph-colors-data-series7: #fdbf6f;
+@graph-colors-data-series8: #cab2d6;
+
+@theme-color-menu-contrast-text: #666666;
+@theme-color-menu-contrast-textActive: #0d0d0d;
+@theme-color-menu-contrast-background: #f2f2f2;
+@theme-color-widget-title-text: #0d0d0d;
+@theme-color-widget-title-background: #f2f2f2;
+*/ \ No newline at end of file
diff --git a/plugins/ExampleTheme/stylesheets/theme.less b/plugins/ExampleTheme/stylesheets/theme.less
index e69de29bb2..e55b60d4c5 100644
--- a/plugins/ExampleTheme/stylesheets/theme.less
+++ b/plugins/ExampleTheme/stylesheets/theme.less
@@ -0,0 +1,4 @@
+@import "_colors.less";
+
+@theme-fontFamily-base: Verdana, sans-serif;
+