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:
Diffstat (limited to 'plugins/FCBTheme/stylesheets/_colors.less')
-rw-r--r--plugins/FCBTheme/stylesheets/_colors.less28
1 files changed, 28 insertions, 0 deletions
diff --git a/plugins/FCBTheme/stylesheets/_colors.less b/plugins/FCBTheme/stylesheets/_colors.less
new file mode 100644
index 0000000000..a36372b78c
--- /dev/null
+++ b/plugins/FCBTheme/stylesheets/_colors.less
@@ -0,0 +1,28 @@
+
+@theme-color-brand: #c03;
+@theme-color-brand-contrast: #ffffff;
+@theme-color-text: #0d0d0d;
+@theme-color-text-light: #444444;
+@theme-color-text-lighter: #666666;
+@theme-color-link: #C03;
+@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;
+
+@theme-color-menu-contrast-text: #ffffff;
+@theme-color-menu-contrast-textActive: #c03;
+@theme-color-menu-contrast-background: #1B6CBE;
+@theme-color-widget-title-text: #ffffff;
+@theme-color-widget-title-background: linear-gradient(to bottom,#C03 0,#C03 0,#950025 100%,#950025 100%);
+
+@graph-colors-data-series1: #C03;
+@graph-colors-data-series2: #0041A0;
+@graph-colors-data-series3: #000000;
+@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;