@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,294 +1,494 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* colormode-dark.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:55.956Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
8
|
+
/* ============================================
|
|
9
|
+
COMPONENT
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* Component - Alert */
|
|
6
13
|
/**
|
|
7
|
-
*
|
|
8
|
-
* Behavior: Constant — maintains identical red tone across Light and Dark mode.
|
|
9
|
-
*/
|
|
10
|
-
--text-color-accent-constant: #DD0000;
|
|
11
|
-
/**
|
|
12
|
-
* Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
|
|
13
|
-
* Behavior: Dynamic — switches between dark text on light backgrounds and light text on dark backgrounds.
|
|
14
|
-
*/
|
|
15
|
-
--text-color-primary: #E9ECEF;
|
|
16
|
-
/**
|
|
17
|
-
* Muted text tone for subtle information, timestamps, or inactive text elements.
|
|
18
|
-
* Behavior: Dynamic — adjusts between mid-gray in Light mode and lighter gray in Dark mode.
|
|
14
|
+
* On marketing offer surfaces this variable is usually not used. The alertSurfaceConstant variables should be used. This token changes color between light and dark modes. L:100 / D:025
|
|
19
15
|
*/
|
|
20
|
-
--
|
|
16
|
+
--alert-surface-color: #343C41;
|
|
21
17
|
/**
|
|
22
|
-
*
|
|
23
|
-
* Behavior: Dynamic — alternates between light and dark mode.
|
|
18
|
+
* On marketing offer surfaces this variable is used.
|
|
24
19
|
*/
|
|
25
|
-
--
|
|
20
|
+
--alert-surface-color-constant: #FFFFFF;
|
|
21
|
+
|
|
22
|
+
/* Component - Avatar */
|
|
26
23
|
/**
|
|
27
|
-
*
|
|
28
|
-
* Behavior: Constant — same tone across Light and Dark mode.
|
|
24
|
+
* 09-2025 css --article-author-name-color
|
|
29
25
|
*/
|
|
30
|
-
--
|
|
26
|
+
--avatar-label-color: #FFFFFF;
|
|
31
27
|
/**
|
|
32
|
-
*
|
|
33
|
-
* Behavior: Constant — green tone remains consistent across both modes.
|
|
28
|
+
* 09-2025 css --article-author-name-color
|
|
34
29
|
*/
|
|
35
|
-
--
|
|
30
|
+
--avatar-label-color-hover: #DD0000;
|
|
31
|
+
|
|
32
|
+
/* Component - Breadcrumb */
|
|
36
33
|
/**
|
|
37
|
-
*
|
|
38
|
-
* Behavior: Constant — unchanged across modes.
|
|
34
|
+
* Use this token on breadcrumbs that are in their default idle state. This token changes color between light and dark modes. L:035 / D:096
|
|
39
35
|
*/
|
|
40
|
-
--text-color-
|
|
36
|
+
--breadcrumb-text-color-idle: #F2F4F5;
|
|
41
37
|
/**
|
|
42
|
-
*
|
|
43
|
-
* Behavior: Dynamic — adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta.
|
|
38
|
+
* Use this token on breadcrumbs that the user's pointer is hovering on or clicked on. This token changes color between light and dark modes. L:015 / D:100
|
|
44
39
|
*/
|
|
45
|
-
--text-color-
|
|
40
|
+
--breadcrumb-text-color-hover: #FFFFFF;
|
|
41
|
+
|
|
42
|
+
/* Component - BreakingNews */
|
|
43
|
+
--breaking-news-title-surface-color: #FD8227;
|
|
44
|
+
--breaking-news-surface-color: #E9ECEF;
|
|
45
|
+
--breaking-news-text-content-color: #232629;
|
|
46
|
+
--breaking-news-top-title-text-color: #1C1C1C;
|
|
47
|
+
--breaking-news-bottom-title-text-color: #1C1C1C;
|
|
48
|
+
|
|
49
|
+
/* Component - Button */
|
|
50
|
+
--button-live-ticker-load-new-surface-color: #232629;
|
|
51
|
+
--button-live-ticker-load-new-label-color: #F2F4F5;
|
|
52
|
+
|
|
53
|
+
/* Component - Button - Ghost */
|
|
54
|
+
--button-ghost-bg-color-hover: rgba(206, 212, 218, 0.5);
|
|
55
|
+
|
|
56
|
+
/* Component - Button - Primary */
|
|
57
|
+
--button-primary-brand-bg-color-idle: #DD0000;
|
|
58
|
+
--button-primary-brand-bg-color-hover: #AF0002;
|
|
59
|
+
--button-primary-label-color: #FFFFFF;
|
|
60
|
+
--button-primary-success-color-idle: #18995C;
|
|
61
|
+
--button-primary-success-color-hover: #006E3E;
|
|
46
62
|
/**
|
|
47
|
-
*
|
|
48
|
-
* Behavior: Constant — red color remains unchanged between Light and Dark mode for visibility and recognition.
|
|
63
|
+
* Use this variable on the neutral color primary button. Tone changes between light and dark mode. Light mode Bild & SpoBi: Tone 015 ; Dark mode Bild & SpoBi: Tone 100
|
|
49
64
|
*/
|
|
50
|
-
--
|
|
51
|
-
--
|
|
65
|
+
--button-primary-neutral-bg-color-idle: #FFFFFF;
|
|
66
|
+
--button-primary-neutral-bg-color-hover: #E9ECEF;
|
|
67
|
+
|
|
68
|
+
/* Component - Button - Secondary */
|
|
69
|
+
--button-secondary-bg-color-hover: rgba(206, 212, 218, 0.5);
|
|
70
|
+
--button-secondary-label-color: #E9ECEF;
|
|
71
|
+
--button-secondary-bg-color-idle: #4B525A;
|
|
72
|
+
|
|
73
|
+
/* Component - Button - Tertiary */
|
|
74
|
+
--button-tertiary-label-color: #F2F4F5;
|
|
75
|
+
--button-tertiary-border-color-idle: #4B525A;
|
|
76
|
+
--button-tertiary-border-color-hover: #FFFFFF;
|
|
77
|
+
--button-tertiary-success-bg-color-hover: rgba(0, 155, 90, 0.5);
|
|
78
|
+
--button-tertiary-success-border-color: #18995C;
|
|
79
|
+
|
|
80
|
+
/* Component - Card */
|
|
81
|
+
--card-surface-bg-color: #2C3138;
|
|
82
|
+
|
|
83
|
+
/* Component - Chips */
|
|
84
|
+
--chips-bg-color-hover: #CED4DA;
|
|
85
|
+
--chips-label-color-hover: #232629;
|
|
86
|
+
--chips-bg-color-active: #FFFFFF;
|
|
87
|
+
--chips-bg-color-idle: #4B525A;
|
|
88
|
+
--chips-label-color-idle: #FFFFFF;
|
|
89
|
+
|
|
90
|
+
/* Component - Dropdown */
|
|
91
|
+
--dropdown-bg-color-hover: #4B525A;
|
|
92
|
+
--dropdown-bg-color-idle: #343C41;
|
|
93
|
+
|
|
94
|
+
/* Component - Empties */
|
|
95
|
+
--empties-bg-color: #343C41;
|
|
96
|
+
--empties-logo-color: #2C3138;
|
|
97
|
+
|
|
98
|
+
/* Component - Foldout */
|
|
99
|
+
--foldout-label-color-active: #F2F4F5;
|
|
100
|
+
--foldout-label-color-idle: #CED4DA;
|
|
101
|
+
|
|
102
|
+
/* Component - Gallery */
|
|
103
|
+
--app-image-lightbox-gallery-bg-color: #000000;
|
|
104
|
+
|
|
105
|
+
/* Component - Hey */
|
|
106
|
+
--hey-fav-input-field-surface-color: #4B525A;
|
|
107
|
+
--hey-text-color: #E9ECEF;
|
|
108
|
+
--hey-icon-util-color: #FFFFFF;
|
|
52
109
|
/**
|
|
53
|
-
*
|
|
54
|
-
* Behavior: Constant — same orange tone across Light and Dark mode.
|
|
110
|
+
* This is the most used color for separators across Bild products.
|
|
55
111
|
*/
|
|
56
|
-
--
|
|
112
|
+
--hey-separator-color: #666B70;
|
|
113
|
+
--hey-drawer-surface-color: #343C41;
|
|
114
|
+
|
|
115
|
+
/* Component - InputField */
|
|
116
|
+
--input-field-border-color-idle: #8C9196;
|
|
117
|
+
--input-field-border-color-active: #E9ECEF;
|
|
118
|
+
--input-field-border-color-dark: #CED4DA;
|
|
119
|
+
--input-field-border-color-dark-active: #FFFFFF;
|
|
120
|
+
--input-field-bg-color-dark-low-contrast: #343C41;
|
|
121
|
+
--input-field-bg-color-dark-medium-contrast: #4B525A;
|
|
122
|
+
--input-field-bg-color-dark-high-contrast: #E9ECEF;
|
|
123
|
+
|
|
124
|
+
/* Component - Kicker - Partner */
|
|
125
|
+
--kicker-fitbook-bg-color: #FF97B7;
|
|
126
|
+
--kicker-petbook-bg-color: #B9DB91;
|
|
127
|
+
--kicker-myhomebook-bg-color: #66CCCC;
|
|
128
|
+
--kicker-travelbook-bg-color: #8EF0ED;
|
|
129
|
+
--kicker-techbook-bg-color: #93E4FF;
|
|
130
|
+
--kicker-kaufberater-bg-color: #55476E;
|
|
131
|
+
--kicker-cobi-bg-color: #DC231C;
|
|
132
|
+
--kicker-aubi-bg-color: #F00000;
|
|
133
|
+
--kicker-spobi-bg-color: #174482;
|
|
134
|
+
--kicker-bz-bg-color: #E3001B;
|
|
135
|
+
|
|
136
|
+
/* Component - Kicker - Standard */
|
|
137
|
+
--kicker-bg-color-on-surface: #8C9196;
|
|
138
|
+
|
|
139
|
+
/* Component - Mediaplayer */
|
|
140
|
+
--vid-player-controls-autoplay-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
|
|
57
141
|
/**
|
|
58
|
-
*
|
|
59
|
-
* Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds.
|
|
142
|
+
* This variable is used for hover states of video player control buttons.
|
|
60
143
|
*/
|
|
61
|
-
--
|
|
144
|
+
--vid-player-control-buttons-bg-hover-color: rgba(221, 0, 0, 0.800000011920929);
|
|
145
|
+
--vid-player-control-buttons-bg-color-hover: rgba(0, 0, 0, 0.20000000298023224);
|
|
146
|
+
--vid-player-overlay-scrim-color: rgba(0, 0, 0, 0.5);
|
|
147
|
+
--audio-player-play-button-bg-color: rgba(255, 255, 255, 0.30000001192092896);
|
|
148
|
+
--vid-player-tooltip-bg-color: rgba(0, 0, 0, 0.699999988079071);
|
|
149
|
+
--vid-player-control-buttons-bg-color-pressed: rgba(0, 0, 0, 0.05000000074505806);
|
|
150
|
+
--vid-player-progress-bar-preload-bg-color: rgba(255, 255, 255, 0.30000001192092896);
|
|
151
|
+
--vid-player-unmute-button-bg-color: rgba(0, 0, 0, 0.20000000298023224);
|
|
152
|
+
--vid-player-unmute-button-bg-color-hover: rgba(0, 0, 0, 0.3499999940395355);
|
|
153
|
+
|
|
154
|
+
/* Component - Menu */
|
|
155
|
+
--menu-surface-color: #232629;
|
|
62
156
|
/**
|
|
63
|
-
*
|
|
64
|
-
* Behavior: Dynamic — adapts between light and dark surface tokens to maintain legibility and hierarchy.
|
|
157
|
+
* Used on a thin part at the top of header in navigation menu.
|
|
65
158
|
*/
|
|
66
|
-
--surface-color
|
|
159
|
+
--menu-scrolled-surface-gradient-color: rgba(35, 38, 41, 0.949999988079071);
|
|
160
|
+
--menu-link-lane-surface-color: #232629;
|
|
161
|
+
--menu-link-lane-label-color: #8C9196;
|
|
162
|
+
--menu-link-lane-label-color-active: #FFFFFF;
|
|
163
|
+
--app-top-bar-surface-color: #343C41;
|
|
164
|
+
--app-top-bar-icon-color: #8C9196;
|
|
165
|
+
--app-top-bar-text-color-primary: #E9ECEF;
|
|
166
|
+
--app-tob-bar-tab-nav-bottom-border: #4B525A;
|
|
167
|
+
--app-tob-bar-tab-nav-bottom-border-active: #FFFFFF;
|
|
168
|
+
|
|
169
|
+
/* Component - MenuItem */
|
|
170
|
+
--menu-item-border-color-active: #FFFFFF;
|
|
171
|
+
--menu-item-label-color-primary: #8C9196;
|
|
172
|
+
--menu-item-label-color-primary-active: #F2F4F5;
|
|
67
173
|
/**
|
|
68
|
-
*
|
|
69
|
-
* Behavior: Dynamic — adapts brightness level based on mode for appropriate depth contrast.
|
|
174
|
+
* The variable can be used on secondary menus that many times show up on dedicated home pages specific to a topic. The menu labels are often times using the color white across color modes.
|
|
70
175
|
*/
|
|
71
|
-
--
|
|
176
|
+
--menu-item-label-color-secondary: #FFFFFF;
|
|
177
|
+
|
|
178
|
+
/* Component - Newsticker */
|
|
179
|
+
--news-ticker-timestamp-color: #8C9196;
|
|
180
|
+
--news-ticker-badge-icons-color: #8C9196;
|
|
181
|
+
|
|
182
|
+
/* Component - Pagination */
|
|
183
|
+
--pagination-element-color-default: #8C9196;
|
|
184
|
+
--pagination-element-color-active: #FFFFFF;
|
|
72
185
|
/**
|
|
73
|
-
*
|
|
74
|
-
* Behavior: Dynamic — switches between dark and light values depending on mode.
|
|
186
|
+
* Use this on gallery slider pagination elements. This can also be applied to hover states of those elements.
|
|
75
187
|
*/
|
|
76
|
-
--
|
|
188
|
+
--gallery-pagination-element-active-opacity: 100px;
|
|
77
189
|
/**
|
|
78
|
-
*
|
|
79
|
-
* Behavior: Constant — remains the same in both modes.
|
|
190
|
+
* Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements.
|
|
80
191
|
*/
|
|
81
|
-
--
|
|
192
|
+
--scroll-bar-track-bg-color: rgba(255, 255, 255, 0.10000000149011612);
|
|
82
193
|
/**
|
|
83
|
-
*
|
|
84
|
-
* Behavior: Constant — identical across Light and Dark mode.
|
|
194
|
+
* Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space.
|
|
85
195
|
*/
|
|
86
|
-
--
|
|
87
|
-
|
|
196
|
+
--scroll-bar-thumb-bg-color: #8C9196;
|
|
197
|
+
|
|
198
|
+
/* Component - PartnerLinks */
|
|
88
199
|
/**
|
|
89
|
-
*
|
|
90
|
-
* Behavior: Constant — remains the same across Light and Dark mode to ensure brand alignment.
|
|
200
|
+
* !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
|
|
91
201
|
*/
|
|
92
|
-
--
|
|
202
|
+
--partner-links-border-color-idle: #CED4DA;
|
|
93
203
|
/**
|
|
94
|
-
*
|
|
95
|
-
* Behavior: Dynamic — switches between light and dark tertiary tones.
|
|
204
|
+
* !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
|
|
96
205
|
*/
|
|
97
|
-
--
|
|
206
|
+
--partner-links-border-color-active: #E9ECEF;
|
|
98
207
|
/**
|
|
99
|
-
*
|
|
100
|
-
* Currently used on skeletons.
|
|
208
|
+
* !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
|
|
101
209
|
*/
|
|
102
|
-
--
|
|
210
|
+
--partner-links-bg-color-idle: #343C41;
|
|
103
211
|
/**
|
|
104
|
-
*
|
|
105
|
-
* Behavior: Dynamic — swaps values between modes for contrast preservation.
|
|
212
|
+
* !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
|
|
106
213
|
*/
|
|
107
|
-
--
|
|
108
|
-
--surface-color-primary-gradient-stop: rgba(35, 38, 41, 0); /** Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode. */
|
|
214
|
+
--partner-links-bg-color-active: #8C9196;
|
|
109
215
|
/**
|
|
110
|
-
*
|
|
111
|
-
* Behavior: Dynamic — adapts to mode brightness for smooth gradient transitions.
|
|
216
|
+
* !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons.
|
|
112
217
|
*/
|
|
113
|
-
--
|
|
218
|
+
--partner-links-container-border-color: #4B525A;
|
|
219
|
+
|
|
220
|
+
/* Component - Selection */
|
|
114
221
|
/**
|
|
115
|
-
*
|
|
116
|
-
* Behavior: Dynamic — inverts between dark and light tones depending on mode.
|
|
222
|
+
* Checkboxes and Radio buttons use this variable for their border.
|
|
117
223
|
*/
|
|
118
|
-
--
|
|
224
|
+
--selection-border-color: #8C9196;
|
|
225
|
+
|
|
226
|
+
/* Component - Slider */
|
|
119
227
|
/**
|
|
120
|
-
*
|
|
121
|
-
* Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes.
|
|
228
|
+
* When users hover on gallery slider buttons the opacity changes to 90%.
|
|
122
229
|
*/
|
|
123
|
-
--
|
|
230
|
+
--slider-button-opacity: 90px;
|
|
124
231
|
/**
|
|
125
|
-
*
|
|
126
|
-
* Behavior: Dynamic — dark text in Light mode, light text in Dark mode.
|
|
232
|
+
* This variable is used on audio player slider bars. It references a pure white with 35% opacity.
|
|
127
233
|
*/
|
|
128
|
-
--
|
|
234
|
+
--slider-track-bg-color: rgba(255, 255, 255, 0.3499999940395355);
|
|
235
|
+
|
|
236
|
+
/* Component - SocialShareButton */
|
|
237
|
+
--social-share-button-label-color-default: #FFFFFF;
|
|
238
|
+
--social-share-button-label-color-active: #FFFFFF;
|
|
239
|
+
--social-share-button-bg-color-active: #343C41;
|
|
240
|
+
--social-share-button-bg-color-default: #4B525A;
|
|
241
|
+
|
|
242
|
+
/* Component - Subheader */
|
|
243
|
+
--subheaders-color: #E9ECEF;
|
|
244
|
+
|
|
245
|
+
/* Component - Tab */
|
|
246
|
+
--tab-bg-color-hover: #343C41;
|
|
247
|
+
--tab-label-color-active: #F2F4F5;
|
|
248
|
+
--tab-label-color-default: #FFFFFF;
|
|
249
|
+
--app-bottom-tab-bar-bg-color: #343C41;
|
|
250
|
+
|
|
251
|
+
/* Component - Teaser */
|
|
129
252
|
/**
|
|
130
|
-
*
|
|
131
|
-
* Behavior: Constant — remains white in both Light and Dark mode.
|
|
253
|
+
* When users hover over graphical teasers the image reduces opacity to 80%.
|
|
132
254
|
*/
|
|
133
|
-
--
|
|
255
|
+
--teaser-hover-opacity: 80px;
|
|
256
|
+
--teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
|
|
257
|
+
--teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
|
|
258
|
+
|
|
259
|
+
/* Component - TextLink */
|
|
260
|
+
--text-link-color-secondary: #CED4DA;
|
|
261
|
+
--text-link-color-secondary-active: #E9ECEF;
|
|
262
|
+
--text-link-color-primary: #8C9196;
|
|
263
|
+
|
|
264
|
+
/* Component - _DSysDoc */
|
|
134
265
|
/**
|
|
135
|
-
*
|
|
136
|
-
* Behavior: Constant — remains consistent across light and darkmode.
|
|
266
|
+
* This variable is only for use in Figma's Design System File. It is automating some of the content in documentation pages.
|
|
137
267
|
*/
|
|
138
|
-
--
|
|
268
|
+
--dsys-docs-label-text-surface-color-primary-primitive-name: BILD010;
|
|
139
269
|
/**
|
|
140
|
-
*
|
|
141
|
-
* Behavior: Constant — always uses semi-transparent white for consistent readability.
|
|
270
|
+
* This is currently for use in this design system's documentation texts. It is a text string made for being used in light and dark mode documentation texts.
|
|
142
271
|
*/
|
|
143
|
-
--
|
|
272
|
+
--dsys-docs-label-text-color-mode: (Dark Mode);
|
|
273
|
+
--ds-doc-spacing-item-bg-color: rgba(255, 255, 255, 0.20000000298023224);
|
|
274
|
+
--ds-doc-spacing-item-border-color: rgba(255, 255, 255, 0.800000011920929);
|
|
275
|
+
|
|
276
|
+
|
|
277
|
+
/* ============================================
|
|
278
|
+
SEMANTIC
|
|
279
|
+
============================================ */
|
|
280
|
+
|
|
281
|
+
/* Semantic - Attention */
|
|
144
282
|
/**
|
|
145
|
-
*
|
|
146
|
-
* Behavior: Constant — remains semi-transparent black across both modes.
|
|
283
|
+
* High-level attention color used for errors, destructive actions, and critical alerts (e.g., delete actions, error states). Remains red in both Light and Dark mode for immediate recognition.
|
|
147
284
|
*/
|
|
148
|
-
--
|
|
285
|
+
--attention-color-high: #DD0000;
|
|
149
286
|
/**
|
|
150
|
-
*
|
|
151
|
-
* Behavior: Dynamic — light gray in Light mode and bright gray in Dark mode to maintain perceptual balance.
|
|
287
|
+
* Primary accent color used to emphasize interactive or highlight elements such as links, selection states, or focus indicators. Adapts in Darkmode to a fully white tone.
|
|
152
288
|
*/
|
|
153
|
-
--color-
|
|
289
|
+
--accent-color-primary: #FFFFFF;
|
|
154
290
|
/**
|
|
155
|
-
*
|
|
156
|
-
* Behavior: Constant — identical value across modes for consistent interaction feedback.
|
|
291
|
+
* Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes.
|
|
157
292
|
*/
|
|
158
|
-
--color-
|
|
293
|
+
--attention-color-medium: #FD8227;
|
|
159
294
|
/**
|
|
160
|
-
*
|
|
161
|
-
* Behavior: Dynamic — adapts neutral tones based on theme brightness.
|
|
295
|
+
* Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition.
|
|
162
296
|
*/
|
|
163
|
-
--color-
|
|
297
|
+
--attention-color-low: #FFBF00;
|
|
164
298
|
/**
|
|
165
|
-
*
|
|
166
|
-
* Behavior: Dynamic — slightly lighter in Light mode and darker in Dark mode to remain visually accessible.
|
|
299
|
+
* Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode.
|
|
167
300
|
*/
|
|
168
|
-
--color-primary-
|
|
301
|
+
--accent-color-primary-constant: #DD0000;
|
|
169
302
|
/**
|
|
170
|
-
*
|
|
171
|
-
* Behavior: Dynamic — switches between bright and dark tones depending on the background.
|
|
303
|
+
* Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency.
|
|
172
304
|
*/
|
|
173
|
-
--color-
|
|
305
|
+
--attention-color-success-primary: #00C373;
|
|
174
306
|
/**
|
|
175
|
-
*
|
|
176
|
-
* Behavior: Constant — uses the same green success tone across Light and Dark mode.
|
|
307
|
+
* Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode.
|
|
177
308
|
*/
|
|
178
|
-
--color-
|
|
309
|
+
--attention-color-extra-low: #343C41;
|
|
179
310
|
/**
|
|
180
|
-
*
|
|
181
|
-
* Behavior: Dynamic — adjusts between gray tones for Light and Dark mode consistency.
|
|
311
|
+
* Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity.
|
|
182
312
|
*/
|
|
183
|
-
--color-
|
|
313
|
+
--attention-color-success-secondary: #006E3E;
|
|
314
|
+
|
|
315
|
+
/* Semantic - Border */
|
|
184
316
|
/**
|
|
185
317
|
* Medium-emphasis border color for standard outlines, input fields, or separators that require visible yet non-dominant contrast.
|
|
186
|
-
|
|
318
|
+
Behavior: Dynamic — adjusts to maintain legibility in Light and Dark themes.
|
|
187
319
|
*/
|
|
188
320
|
--border-color-medium-contrast: #666B70;
|
|
189
321
|
/**
|
|
190
322
|
* Used for subtle dividers and low-emphasis borders in neutral areas (e.g., card outlines, input containers).
|
|
191
|
-
|
|
323
|
+
Dynamic — light gray in Light mode, dark gray in Dark mode.
|
|
192
324
|
*/
|
|
193
325
|
--border-color-low-contrast: #4B525A;
|
|
194
326
|
/**
|
|
195
327
|
* High-emphasis border color for clear delineation between surfaces (e.g., focus rings, high-contrast UI zones).
|
|
196
|
-
|
|
328
|
+
Behavior: Dynamic — light surfaces use a darker neutral, dark surfaces a light neutral tone.
|
|
197
329
|
*/
|
|
198
330
|
--border-color-high-contrast: #FFFFFF;
|
|
199
|
-
|
|
331
|
+
/**
|
|
332
|
+
* Applies to UI elements that must visually remain the same regardless of theme (e.g., brand containers, static illustrations). Identical tone across Light and Dark mode.
|
|
333
|
+
*/
|
|
334
|
+
--border-color-low-contrast-constant: #E9ECEF;
|
|
200
335
|
/**
|
|
201
336
|
* Used for success states and validation borders (e.g., input success outlines or confirmation frames).
|
|
202
|
-
|
|
337
|
+
Behavior: Constant — same success tone across modes for consistent feedback semantics.
|
|
203
338
|
*/
|
|
204
339
|
--border-color-success: #00C373;
|
|
205
340
|
/**
|
|
206
341
|
* Defines border color for warning and error-related components, typically used for input validation or caution zones.
|
|
207
|
-
|
|
342
|
+
Behavior: Constant — retains the same red warning tone in both Light and Dark modes.
|
|
208
343
|
*/
|
|
209
344
|
--border-color-warning: #DD0000;
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
--
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
--
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
345
|
+
/**
|
|
346
|
+
* Applied to disabled states of primary elements (e.g., buttons, inputs) to visually reduce emphasis and indicate inactivity.
|
|
347
|
+
*/
|
|
348
|
+
--border-color-primary-disabled: #343C41;
|
|
349
|
+
/**
|
|
350
|
+
* Used for secondary component borders in a disabled state (e.g., secondary buttons, inactive input outlines).
|
|
351
|
+
*/
|
|
352
|
+
--border-color-secondary-disabled: #4B525A;
|
|
353
|
+
|
|
354
|
+
/* Semantic - Core */
|
|
355
|
+
/**
|
|
356
|
+
* Used as the main brand color for key interactive elements such as primary buttons, active states, and prominent highlights. It remains constant across Light and Dark Mode.
|
|
357
|
+
*/
|
|
358
|
+
--core-color-primary: #DD0000;
|
|
359
|
+
/**
|
|
360
|
+
* Defines the secondary brand tone. This variable changes across Light and Dark Mode.
|
|
361
|
+
*/
|
|
362
|
+
--core-color-secondary: #232629;
|
|
363
|
+
/**
|
|
364
|
+
* Represents tertiary brand accents. This variable changes across Light and Dark Mode.
|
|
365
|
+
*/
|
|
366
|
+
--core-color-tertiary: #FFFFFF;
|
|
367
|
+
/**
|
|
368
|
+
* Use this on elements that must maintain the white color even in dark mode.
|
|
369
|
+
*/
|
|
370
|
+
--core-color-secondary-constant: #FFFFFF;
|
|
371
|
+
/**
|
|
372
|
+
* Use this on elements that need to maintain the dark color across themes and color modes.
|
|
373
|
+
*/
|
|
374
|
+
--core-color-tertiary-constant: #232629;
|
|
375
|
+
/**
|
|
376
|
+
* this is a test for the token pipeline
|
|
377
|
+
*/
|
|
378
|
+
--core-color-tertiary-vv-pipe-test: #B0D1F3;
|
|
379
|
+
/**
|
|
380
|
+
* this is a test for the token pipeline
|
|
381
|
+
*/
|
|
382
|
+
--npm-test: #B0D1F3;
|
|
383
|
+
/**
|
|
384
|
+
* this is a test for the token pipeline
|
|
385
|
+
*/
|
|
386
|
+
--felipe-test-color: #031A31;
|
|
387
|
+
/**
|
|
388
|
+
* this is a test for the token pipeline
|
|
389
|
+
*/
|
|
390
|
+
--goliani-test-color: #031A31;
|
|
391
|
+
|
|
392
|
+
/* Semantic - Heading */
|
|
393
|
+
/**
|
|
394
|
+
* Used for kicker text and category labels placed directly on standard surface backgrounds.
|
|
395
|
+
Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes.
|
|
396
|
+
*/
|
|
397
|
+
--kicker-text-color-on-surface: #8C9196;
|
|
398
|
+
/**
|
|
399
|
+
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
400
|
+
Behavior: Dynamic — dark text in Light mode, light text in Dark mode.
|
|
401
|
+
*/
|
|
402
|
+
--headline-color-primary: #FFFFFF;
|
|
403
|
+
/**
|
|
404
|
+
* Fixed white heading color used on dark or colored backgrounds (e.g., hero sections, banners) that remain constant across modes.
|
|
405
|
+
Behavior: Constant — remains white in both Light and Dark mode.
|
|
406
|
+
*/
|
|
407
|
+
--headline-color-white-const: #FFFFFF;
|
|
408
|
+
/**
|
|
409
|
+
* Specialized kicker color for use on red or brand-colored backgrounds (e.g., red kicker bg within teaser cards).
|
|
410
|
+
Behavior: Constant — remains consistent across light and darkmode.
|
|
411
|
+
*/
|
|
412
|
+
--kicker-text-color-on-red: #FFFFFF;
|
|
413
|
+
/**
|
|
414
|
+
* Applied to kicker or meta text on dark colored backgrounds to maintain high legibility.
|
|
415
|
+
Behavior: Constant — always uses semi-transparent white for consistent readability.
|
|
416
|
+
*/
|
|
417
|
+
--kicker-text-color-on-dark-bg: rgba(255, 255, 255, 0.800000011920929);
|
|
418
|
+
/**
|
|
419
|
+
* Used for kicker text placed on bright or light colored backgrounds. Ensures balanced contrast without harsh visual dominance.
|
|
420
|
+
Behavior: Constant — remains semi-transparent black across both modes.
|
|
421
|
+
*/
|
|
422
|
+
--kicker-text-color-on-bright-bg: rgba(0, 0, 0, 0.699999988079071);
|
|
423
|
+
|
|
424
|
+
/* Semantic - Icon */
|
|
425
|
+
/**
|
|
426
|
+
* Primary icon color on primary surfaces.
|
|
427
|
+
*/
|
|
428
|
+
--icon-color-primary: #8C9196;
|
|
222
429
|
/**
|
|
223
430
|
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
224
|
-
|
|
431
|
+
Behavior: Dynamic — switches between light and dark.
|
|
225
432
|
*/
|
|
226
433
|
--icon-color-inverse: #4B525A;
|
|
227
|
-
|
|
434
|
+
/**
|
|
435
|
+
* Secondary icon tone for less prominent actions or supportive iconography (e.g., secondary buttons, tool icons). Remains unchanged across modes.
|
|
436
|
+
*/
|
|
437
|
+
--icon-color-secondary-constant: #8C9196;
|
|
228
438
|
/**
|
|
229
439
|
* Used for icons displayed on dark backgrounds that don´t change colors, ensuring sufficient contrast and legibility.
|
|
230
|
-
|
|
440
|
+
Behavior: Constant — always uses a neutral bright value.
|
|
231
441
|
*/
|
|
232
442
|
--icon-color-constant-on-dark: #F2F4F5;
|
|
233
443
|
/**
|
|
234
444
|
* Used for icons that must remain visually consistent regardless of mode (e.g., icons that are on surfaces that don't change color).
|
|
235
|
-
|
|
445
|
+
Identical tone in both Light and Dark mode.
|
|
236
446
|
*/
|
|
237
447
|
--icon-color-primary-constant: #4B525A;
|
|
238
448
|
/**
|
|
239
449
|
* Represents success or confirmation icons (e.g., checkmarks, completion indicators).
|
|
240
|
-
|
|
450
|
+
Behavior: Constant — same success green tone across Light and Dark mode.
|
|
241
451
|
*/
|
|
242
452
|
--icon-color-success: #00C373;
|
|
453
|
+
|
|
454
|
+
/* Semantic - Label */
|
|
243
455
|
/**
|
|
244
456
|
* Primary label color used for labels, badges, or tag text on light backgrounds. Ensures strong readability and visual hierarchy.
|
|
245
|
-
|
|
457
|
+
Behavior: Dynamic — dark neutral in Light mode, light neutral in Dark mode.
|
|
246
458
|
*/
|
|
247
459
|
--label-color-primary: #E9ECEF;
|
|
248
460
|
/**
|
|
249
461
|
* Secondary label tone used for less prominent text such as secondary badges or supporting labels.
|
|
250
|
-
|
|
462
|
+
Behavior: Dynamic — adapts between mid-grays for Light and Dark surfaces.
|
|
251
463
|
*/
|
|
252
464
|
--label-color-secondary: #CED4DA;
|
|
253
465
|
/**
|
|
254
466
|
* Disabled label tone indicating inactive or unavailable states in UI elements.
|
|
255
|
-
|
|
467
|
+
Behavior: Dynamic — lighter gray in Light mode, darker neutral in Dark mode.
|
|
256
468
|
*/
|
|
257
469
|
--label-color-disabled: #4B525A;
|
|
258
470
|
/**
|
|
259
471
|
* Used when primary label color should remain unchanged across modes in static UI areas.
|
|
260
|
-
|
|
472
|
+
Behavior: Constant — identical tone in both Light and Dark mode.
|
|
261
473
|
*/
|
|
262
474
|
--label-color-primary-constant: #232629;
|
|
263
475
|
/**
|
|
264
476
|
* Fixed inverse label tone applied where white or bright text must always appear, regardless of theme.
|
|
265
|
-
|
|
477
|
+
Behavior: Constant — remains bright neutral in both Light and Dark mode.
|
|
266
478
|
*/
|
|
267
479
|
--label-color-primary-inverse-constant: #E9ECEF;
|
|
268
480
|
/**
|
|
269
481
|
* Tertiary label tone for subtle, low-emphasis UI text such as placeholder text or tertiary badges.
|
|
270
|
-
|
|
482
|
+
Behavior: Constant — identical tone across both modes for stable hierarchy.
|
|
271
483
|
*/
|
|
272
484
|
--label-color-tertiary: #8C9196;
|
|
273
485
|
/**
|
|
274
486
|
* Inverse version of the primary label color, used on dark or colored backgrounds.
|
|
275
|
-
|
|
487
|
+
Behavior: Dynamic — switches between light and dark.
|
|
276
488
|
*/
|
|
277
489
|
--label-color-primary-inverse: #232629;
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
--attention-color-medium: #FD8227; /** Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes. */
|
|
281
|
-
--attention-color-low: #FFBF00; /** Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition. */
|
|
282
|
-
--accent-color-primary-constant: #DD0000; /** Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode. */
|
|
283
|
-
--attention-color-success-primary: #00C373; /** Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency. */
|
|
284
|
-
--attention-color-extra-low: #343C41; /** Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode. */
|
|
285
|
-
--attention-color-success-secondary: #006E3E; /** Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity. */
|
|
286
|
-
--overlay-scrim-black: rgba(0, 0, 0, 0.699999988079071); /** A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth. */
|
|
287
|
-
/**
|
|
288
|
-
* A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
|
|
289
|
-
* Behavior: Constant — same opacity level across modes to preserve uniform layering behavior.
|
|
290
|
-
*/
|
|
291
|
-
--overlay-scrim-white: rgba(255, 255, 255, 0.699999988079071);
|
|
490
|
+
|
|
491
|
+
/* Semantic - LayerOpacity */
|
|
292
492
|
--layer-opacity05: 5px;
|
|
293
493
|
--layer-opacity10: 10px;
|
|
294
494
|
--layer-opacity20: 20px;
|
|
@@ -301,127 +501,179 @@
|
|
|
301
501
|
--layer-opacity90: 90px;
|
|
302
502
|
--layer-opacity100: 100px;
|
|
303
503
|
--layer-opacity00: 0px;
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
--
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
--
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
--
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
--
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
--
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
--
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
--
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
--
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
--
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
--
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
--
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
--
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
--
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
--
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
--
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
--
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
--
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
--
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
--
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
--
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
--
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
--
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
--
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
504
|
+
|
|
505
|
+
/* Semantic - Overlay */
|
|
506
|
+
/**
|
|
507
|
+
* A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth.
|
|
508
|
+
*/
|
|
509
|
+
--overlay-scrim-black: rgba(0, 0, 0, 0.699999988079071);
|
|
510
|
+
/**
|
|
511
|
+
* A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
|
|
512
|
+
Behavior: Constant — same opacity level across modes to preserve uniform layering behavior.
|
|
513
|
+
*/
|
|
514
|
+
--overlay-scrim-white: rgba(255, 255, 255, 0.699999988079071);
|
|
515
|
+
|
|
516
|
+
/* Semantic - State */
|
|
517
|
+
/**
|
|
518
|
+
* Defines the active state color for secondary actions (e.g., secondary buttons, tabs, or toggles).
|
|
519
|
+
Behavior: Dynamic — light gray in Light mode and bright gray in Dark mode to maintain perceptual balance.
|
|
520
|
+
*/
|
|
521
|
+
--color-secondary-active: #F2F4F5;
|
|
522
|
+
/**
|
|
523
|
+
* Used to represent the active or pressed state of primary actions such as tabs or links.
|
|
524
|
+
Behavior: Constant — identical value across modes for consistent interaction feedback.
|
|
525
|
+
*/
|
|
526
|
+
--color-primary-active: #DD0000;
|
|
527
|
+
/**
|
|
528
|
+
* Used for disabled secondary elements, ensuring reduced visual prominence while maintaining legibility.
|
|
529
|
+
Behavior: Dynamic — adapts neutral tones based on theme brightness.
|
|
530
|
+
*/
|
|
531
|
+
--color-secondary-disabled: #4B525A;
|
|
532
|
+
/**
|
|
533
|
+
* Defines the disabled color for primary components (e.g., disabled primary buttons, inputs). Reduces emphasis and contrast to signal inactivity.
|
|
534
|
+
Behavior: Dynamic — slightly lighter in Light mode and darker in Dark mode to remain visually accessible.
|
|
535
|
+
*/
|
|
536
|
+
--color-primary-disabled: #343C41;
|
|
537
|
+
/**
|
|
538
|
+
* Inverse variant of the secondary active state, applied on dark backgrounds or inverse layouts.
|
|
539
|
+
Behavior: Dynamic — switches between bright and dark tones depending on the background.
|
|
540
|
+
*/
|
|
541
|
+
--color-secondary-active-inverse: #232629;
|
|
542
|
+
/**
|
|
543
|
+
* Represents active or pressed states for tertiary elements (e.g., link highlights, icons, or subtle interactive surfaces).
|
|
544
|
+
Behavior: Constant — uses the same green success tone across Light and Dark mode.
|
|
545
|
+
*/
|
|
546
|
+
--color-tertiary-active: #00C373;
|
|
547
|
+
/**
|
|
548
|
+
* Represents disabled states for tertiary levels, maintaining subtle visibility without drawing attention.
|
|
549
|
+
Behavior: Dynamic — adjusts between gray tones for Light and Dark mode consistency.
|
|
550
|
+
*/
|
|
551
|
+
--color-tertiary-disabled: #666B70;
|
|
552
|
+
|
|
553
|
+
/* Semantic - Surface */
|
|
554
|
+
/**
|
|
555
|
+
* Primary surface color used for main backgrounds and large layout areas (e.g., page background, primary containers).
|
|
556
|
+
Behavior: Dynamic — adapts between light and dark surface tokens to maintain legibility and hierarchy.
|
|
557
|
+
*/
|
|
558
|
+
--surface-color-primary: #232629;
|
|
559
|
+
/**
|
|
560
|
+
* Used for secondary surface layers such as cards, panels, or nested containers that need to differentiate themselves from the primary surface. .
|
|
561
|
+
Behavior: Dynamic — adapts brightness level based on mode for appropriate depth contrast.
|
|
562
|
+
*/
|
|
563
|
+
--surface-color-secondary: #2C3138;
|
|
564
|
+
/**
|
|
565
|
+
* Inverse of the primary surface, used when Light and Dark surfaces are swapped (e.g., inverse cards or elevated sections).
|
|
566
|
+
Behavior: Dynamic — switches between dark and light values depending on mode.
|
|
567
|
+
*/
|
|
568
|
+
--surface-color-primary-inverse: #FFFFFF;
|
|
569
|
+
/**
|
|
570
|
+
* A fixed light surface tone used when a consistent light background is required (e.g., light panels within dark layouts).
|
|
571
|
+
Behavior: Constant — remains the same in both modes.
|
|
572
|
+
*/
|
|
573
|
+
--surface-color-primary-constant-light: #FFFFFF;
|
|
574
|
+
/**
|
|
575
|
+
* A fixed dark surface tone used for dark overlays or nested dark sections inside light layouts.
|
|
576
|
+
Behavior: Constant — identical across Light and Dark mode.
|
|
577
|
+
*/
|
|
578
|
+
--surface-color-primary-constant-dark: #232629;
|
|
579
|
+
/**
|
|
580
|
+
* HIghtest elevation surface color, typically used for grouping or background accents to differentiate themselves from all previous surface color options. Uses corresponding light/dark tones for consistent layering.
|
|
581
|
+
*/
|
|
582
|
+
--surface-color-quartenary: #4B525A;
|
|
583
|
+
/**
|
|
584
|
+
* Success-related background used for positive notifications, confirmation surfaces, or success banners.
|
|
585
|
+
Behavior: Constant — remains the same across Light and Dark mode to ensure brand alignment.
|
|
586
|
+
*/
|
|
587
|
+
--surface-color-success: #CEF4E4;
|
|
588
|
+
/**
|
|
589
|
+
* Tertiary background layer for inner containers, grouped content, or subtle elevation steps that need to differentiate themselves from the primary and secondary surfaces.
|
|
590
|
+
Behavior: Dynamic — switches between light and dark tertiary tones.
|
|
591
|
+
*/
|
|
592
|
+
--surface-color-tertiary: #343C41;
|
|
593
|
+
/**
|
|
594
|
+
* Represents tertiary-level gradient background.
|
|
595
|
+
Currently used on skeletons.
|
|
596
|
+
*/
|
|
597
|
+
--surface-color-tertiary-gradient-stop: rgba(52, 60, 65, 0);
|
|
598
|
+
/**
|
|
599
|
+
* Inverse tertiary background, applied when Light and Dark surfaces are reversed (e.g., dark-on-light cards).
|
|
600
|
+
Behavior: Dynamic — swaps values between modes for contrast preservation.
|
|
601
|
+
*/
|
|
602
|
+
--surface-color-tertiary-inverse: #E9ECEF;
|
|
603
|
+
/**
|
|
604
|
+
* Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode.
|
|
605
|
+
*/
|
|
606
|
+
--surface-color-primary-gradient-stop: rgba(35, 38, 41, 0);
|
|
607
|
+
/**
|
|
608
|
+
* Used for secondary surface gradients or subtle depth layers across backgrounds.
|
|
609
|
+
Behavior: Dynamic — adapts to mode brightness for smooth gradient transitions.
|
|
610
|
+
*/
|
|
611
|
+
--surface-color-secondary-gradient-stop: rgba(44, 49, 56, 0);
|
|
612
|
+
/**
|
|
613
|
+
* Inverse of the quartenary surface, used for background reversals in mixed-layout areas.
|
|
614
|
+
Behavior: Dynamic — inverts between dark and light tones depending on mode.
|
|
615
|
+
*/
|
|
616
|
+
--surface-color-quartenary-inverse: #CED4DA;
|
|
617
|
+
|
|
618
|
+
/* Semantic - Text */
|
|
619
|
+
/**
|
|
620
|
+
* Applies to text elements requiring fixed brand color usage (e.g., permanent links, brand slogans on constant backgrounds).
|
|
621
|
+
Behavior: Constant — maintains identical red tone across Light and Dark mode.
|
|
622
|
+
*/
|
|
623
|
+
--text-color-accent-constant: #DD0000;
|
|
624
|
+
/**
|
|
625
|
+
* Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
|
|
626
|
+
Behavior: Dynamic — switches between dark text on light backgrounds and light text on dark backgrounds.
|
|
627
|
+
*/
|
|
628
|
+
--text-color-primary: #E9ECEF;
|
|
629
|
+
/**
|
|
630
|
+
* Muted text tone for subtle information, timestamps, or inactive text elements.
|
|
631
|
+
Behavior: Dynamic — adjusts between mid-gray in Light mode and lighter gray in Dark mode.
|
|
632
|
+
*/
|
|
633
|
+
--text-color-muted: #CED4DA;
|
|
634
|
+
/**
|
|
635
|
+
* Inverse text color used on opposing surfaces (e.g., white text on red or dark backgrounds).
|
|
636
|
+
Behavior: Dynamic — alternates between light and dark mode.
|
|
637
|
+
*/
|
|
638
|
+
--text-color-primary-inverse: #232629;
|
|
639
|
+
/**
|
|
640
|
+
* Used when primary text color must remain fixed regardless of mode (e.g., on light constant backgrounds).
|
|
641
|
+
Behavior: Constant — same tone across Light and Dark mode.
|
|
642
|
+
*/
|
|
643
|
+
--text-color-primary-constant: #232629;
|
|
644
|
+
/**
|
|
645
|
+
* Used for positive or success-related messages (e.g., “Saved”, “Success”, or confirmation text) on success surface colors.
|
|
646
|
+
Behavior: Constant — green tone remains consistent across both modes.
|
|
647
|
+
*/
|
|
648
|
+
--text-color-success-constant: #006E3E;
|
|
649
|
+
/**
|
|
650
|
+
* Fixed inverse tone for text that always appears on dark surfaces (e.g., hero headlines or persistent dark cards).
|
|
651
|
+
Behavior: Constant — unchanged across modes.
|
|
652
|
+
*/
|
|
653
|
+
--text-color-primary-inverse-constant: #E9ECEF;
|
|
654
|
+
/**
|
|
655
|
+
* Secondary text color used for supportive information, subtitles, and less prominent text.
|
|
656
|
+
Behavior: Dynamic — adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta.
|
|
657
|
+
*/
|
|
658
|
+
--text-color-secondary: #8C9196;
|
|
659
|
+
/**
|
|
660
|
+
* Used for strong warnings, errors, or destructive action labels.
|
|
661
|
+
Behavior: Constant — red color remains unchanged between Light and Dark mode for visibility and recognition.
|
|
662
|
+
*/
|
|
663
|
+
--text-color-attention-high: #DD0000;
|
|
664
|
+
/**
|
|
665
|
+
* Accent text color used for links, interactive text, or highlighted key words. Changes from a red in light mode to a white in dark mode.
|
|
666
|
+
*/
|
|
667
|
+
--text-color-accent: #FFFFFF;
|
|
668
|
+
/**
|
|
669
|
+
* Represents medium attention states, often used in warnings or pending states.
|
|
670
|
+
Behavior: Constant — same orange tone across Light and Dark mode.
|
|
671
|
+
*/
|
|
672
|
+
--text-color-attention-medium: #FD8227;
|
|
673
|
+
/**
|
|
674
|
+
* Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
|
|
675
|
+
Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds.
|
|
676
|
+
*/
|
|
677
|
+
--text-color-on-dark-surface: #FFFFFF;
|
|
678
|
+
|
|
427
679
|
}
|