1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/ExampleTheme/stylesheets/theme.less
Stefan Giehl 17bf1e1b23 Unify red color used in css/less (#21618)
* unify red color used in css/less

* update expected UI test files

* apply review feedback

* update expected UI test files
2023-12-06 14:36:08 +01:00

49 خطوط
1.6 KiB
Plaintext

@theme-fontFamily-base: Arial, Verdana, sans-serif;
@theme-color-brand: #5793d4;
@theme-color-background-base: #d9e0e3;
@theme-color-header-background: #0091ea;
@theme-color-header-text: #0d0d0d;
@theme-color-widget-title-background: #80d8ff;
@theme-color-widget-title-text: #01579b;
@theme-color-menu-contrast-text: #0091ea;
@theme-color-menu-contrast-textActive: #006064;
@theme-color-menu-contrast-textSelected: #00838f;
@theme-color-menu-contrast-background: #e1f5fe;
/*
@theme-color-brand: #d2312d;
@theme-color-brand-contrast: #ffffff;
@theme-color-widget-title-text: #0d0d0d;
@theme-color-widget-title-background: #f2f2f2;
@theme-color-menu-contrast-text: #666666;
@theme-color-menu-contrast-textActive: #0d0d0d;
@theme-color-menu-contrast-textSelected: @theme-color-menu-contrast-text;
@theme-color-menu-contrast-background: #f2f2f2;
@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: #d2312d;
@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;
*/