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

_colors.less « stylesheets « FCBTheme « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a36372b78c4750c5c27cb2ad799fde404fbd3d0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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;