@db-ux/core-foundations 1.0.0-test-13b991d

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.
Files changed (263) hide show
  1. package/README.md +351 -0
  2. package/assets/fonts/OFL.txt +93 -0
  3. package/assets/fonts/OpenSans-Bold-EU.woff2 +0 -0
  4. package/assets/fonts/OpenSans-Bold.ttf +0 -0
  5. package/assets/fonts/OpenSans-ExtraBold-EU.woff2 +0 -0
  6. package/assets/fonts/OpenSans-ExtraBold.ttf +0 -0
  7. package/assets/fonts/OpenSans-Light-EU.woff2 +0 -0
  8. package/assets/fonts/OpenSans-Light.ttf +0 -0
  9. package/assets/fonts/OpenSans-Medium-EU.woff2 +0 -0
  10. package/assets/fonts/OpenSans-Medium.ttf +0 -0
  11. package/assets/fonts/OpenSans-Regular-EU.woff2 +0 -0
  12. package/assets/fonts/OpenSans-Regular.ttf +0 -0
  13. package/assets/fonts/OpenSans-SemiBold-EU.woff2 +0 -0
  14. package/assets/fonts/OpenSans-SemiBold.ttf +0 -0
  15. package/assets/fonts/README.md +23 -0
  16. package/assets/fonts/generate-eu-fonts.ts +46 -0
  17. package/assets/fonts/unicode-eu.txt +14 -0
  18. package/assets/icons/DB_LICENSE +253 -0
  19. package/assets/icons/LICENCES.json +153 -0
  20. package/assets/icons/arrow_down.svg +1 -0
  21. package/assets/icons/arrow_left.svg +1 -0
  22. package/assets/icons/arrow_right.svg +1 -0
  23. package/assets/icons/arrow_up.svg +1 -0
  24. package/assets/icons/arrow_up_right.svg +1 -0
  25. package/assets/icons/brand.svg +1 -0
  26. package/assets/icons/calendar.svg +5 -0
  27. package/assets/icons/check-circle.svg +1 -0
  28. package/assets/icons/check.svg +1 -0
  29. package/assets/icons/check_circle.svg +1 -0
  30. package/assets/icons/chevron_down.svg +1 -0
  31. package/assets/icons/chevron_left.svg +1 -0
  32. package/assets/icons/chevron_right.svg +1 -0
  33. package/assets/icons/chevron_up.svg +1 -0
  34. package/assets/icons/circle.svg +1 -0
  35. package/assets/icons/clock.svg +1 -0
  36. package/assets/icons/cross.svg +1 -0
  37. package/assets/icons/cross_circle.svg +1 -0
  38. package/assets/icons/exclamation_mark_circle.svg +1 -0
  39. package/assets/icons/exclamation_mark_triangle.svg +1 -0
  40. package/assets/icons/fonts/all/db-ux.woff2 +0 -0
  41. package/assets/icons/fonts/default/db-ux.woff2 +0 -0
  42. package/assets/icons/fonts/default_12/db-ux.woff2 +0 -0
  43. package/assets/icons/fonts/default_14/db-ux.woff2 +0 -0
  44. package/assets/icons/fonts/default_16/db-ux.woff2 +0 -0
  45. package/assets/icons/fonts/default_20/db-ux.woff2 +0 -0
  46. package/assets/icons/fonts/default_24/db-ux.woff2 +0 -0
  47. package/assets/icons/fonts/default_28/db-ux.woff2 +0 -0
  48. package/assets/icons/fonts/default_32/db-ux.woff2 +0 -0
  49. package/assets/icons/fonts/default_48/db-ux.woff2 +0 -0
  50. package/assets/icons/fonts/default_64/db-ux.woff2 +0 -0
  51. package/assets/icons/fonts/filled/db-ux.woff2 +0 -0
  52. package/assets/icons/fonts/filled_12/db-ux.woff2 +0 -0
  53. package/assets/icons/fonts/filled_14/db-ux.woff2 +0 -0
  54. package/assets/icons/fonts/filled_16/db-ux.woff2 +0 -0
  55. package/assets/icons/fonts/filled_20/db-ux.woff2 +0 -0
  56. package/assets/icons/fonts/filled_24/db-ux.woff2 +0 -0
  57. package/assets/icons/fonts/filled_28/db-ux.woff2 +0 -0
  58. package/assets/icons/fonts/filled_32/db-ux.woff2 +0 -0
  59. package/assets/icons/fonts/filled_48/db-ux.woff2 +0 -0
  60. package/assets/icons/fonts/filled_64/db-ux.woff2 +0 -0
  61. package/assets/icons/information_circle.svg +1 -0
  62. package/assets/icons/magnifying_glass.svg +1 -0
  63. package/assets/icons/menu.svg +1 -0
  64. package/assets/icons/minus.svg +1 -0
  65. package/assets/icons/plus.svg +1 -0
  66. package/assets/icons/resize_handle_corner.svg +1 -0
  67. package/assets/icons/x_placeholder.svg +1 -0
  68. package/build/all-icons.d.ts +1 -0
  69. package/build/all-icons.js +28 -0
  70. package/build/base-icon-types.d.ts +1 -0
  71. package/build/base-icon-types.js +1 -0
  72. package/build/icon-types.d.ts +20 -0
  73. package/build/icon-types.js +1 -0
  74. package/build/ide/db.ide.css +1072 -0
  75. package/build/index.d.ts +3 -0
  76. package/build/index.js +3 -0
  77. package/build/styles/_absolute.assets-paths.scss +5 -0
  78. package/build/styles/_default.assets-paths.scss +2 -0
  79. package/build/styles/_normalize.scss +257 -0
  80. package/build/styles/_rollup.assets-paths.scss +5 -0
  81. package/build/styles/_screen-sizes.scss +49 -0
  82. package/build/styles/_variables.scss +80 -0
  83. package/build/styles/_webpack.assets-paths.scss +5 -0
  84. package/build/styles/absolute.css +1185 -0
  85. package/build/styles/absolute.scss +3 -0
  86. package/build/styles/animation/_animations.scss +109 -0
  87. package/build/styles/animation/_index.scss +2 -0
  88. package/build/styles/animation/_transitions.scss +14 -0
  89. package/build/styles/colors/_default-color-scheme.scss +2957 -0
  90. package/build/styles/colors/_default-palette.scss +2523 -0
  91. package/build/styles/colors/_index.scss +5 -0
  92. package/build/styles/colors/_placeholder.scss +203 -0
  93. package/build/styles/colors/_variables.additional-palette.scss +285 -0
  94. package/build/styles/colors/_variables.additional-speaking-colors.scss +9 -0
  95. package/build/styles/colors/_variables.additional.scss +2 -0
  96. package/build/styles/colors/_variables.palette.scss +225 -0
  97. package/build/styles/colors/_variables.scss +156 -0
  98. package/build/styles/colors/_variables.speaking-colors.scss +8 -0
  99. package/build/styles/colors/classes/_get-class.scss +23 -0
  100. package/build/styles/colors/classes/all.css +2320 -0
  101. package/build/styles/colors/classes/all.scss +18 -0
  102. package/build/styles/colors/classes/blue.css +151 -0
  103. package/build/styles/colors/classes/blue.scss +6 -0
  104. package/build/styles/colors/classes/brand.css +151 -0
  105. package/build/styles/colors/classes/brand.scss +6 -0
  106. package/build/styles/colors/classes/critical.css +151 -0
  107. package/build/styles/colors/classes/critical.scss +6 -0
  108. package/build/styles/colors/classes/cyan.css +151 -0
  109. package/build/styles/colors/classes/cyan.scss +6 -0
  110. package/build/styles/colors/classes/green.css +151 -0
  111. package/build/styles/colors/classes/green.scss +6 -0
  112. package/build/styles/colors/classes/informational.css +151 -0
  113. package/build/styles/colors/classes/informational.scss +6 -0
  114. package/build/styles/colors/classes/neutral.css +151 -0
  115. package/build/styles/colors/classes/neutral.scss +6 -0
  116. package/build/styles/colors/classes/orange.css +151 -0
  117. package/build/styles/colors/classes/orange.scss +6 -0
  118. package/build/styles/colors/classes/pink.css +151 -0
  119. package/build/styles/colors/classes/pink.scss +6 -0
  120. package/build/styles/colors/classes/red.css +151 -0
  121. package/build/styles/colors/classes/red.scss +6 -0
  122. package/build/styles/colors/classes/successful.css +151 -0
  123. package/build/styles/colors/classes/successful.scss +6 -0
  124. package/build/styles/colors/classes/turquoise.css +151 -0
  125. package/build/styles/colors/classes/turquoise.scss +6 -0
  126. package/build/styles/colors/classes/violet.css +151 -0
  127. package/build/styles/colors/classes/violet.scss +6 -0
  128. package/build/styles/colors/classes/warning.css +151 -0
  129. package/build/styles/colors/classes/warning.scss +6 -0
  130. package/build/styles/colors/classes/yellow.css +151 -0
  131. package/build/styles/colors/classes/yellow.scss +6 -0
  132. package/build/styles/colors/speaking-colors/additional/_blue.speaking-colors.scss +112 -0
  133. package/build/styles/colors/speaking-colors/additional/_cyan.speaking-colors.scss +112 -0
  134. package/build/styles/colors/speaking-colors/additional/_green.speaking-colors.scss +112 -0
  135. package/build/styles/colors/speaking-colors/additional/_orange.speaking-colors.scss +112 -0
  136. package/build/styles/colors/speaking-colors/additional/_pink.speaking-colors.scss +112 -0
  137. package/build/styles/colors/speaking-colors/additional/_red.speaking-colors.scss +112 -0
  138. package/build/styles/colors/speaking-colors/additional/_turquoise.speaking-colors.scss +136 -0
  139. package/build/styles/colors/speaking-colors/additional/_violet.speaking-colors.scss +112 -0
  140. package/build/styles/colors/speaking-colors/additional/_yellow.speaking-colors.scss +112 -0
  141. package/build/styles/colors/speaking-colors/semantic/_brand.speaking-colors.scss +112 -0
  142. package/build/styles/colors/speaking-colors/semantic/_critical.speaking-colors.scss +130 -0
  143. package/build/styles/colors/speaking-colors/semantic/_informational.speaking-colors.scss +136 -0
  144. package/build/styles/colors/speaking-colors/semantic/_neutral.speaking-colors.scss +130 -0
  145. package/build/styles/colors/speaking-colors/semantic/_successful.speaking-colors.scss +136 -0
  146. package/build/styles/colors/speaking-colors/semantic/_warning.speaking-colors.scss +130 -0
  147. package/build/styles/defaults/default-code.css +93 -0
  148. package/build/styles/defaults/default-code.scss +42 -0
  149. package/build/styles/defaults/default-elevation.css +1 -0
  150. package/build/styles/defaults/default-elevation.scss +22 -0
  151. package/build/styles/defaults/default-fonts.css +25 -0
  152. package/build/styles/defaults/default-fonts.scss +79 -0
  153. package/build/styles/defaults/default-icons.css +1 -0
  154. package/build/styles/defaults/default-icons.scss +57 -0
  155. package/build/styles/defaults/default-required.css +1 -0
  156. package/build/styles/defaults/default-required.scss +137 -0
  157. package/build/styles/defaults/default-root.css +93 -0
  158. package/build/styles/defaults/default-root.scss +9 -0
  159. package/build/styles/defaults/default-theme.css +93 -0
  160. package/build/styles/defaults/default-theme.scss +864 -0
  161. package/build/styles/density/_densities.scss +13 -0
  162. package/build/styles/density/_index.scss +5 -0
  163. package/build/styles/density/_scaling-placeholder.scss +57 -0
  164. package/build/styles/density/_typography-placeholder.scss +86 -0
  165. package/build/styles/density/_variables.scss +3 -0
  166. package/build/styles/density/classes/_get-class.scss +10 -0
  167. package/build/styles/density/classes/all.css +1033 -0
  168. package/build/styles/density/classes/all.scss +6 -0
  169. package/build/styles/density/classes/expressive.css +363 -0
  170. package/build/styles/density/classes/expressive.scss +6 -0
  171. package/build/styles/density/classes/functional.css +363 -0
  172. package/build/styles/density/classes/functional.scss +6 -0
  173. package/build/styles/density/classes/regular.css +363 -0
  174. package/build/styles/density/classes/regular.scss +6 -0
  175. package/build/styles/fonts/_font-sizes.scss +55 -0
  176. package/build/styles/fonts/_index.scss +1 -0
  177. package/build/styles/fonts/absolute.css +1 -0
  178. package/build/styles/fonts/absolute.scss +3 -0
  179. package/build/styles/fonts/classes/all.css +185 -0
  180. package/build/styles/fonts/classes/all.scss +13 -0
  181. package/build/styles/fonts/classes/body/2xl.css +16 -0
  182. package/build/styles/fonts/classes/body/2xl.scss +8 -0
  183. package/build/styles/fonts/classes/body/2xs.css +16 -0
  184. package/build/styles/fonts/classes/body/2xs.scss +8 -0
  185. package/build/styles/fonts/classes/body/3xl.css +16 -0
  186. package/build/styles/fonts/classes/body/3xl.scss +8 -0
  187. package/build/styles/fonts/classes/body/3xs.css +16 -0
  188. package/build/styles/fonts/classes/body/3xs.scss +8 -0
  189. package/build/styles/fonts/classes/body/all.css +104 -0
  190. package/build/styles/fonts/classes/body/all.scss +8 -0
  191. package/build/styles/fonts/classes/body/lg.css +16 -0
  192. package/build/styles/fonts/classes/body/lg.scss +8 -0
  193. package/build/styles/fonts/classes/body/md.css +16 -0
  194. package/build/styles/fonts/classes/body/md.scss +8 -0
  195. package/build/styles/fonts/classes/body/sm.css +16 -0
  196. package/build/styles/fonts/classes/body/sm.scss +8 -0
  197. package/build/styles/fonts/classes/body/xl.css +16 -0
  198. package/build/styles/fonts/classes/body/xl.scss +8 -0
  199. package/build/styles/fonts/classes/body/xs.css +16 -0
  200. package/build/styles/fonts/classes/body/xs.scss +8 -0
  201. package/build/styles/fonts/classes/headline/2xl.css +14 -0
  202. package/build/styles/fonts/classes/headline/2xl.scss +8 -0
  203. package/build/styles/fonts/classes/headline/2xs.css +14 -0
  204. package/build/styles/fonts/classes/headline/2xs.scss +8 -0
  205. package/build/styles/fonts/classes/headline/3xl.css +14 -0
  206. package/build/styles/fonts/classes/headline/3xl.scss +8 -0
  207. package/build/styles/fonts/classes/headline/3xs.css +14 -0
  208. package/build/styles/fonts/classes/headline/3xs.scss +8 -0
  209. package/build/styles/fonts/classes/headline/all.css +86 -0
  210. package/build/styles/fonts/classes/headline/all.scss +8 -0
  211. package/build/styles/fonts/classes/headline/lg.css +14 -0
  212. package/build/styles/fonts/classes/headline/lg.scss +8 -0
  213. package/build/styles/fonts/classes/headline/md.css +14 -0
  214. package/build/styles/fonts/classes/headline/md.scss +8 -0
  215. package/build/styles/fonts/classes/headline/sm.css +14 -0
  216. package/build/styles/fonts/classes/headline/sm.scss +8 -0
  217. package/build/styles/fonts/classes/headline/xl.css +14 -0
  218. package/build/styles/fonts/classes/headline/xl.scss +8 -0
  219. package/build/styles/fonts/classes/headline/xs.css +14 -0
  220. package/build/styles/fonts/classes/headline/xs.scss +8 -0
  221. package/build/styles/fonts/relative.css +1 -0
  222. package/build/styles/fonts/relative.scss +57 -0
  223. package/build/styles/fonts/rollup.css +1 -0
  224. package/build/styles/fonts/rollup.scss +3 -0
  225. package/build/styles/fonts/webpack.css +1 -0
  226. package/build/styles/fonts/webpack.scss +3 -0
  227. package/build/styles/helpers/_a11y.scss +17 -0
  228. package/build/styles/helpers/_clearfix.scss +5 -0
  229. package/build/styles/helpers/_divider.scss +50 -0
  230. package/build/styles/helpers/_focus.scss +23 -0
  231. package/build/styles/helpers/_functions.scss +44 -0
  232. package/build/styles/helpers/_index.scss +6 -0
  233. package/build/styles/helpers/_shadow-dom.scss +5 -0
  234. package/build/styles/helpers/classes/all.css +238 -0
  235. package/build/styles/helpers/classes/all.scss +2 -0
  236. package/build/styles/helpers/classes/divider.css +221 -0
  237. package/build/styles/helpers/classes/divider.scss +13 -0
  238. package/build/styles/helpers/classes/focus.css +24 -0
  239. package/build/styles/helpers/classes/focus.scss +6 -0
  240. package/build/styles/icons/_icon-helpers.scss +161 -0
  241. package/build/styles/icons/_index.scss +1 -0
  242. package/build/styles/icons/absolute.css +1 -0
  243. package/build/styles/icons/absolute.scss +3 -0
  244. package/build/styles/icons/relative.css +1 -0
  245. package/build/styles/icons/relative.scss +50 -0
  246. package/build/styles/icons/rollup.css +1 -0
  247. package/build/styles/icons/rollup.scss +3 -0
  248. package/build/styles/icons/webpack.css +1 -0
  249. package/build/styles/icons/webpack.scss +3 -0
  250. package/build/styles/index.css +1185 -0
  251. package/build/styles/index.scss +6 -0
  252. package/build/styles/relative.css +7344 -0
  253. package/build/styles/relative.scss +4 -0
  254. package/build/styles/rollup.css +1185 -0
  255. package/build/styles/rollup.scss +3 -0
  256. package/build/styles/webpack.css +1185 -0
  257. package/build/styles/webpack.scss +3 -0
  258. package/build/tailwind/tailwind-tokens.json +252 -0
  259. package/build/tailwind/tailwind.config.cjs +15 -0
  260. package/build/tailwind/tailwind.config.mjs +16 -0
  261. package/build/tailwind/theme/colors.css +154 -0
  262. package/build/tailwind/theme/index.css +176 -0
  263. package/package.json +64 -0
@@ -0,0 +1,1072 @@
1
+ /* DON'T USE THIS FILE IN PRODUCTION. */
2
+
3
+ /* THIS IS ONLY FOR YOUR IDEs AUTO-COMPLETE. */
4
+ head {
5
+ /* DIMENSION */
6
+
7
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/sizing */
8
+ --db-sizing-3xs: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
9
+ --db-sizing-2xs: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
10
+ --db-sizing-xs: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
11
+ --db-sizing-sm: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
12
+ --db-sizing-md: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
13
+ --db-sizing-lg: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
14
+ --db-sizing-xl: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
15
+ --db-sizing-2xl: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
16
+ --db-sizing-3xl: "Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height.";
17
+
18
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/spacing */
19
+ --db-spacing-fixed-3xs: "Use fixed spacings for all kind of distances (margin, padding, ...).";
20
+ --db-spacing-fixed-2xs: "Use fixed spacings for all kind of distances (margin, padding, ...).";
21
+ --db-spacing-fixed-xs: "Use fixed spacings for all kind of distances (margin, padding, ...).";
22
+ --db-spacing-fixed-sm: "Use fixed spacings for all kind of distances (margin, padding, ...).";
23
+ --db-spacing-fixed-md: "Use fixed spacings for all kind of distances (margin, padding, ...).";
24
+ --db-spacing-fixed-lg: "Use fixed spacings for all kind of distances (margin, padding, ...).";
25
+ --db-spacing-fixed-xl: "Use fixed spacings for all kind of distances (margin, padding, ...).";
26
+ --db-spacing-fixed-2xl: "Use fixed spacings for all kind of distances (margin, padding, ...).";
27
+ --db-spacing-fixed-3xl: "Use fixed spacings for all kind of distances (margin, padding, ...).";
28
+
29
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/spacing */
30
+ --db-spacing-responsive-3xs: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
31
+ --db-spacing-responsive-2xs: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
32
+ --db-spacing-responsive-xs: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
33
+ --db-spacing-responsive-sm: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
34
+ --db-spacing-responsive-md: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
35
+ --db-spacing-responsive-lg: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
36
+ --db-spacing-responsive-xl: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
37
+ --db-spacing-responsive-2xl: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
38
+ --db-spacing-responsive-3xl: "The primary use-case for responsive spacings are paddings/gaps in an application e.g. the <main> should have a responsive padding.";
39
+
40
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/elevation */
41
+ --db-elevation-sm: "Changes elevation of element.";
42
+ --db-elevation-md: "Changes elevation of element.";
43
+ --db-elevation-lg: "Changes elevation of element.";
44
+
45
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/border-height */
46
+ --db-border-height-3xs: "Changes border-height of element";
47
+ --db-border-height-2xs: "Changes border-height of element";
48
+ --db-border-height-xs: "Changes border-height of element";
49
+ --db-border-height-sm: "Changes border-height of element";
50
+ --db-border-height-md: "Changes border-height of element";
51
+ --db-border-height-lg: "Changes border-height of element";
52
+ --db-border-height-xl: "Changes border-height of element";
53
+ --db-border-height-2xl: "Changes border-height of element";
54
+ --db-border-height-3xl: "Changes border-height of element";
55
+
56
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/border-radius */
57
+ --db-border-radius-3xs: "Changes border-radius of element";
58
+ --db-border-radius-2xs: "Changes border-radius of element";
59
+ --db-border-radius-xs: "Changes border-radius of element";
60
+ --db-border-radius-sm: "Changes border-radius of element";
61
+ --db-border-radius-md: "Changes border-radius of element";
62
+ --db-border-radius-lg: "Changes border-radius of element";
63
+ --db-border-radius-xl: "Changes border-radius of element";
64
+ --db-border-radius-2xl: "Changes border-radius of element";
65
+ --db-border-radius-3xl: "Changes border-radius of element";
66
+
67
+ /* COLORS */
68
+
69
+ /* NOTE: Most of the time you just need adaptive. */
70
+
71
+ /* https://marketingportal.extranet.deutschebahn.com/marketingportal/Design-Anwendungen/db-ux-design-system/version-3/foundation/colors */
72
+
73
+ /* ADAPTIVE */
74
+ --db-adaptive-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
75
+ --db-adaptive-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
76
+ --db-adaptive-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
77
+ --db-adaptive-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
78
+ --db-adaptive-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
79
+ --db-adaptive-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
80
+ --db-adaptive-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
81
+ --db-adaptive-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
82
+ --db-adaptive-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
83
+ --db-adaptive-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
84
+ --db-adaptive-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
85
+ --db-adaptive-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
86
+ --db-adaptive-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
87
+ --db-adaptive-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
88
+ --db-adaptive-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
89
+ --db-adaptive-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
90
+ --db-adaptive-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
91
+ --db-adaptive-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
92
+ --db-adaptive-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
93
+ --db-adaptive-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
94
+ --db-adaptive-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
95
+ --db-adaptive-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
96
+ --db-adaptive-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
97
+ --db-adaptive-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
98
+ --db-adaptive-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
99
+ --db-adaptive-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
100
+ --db-adaptive-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
101
+ --db-adaptive-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
102
+ --db-adaptive-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
103
+ --db-adaptive-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
104
+ --db-adaptive-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
105
+ --db-adaptive-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
106
+ --db-adaptive-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
107
+ --db-adaptive-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
108
+ --db-adaptive-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
109
+ --db-adaptive-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
110
+ --db-adaptive-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
111
+ --db-adaptive-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
112
+ --db-adaptive-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
113
+ --db-adaptive-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
114
+ --db-adaptive-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
115
+ --db-adaptive-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
116
+ --db-adaptive-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
117
+ --db-adaptive-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
118
+ --db-adaptive-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
119
+ --db-adaptive-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
120
+ --db-adaptive-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
121
+ --db-adaptive-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
122
+ --db-adaptive-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
123
+ --db-adaptive-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
124
+ --db-adaptive-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
125
+
126
+ /* NEUTRAL */
127
+ --db-neutral-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
128
+ --db-neutral-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
129
+ --db-neutral-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
130
+ --db-neutral-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
131
+ --db-neutral-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
132
+ --db-neutral-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
133
+ --db-neutral-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
134
+ --db-neutral-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
135
+ --db-neutral-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
136
+ --db-neutral-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
137
+ --db-neutral-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
138
+ --db-neutral-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
139
+ --db-neutral-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
140
+ --db-neutral-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
141
+ --db-neutral-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
142
+ --db-neutral-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
143
+ --db-neutral-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
144
+ --db-neutral-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
145
+ --db-neutral-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
146
+ --db-neutral-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
147
+ --db-neutral-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
148
+ --db-neutral-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
149
+ --db-neutral-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
150
+ --db-neutral-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
151
+ --db-neutral-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
152
+ --db-neutral-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
153
+ --db-neutral-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
154
+ --db-neutral-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
155
+ --db-neutral-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
156
+ --db-neutral-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
157
+ --db-neutral-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
158
+ --db-neutral-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
159
+ --db-neutral-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
160
+ --db-neutral-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
161
+ --db-neutral-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
162
+ --db-neutral-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
163
+ --db-neutral-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
164
+ --db-neutral-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
165
+ --db-neutral-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
166
+ --db-neutral-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
167
+ --db-neutral-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
168
+ --db-neutral-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
169
+ --db-neutral-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
170
+ --db-neutral-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
171
+ --db-neutral-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
172
+ --db-neutral-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
173
+ --db-neutral-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
174
+ --db-neutral-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
175
+ --db-neutral-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
176
+ --db-neutral-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
177
+ --db-neutral-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
178
+
179
+ /* BRAND */
180
+ --db-brand-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
181
+ --db-brand-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
182
+ --db-brand-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
183
+ --db-brand-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
184
+ --db-brand-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
185
+ --db-brand-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
186
+ --db-brand-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
187
+ --db-brand-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
188
+ --db-brand-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
189
+ --db-brand-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
190
+ --db-brand-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
191
+ --db-brand-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
192
+ --db-brand-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
193
+ --db-brand-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
194
+ --db-brand-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
195
+ --db-brand-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
196
+ --db-brand-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
197
+ --db-brand-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
198
+ --db-brand-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
199
+ --db-brand-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
200
+ --db-brand-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
201
+ --db-brand-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
202
+ --db-brand-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
203
+ --db-brand-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
204
+ --db-brand-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
205
+ --db-brand-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
206
+ --db-brand-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
207
+ --db-brand-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
208
+ --db-brand-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
209
+ --db-brand-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
210
+ --db-brand-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
211
+ --db-brand-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
212
+ --db-brand-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
213
+ --db-brand-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
214
+ --db-brand-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
215
+ --db-brand-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
216
+ --db-brand-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
217
+ --db-brand-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
218
+ --db-brand-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
219
+ --db-brand-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
220
+ --db-brand-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
221
+ --db-brand-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
222
+ --db-brand-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
223
+ --db-brand-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
224
+ --db-brand-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
225
+ --db-brand-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
226
+ --db-brand-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
227
+ --db-brand-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
228
+ --db-brand-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
229
+ --db-brand-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
230
+ --db-brand-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
231
+
232
+ /* INFORMATIONAL */
233
+ --db-informational-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
234
+ --db-informational-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
235
+ --db-informational-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
236
+ --db-informational-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
237
+ --db-informational-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
238
+ --db-informational-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
239
+ --db-informational-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
240
+ --db-informational-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
241
+ --db-informational-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
242
+ --db-informational-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
243
+ --db-informational-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
244
+ --db-informational-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
245
+ --db-informational-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
246
+ --db-informational-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
247
+ --db-informational-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
248
+ --db-informational-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
249
+ --db-informational-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
250
+ --db-informational-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
251
+ --db-informational-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
252
+ --db-informational-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
253
+ --db-informational-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
254
+ --db-informational-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
255
+ --db-informational-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
256
+ --db-informational-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
257
+ --db-informational-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
258
+ --db-informational-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
259
+ --db-informational-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
260
+ --db-informational-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
261
+ --db-informational-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
262
+ --db-informational-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
263
+ --db-informational-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
264
+ --db-informational-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
265
+ --db-informational-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
266
+ --db-informational-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
267
+ --db-informational-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
268
+ --db-informational-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
269
+ --db-informational-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
270
+ --db-informational-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
271
+ --db-informational-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
272
+ --db-informational-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
273
+ --db-informational-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
274
+ --db-informational-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
275
+ --db-informational-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
276
+ --db-informational-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
277
+ --db-informational-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
278
+ --db-informational-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
279
+ --db-informational-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
280
+ --db-informational-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
281
+ --db-informational-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
282
+ --db-informational-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
283
+ --db-informational-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
284
+
285
+ /* WARNING */
286
+ --db-warning-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
287
+ --db-warning-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
288
+ --db-warning-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
289
+ --db-warning-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
290
+ --db-warning-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
291
+ --db-warning-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
292
+ --db-warning-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
293
+ --db-warning-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
294
+ --db-warning-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
295
+ --db-warning-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
296
+ --db-warning-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
297
+ --db-warning-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
298
+ --db-warning-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
299
+ --db-warning-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
300
+ --db-warning-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
301
+ --db-warning-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
302
+ --db-warning-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
303
+ --db-warning-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
304
+ --db-warning-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
305
+ --db-warning-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
306
+ --db-warning-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
307
+ --db-warning-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
308
+ --db-warning-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
309
+ --db-warning-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
310
+ --db-warning-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
311
+ --db-warning-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
312
+ --db-warning-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
313
+ --db-warning-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
314
+ --db-warning-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
315
+ --db-warning-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
316
+ --db-warning-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
317
+ --db-warning-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
318
+ --db-warning-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
319
+ --db-warning-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
320
+ --db-warning-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
321
+ --db-warning-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
322
+ --db-warning-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
323
+ --db-warning-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
324
+ --db-warning-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
325
+ --db-warning-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
326
+ --db-warning-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
327
+ --db-warning-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
328
+ --db-warning-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
329
+ --db-warning-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
330
+ --db-warning-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
331
+ --db-warning-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
332
+ --db-warning-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
333
+ --db-warning-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
334
+ --db-warning-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
335
+ --db-warning-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
336
+ --db-warning-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
337
+
338
+ /* SUCCESSFUL */
339
+ --db-successful-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
340
+ --db-successful-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
341
+ --db-successful-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
342
+ --db-successful-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
343
+ --db-successful-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
344
+ --db-successful-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
345
+ --db-successful-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
346
+ --db-successful-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
347
+ --db-successful-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
348
+ --db-successful-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
349
+ --db-successful-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
350
+ --db-successful-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
351
+ --db-successful-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
352
+ --db-successful-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
353
+ --db-successful-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
354
+ --db-successful-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
355
+ --db-successful-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
356
+ --db-successful-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
357
+ --db-successful-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
358
+ --db-successful-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
359
+ --db-successful-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
360
+ --db-successful-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
361
+ --db-successful-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
362
+ --db-successful-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
363
+ --db-successful-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
364
+ --db-successful-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
365
+ --db-successful-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
366
+ --db-successful-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
367
+ --db-successful-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
368
+ --db-successful-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
369
+ --db-successful-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
370
+ --db-successful-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
371
+ --db-successful-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
372
+ --db-successful-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
373
+ --db-successful-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
374
+ --db-successful-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
375
+ --db-successful-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
376
+ --db-successful-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
377
+ --db-successful-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
378
+ --db-successful-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
379
+ --db-successful-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
380
+ --db-successful-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
381
+ --db-successful-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
382
+ --db-successful-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
383
+ --db-successful-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
384
+ --db-successful-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
385
+ --db-successful-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
386
+ --db-successful-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
387
+ --db-successful-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
388
+ --db-successful-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
389
+ --db-successful-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
390
+
391
+ /* CRITICAL */
392
+ --db-critical-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
393
+ --db-critical-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
394
+ --db-critical-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
395
+ --db-critical-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
396
+ --db-critical-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
397
+ --db-critical-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
398
+ --db-critical-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
399
+ --db-critical-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
400
+ --db-critical-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
401
+ --db-critical-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
402
+ --db-critical-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
403
+ --db-critical-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
404
+ --db-critical-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
405
+ --db-critical-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
406
+ --db-critical-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
407
+ --db-critical-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
408
+ --db-critical-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
409
+ --db-critical-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
410
+ --db-critical-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
411
+ --db-critical-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
412
+ --db-critical-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
413
+ --db-critical-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
414
+ --db-critical-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
415
+ --db-critical-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
416
+ --db-critical-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
417
+ --db-critical-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
418
+ --db-critical-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
419
+ --db-critical-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
420
+ --db-critical-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
421
+ --db-critical-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
422
+ --db-critical-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
423
+ --db-critical-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
424
+ --db-critical-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
425
+ --db-critical-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
426
+ --db-critical-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
427
+ --db-critical-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
428
+ --db-critical-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
429
+ --db-critical-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
430
+ --db-critical-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
431
+ --db-critical-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
432
+ --db-critical-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
433
+ --db-critical-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
434
+ --db-critical-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
435
+ --db-critical-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
436
+ --db-critical-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
437
+ --db-critical-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
438
+ --db-critical-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
439
+ --db-critical-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
440
+ --db-critical-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
441
+ --db-critical-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
442
+ --db-critical-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
443
+
444
+ /* YELLOW */
445
+ --db-yellow-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
446
+ --db-yellow-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
447
+ --db-yellow-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
448
+ --db-yellow-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
449
+ --db-yellow-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
450
+ --db-yellow-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
451
+ --db-yellow-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
452
+ --db-yellow-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
453
+ --db-yellow-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
454
+ --db-yellow-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
455
+ --db-yellow-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
456
+ --db-yellow-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
457
+ --db-yellow-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
458
+ --db-yellow-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
459
+ --db-yellow-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
460
+ --db-yellow-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
461
+ --db-yellow-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
462
+ --db-yellow-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
463
+ --db-yellow-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
464
+ --db-yellow-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
465
+ --db-yellow-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
466
+ --db-yellow-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
467
+ --db-yellow-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
468
+ --db-yellow-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
469
+ --db-yellow-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
470
+ --db-yellow-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
471
+ --db-yellow-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
472
+ --db-yellow-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
473
+ --db-yellow-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
474
+ --db-yellow-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
475
+ --db-yellow-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
476
+ --db-yellow-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
477
+ --db-yellow-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
478
+ --db-yellow-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
479
+ --db-yellow-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
480
+ --db-yellow-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
481
+ --db-yellow-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
482
+ --db-yellow-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
483
+ --db-yellow-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
484
+ --db-yellow-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
485
+ --db-yellow-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
486
+ --db-yellow-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
487
+ --db-yellow-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
488
+ --db-yellow-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
489
+ --db-yellow-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
490
+ --db-yellow-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
491
+ --db-yellow-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
492
+ --db-yellow-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
493
+ --db-yellow-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
494
+ --db-yellow-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
495
+ --db-yellow-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
496
+
497
+ /* ORANGE */
498
+ --db-orange-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
499
+ --db-orange-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
500
+ --db-orange-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
501
+ --db-orange-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
502
+ --db-orange-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
503
+ --db-orange-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
504
+ --db-orange-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
505
+ --db-orange-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
506
+ --db-orange-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
507
+ --db-orange-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
508
+ --db-orange-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
509
+ --db-orange-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
510
+ --db-orange-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
511
+ --db-orange-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
512
+ --db-orange-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
513
+ --db-orange-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
514
+ --db-orange-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
515
+ --db-orange-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
516
+ --db-orange-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
517
+ --db-orange-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
518
+ --db-orange-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
519
+ --db-orange-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
520
+ --db-orange-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
521
+ --db-orange-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
522
+ --db-orange-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
523
+ --db-orange-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
524
+ --db-orange-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
525
+ --db-orange-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
526
+ --db-orange-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
527
+ --db-orange-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
528
+ --db-orange-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
529
+ --db-orange-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
530
+ --db-orange-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
531
+ --db-orange-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
532
+ --db-orange-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
533
+ --db-orange-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
534
+ --db-orange-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
535
+ --db-orange-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
536
+ --db-orange-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
537
+ --db-orange-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
538
+ --db-orange-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
539
+ --db-orange-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
540
+ --db-orange-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
541
+ --db-orange-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
542
+ --db-orange-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
543
+ --db-orange-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
544
+ --db-orange-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
545
+ --db-orange-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
546
+ --db-orange-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
547
+ --db-orange-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
548
+ --db-orange-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
549
+
550
+ /* RED */
551
+ --db-red-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
552
+ --db-red-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
553
+ --db-red-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
554
+ --db-red-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
555
+ --db-red-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
556
+ --db-red-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
557
+ --db-red-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
558
+ --db-red-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
559
+ --db-red-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
560
+ --db-red-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
561
+ --db-red-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
562
+ --db-red-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
563
+ --db-red-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
564
+ --db-red-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
565
+ --db-red-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
566
+ --db-red-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
567
+ --db-red-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
568
+ --db-red-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
569
+ --db-red-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
570
+ --db-red-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
571
+ --db-red-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
572
+ --db-red-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
573
+ --db-red-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
574
+ --db-red-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
575
+ --db-red-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
576
+ --db-red-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
577
+ --db-red-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
578
+ --db-red-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
579
+ --db-red-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
580
+ --db-red-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
581
+ --db-red-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
582
+ --db-red-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
583
+ --db-red-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
584
+ --db-red-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
585
+ --db-red-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
586
+ --db-red-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
587
+ --db-red-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
588
+ --db-red-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
589
+ --db-red-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
590
+ --db-red-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
591
+ --db-red-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
592
+ --db-red-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
593
+ --db-red-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
594
+ --db-red-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
595
+ --db-red-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
596
+ --db-red-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
597
+ --db-red-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
598
+ --db-red-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
599
+ --db-red-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
600
+ --db-red-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
601
+ --db-red-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
602
+
603
+ /* PINK */
604
+ --db-pink-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
605
+ --db-pink-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
606
+ --db-pink-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
607
+ --db-pink-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
608
+ --db-pink-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
609
+ --db-pink-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
610
+ --db-pink-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
611
+ --db-pink-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
612
+ --db-pink-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
613
+ --db-pink-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
614
+ --db-pink-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
615
+ --db-pink-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
616
+ --db-pink-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
617
+ --db-pink-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
618
+ --db-pink-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
619
+ --db-pink-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
620
+ --db-pink-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
621
+ --db-pink-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
622
+ --db-pink-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
623
+ --db-pink-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
624
+ --db-pink-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
625
+ --db-pink-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
626
+ --db-pink-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
627
+ --db-pink-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
628
+ --db-pink-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
629
+ --db-pink-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
630
+ --db-pink-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
631
+ --db-pink-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
632
+ --db-pink-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
633
+ --db-pink-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
634
+ --db-pink-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
635
+ --db-pink-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
636
+ --db-pink-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
637
+ --db-pink-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
638
+ --db-pink-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
639
+ --db-pink-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
640
+ --db-pink-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
641
+ --db-pink-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
642
+ --db-pink-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
643
+ --db-pink-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
644
+ --db-pink-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
645
+ --db-pink-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
646
+ --db-pink-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
647
+ --db-pink-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
648
+ --db-pink-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
649
+ --db-pink-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
650
+ --db-pink-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
651
+ --db-pink-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
652
+ --db-pink-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
653
+ --db-pink-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
654
+ --db-pink-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
655
+
656
+ /* VIOLET */
657
+ --db-violet-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
658
+ --db-violet-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
659
+ --db-violet-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
660
+ --db-violet-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
661
+ --db-violet-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
662
+ --db-violet-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
663
+ --db-violet-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
664
+ --db-violet-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
665
+ --db-violet-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
666
+ --db-violet-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
667
+ --db-violet-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
668
+ --db-violet-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
669
+ --db-violet-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
670
+ --db-violet-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
671
+ --db-violet-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
672
+ --db-violet-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
673
+ --db-violet-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
674
+ --db-violet-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
675
+ --db-violet-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
676
+ --db-violet-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
677
+ --db-violet-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
678
+ --db-violet-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
679
+ --db-violet-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
680
+ --db-violet-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
681
+ --db-violet-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
682
+ --db-violet-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
683
+ --db-violet-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
684
+ --db-violet-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
685
+ --db-violet-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
686
+ --db-violet-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
687
+ --db-violet-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
688
+ --db-violet-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
689
+ --db-violet-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
690
+ --db-violet-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
691
+ --db-violet-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
692
+ --db-violet-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
693
+ --db-violet-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
694
+ --db-violet-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
695
+ --db-violet-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
696
+ --db-violet-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
697
+ --db-violet-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
698
+ --db-violet-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
699
+ --db-violet-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
700
+ --db-violet-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
701
+ --db-violet-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
702
+ --db-violet-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
703
+ --db-violet-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
704
+ --db-violet-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
705
+ --db-violet-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
706
+ --db-violet-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
707
+ --db-violet-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
708
+
709
+ /* BLUE */
710
+ --db-blue-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
711
+ --db-blue-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
712
+ --db-blue-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
713
+ --db-blue-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
714
+ --db-blue-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
715
+ --db-blue-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
716
+ --db-blue-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
717
+ --db-blue-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
718
+ --db-blue-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
719
+ --db-blue-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
720
+ --db-blue-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
721
+ --db-blue-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
722
+ --db-blue-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
723
+ --db-blue-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
724
+ --db-blue-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
725
+ --db-blue-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
726
+ --db-blue-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
727
+ --db-blue-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
728
+ --db-blue-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
729
+ --db-blue-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
730
+ --db-blue-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
731
+ --db-blue-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
732
+ --db-blue-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
733
+ --db-blue-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
734
+ --db-blue-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
735
+ --db-blue-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
736
+ --db-blue-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
737
+ --db-blue-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
738
+ --db-blue-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
739
+ --db-blue-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
740
+ --db-blue-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
741
+ --db-blue-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
742
+ --db-blue-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
743
+ --db-blue-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
744
+ --db-blue-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
745
+ --db-blue-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
746
+ --db-blue-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
747
+ --db-blue-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
748
+ --db-blue-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
749
+ --db-blue-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
750
+ --db-blue-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
751
+ --db-blue-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
752
+ --db-blue-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
753
+ --db-blue-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
754
+ --db-blue-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
755
+ --db-blue-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
756
+ --db-blue-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
757
+ --db-blue-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
758
+ --db-blue-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
759
+ --db-blue-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
760
+ --db-blue-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
761
+
762
+ /* CYAN */
763
+ --db-cyan-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
764
+ --db-cyan-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
765
+ --db-cyan-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
766
+ --db-cyan-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
767
+ --db-cyan-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
768
+ --db-cyan-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
769
+ --db-cyan-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
770
+ --db-cyan-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
771
+ --db-cyan-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
772
+ --db-cyan-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
773
+ --db-cyan-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
774
+ --db-cyan-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
775
+ --db-cyan-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
776
+ --db-cyan-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
777
+ --db-cyan-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
778
+ --db-cyan-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
779
+ --db-cyan-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
780
+ --db-cyan-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
781
+ --db-cyan-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
782
+ --db-cyan-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
783
+ --db-cyan-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
784
+ --db-cyan-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
785
+ --db-cyan-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
786
+ --db-cyan-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
787
+ --db-cyan-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
788
+ --db-cyan-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
789
+ --db-cyan-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
790
+ --db-cyan-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
791
+ --db-cyan-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
792
+ --db-cyan-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
793
+ --db-cyan-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
794
+ --db-cyan-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
795
+ --db-cyan-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
796
+ --db-cyan-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
797
+ --db-cyan-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
798
+ --db-cyan-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
799
+ --db-cyan-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
800
+ --db-cyan-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
801
+ --db-cyan-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
802
+ --db-cyan-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
803
+ --db-cyan-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
804
+ --db-cyan-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
805
+ --db-cyan-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
806
+ --db-cyan-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
807
+ --db-cyan-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
808
+ --db-cyan-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
809
+ --db-cyan-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
810
+ --db-cyan-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
811
+ --db-cyan-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
812
+ --db-cyan-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
813
+ --db-cyan-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
814
+
815
+ /* TURQUOISE */
816
+ --db-turquoise-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
817
+ --db-turquoise-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
818
+ --db-turquoise-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
819
+ --db-turquoise-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
820
+ --db-turquoise-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
821
+ --db-turquoise-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
822
+ --db-turquoise-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
823
+ --db-turquoise-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
824
+ --db-turquoise-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
825
+ --db-turquoise-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
826
+ --db-turquoise-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
827
+ --db-turquoise-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
828
+ --db-turquoise-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
829
+ --db-turquoise-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
830
+ --db-turquoise-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
831
+ --db-turquoise-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
832
+ --db-turquoise-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
833
+ --db-turquoise-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
834
+ --db-turquoise-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
835
+ --db-turquoise-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
836
+ --db-turquoise-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
837
+ --db-turquoise-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
838
+ --db-turquoise-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
839
+ --db-turquoise-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
840
+ --db-turquoise-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
841
+ --db-turquoise-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
842
+ --db-turquoise-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
843
+ --db-turquoise-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
844
+ --db-turquoise-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
845
+ --db-turquoise-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
846
+ --db-turquoise-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
847
+ --db-turquoise-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
848
+ --db-turquoise-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
849
+ --db-turquoise-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
850
+ --db-turquoise-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
851
+ --db-turquoise-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
852
+ --db-turquoise-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
853
+ --db-turquoise-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
854
+ --db-turquoise-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
855
+ --db-turquoise-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
856
+ --db-turquoise-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
857
+ --db-turquoise-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
858
+ --db-turquoise-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
859
+ --db-turquoise-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
860
+ --db-turquoise-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
861
+ --db-turquoise-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
862
+ --db-turquoise-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
863
+ --db-turquoise-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
864
+ --db-turquoise-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
865
+ --db-turquoise-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
866
+ --db-turquoise-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
867
+
868
+ /* GREEN */
869
+ --db-green-bg-basic-level-1-default: "Change the background color level of the current element. Can be used on containers and components.";
870
+ --db-green-bg-basic-level-2-default: "Change the background color level of the current element. Can be used on containers and components.";
871
+ --db-green-bg-basic-level-3-default: "Change the background color level of the current element. Can be used on containers and components.";
872
+ --db-green-bg-basic-transparent-semi-default: "Change the background color level of the current element. Can be used on containers and components.";
873
+ --db-green-bg-basic-transparent-full-default: "Change the background color level of the current element. Can be used on containers and components.";
874
+ --db-green-on-bg-basic-emphasis-100-default: "Change the foreground color with another emphasis of the current element.";
875
+ --db-green-on-bg-basic-emphasis-90-default: "Change the foreground color with another emphasis of the current element.";
876
+ --db-green-on-bg-basic-emphasis-80-default: "Change the foreground color with another emphasis of the current element.";
877
+ --db-green-on-bg-basic-emphasis-70-default: "Change the foreground color with another emphasis of the current element.";
878
+ --db-green-on-bg-basic-emphasis-60-default: "Change the foreground color with another emphasis of the current element.";
879
+ --db-green-on-bg-basic-emphasis-50-default: "Change the foreground color with another emphasis of the current element.";
880
+ --db-green-bg-inverted-contrast-max-default: "Change the background color of the current element. Should be used on single components only.";
881
+ --db-green-bg-inverted-contrast-high-default: "Change the background color of the current element. Should be used on single components only.";
882
+ --db-green-bg-inverted-contrast-low-default: "Change the background color of the current element. Should be used on single components only.";
883
+ --db-green-on-bg-inverted-default: "Change the foreground color of the current element. Only used with inverted background colors.";
884
+ --db-green-origin-default: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
885
+ --db-green-on-origin-default: "Change the foreground color of the current element. Only used with origin as background color.";
886
+ --db-green-bg-basic-level-1-hovered: "Change the background color level of the current element. Can be used on containers and components.";
887
+ --db-green-bg-basic-level-2-hovered: "Change the background color level of the current element. Can be used on containers and components.";
888
+ --db-green-bg-basic-level-3-hovered: "Change the background color level of the current element. Can be used on containers and components.";
889
+ --db-green-bg-basic-transparent-semi-hovered: "Change the background color level of the current element. Can be used on containers and components.";
890
+ --db-green-bg-basic-transparent-full-hovered: "Change the background color level of the current element. Can be used on containers and components.";
891
+ --db-green-on-bg-basic-emphasis-100-hovered: "Change the foreground color with another emphasis of the current element.";
892
+ --db-green-on-bg-basic-emphasis-90-hovered: "Change the foreground color with another emphasis of the current element.";
893
+ --db-green-on-bg-basic-emphasis-80-hovered: "Change the foreground color with another emphasis of the current element.";
894
+ --db-green-on-bg-basic-emphasis-70-hovered: "Change the foreground color with another emphasis of the current element.";
895
+ --db-green-on-bg-basic-emphasis-60-hovered: "Change the foreground color with another emphasis of the current element.";
896
+ --db-green-on-bg-basic-emphasis-50-hovered: "Change the foreground color with another emphasis of the current element.";
897
+ --db-green-bg-inverted-contrast-max-hovered: "Change the background color of the current element. Should be used on single components only.";
898
+ --db-green-bg-inverted-contrast-high-hovered: "Change the background color of the current element. Should be used on single components only.";
899
+ --db-green-bg-inverted-contrast-low-hovered: "Change the background color of the current element. Should be used on single components only.";
900
+ --db-green-on-bg-inverted-hovered: "Change the foreground color of the current element. Only used with inverted background colors.";
901
+ --db-green-origin-hovered: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
902
+ --db-green-on-origin-hovered: "Change the foreground color of the current element. Only used with origin as background color.";
903
+ --db-green-bg-basic-level-1-pressed: "Change the background color level of the current element. Can be used on containers and components.";
904
+ --db-green-bg-basic-level-2-pressed: "Change the background color level of the current element. Can be used on containers and components.";
905
+ --db-green-bg-basic-level-3-pressed: "Change the background color level of the current element. Can be used on containers and components.";
906
+ --db-green-bg-basic-transparent-semi-pressed: "Change the background color level of the current element. Can be used on containers and components.";
907
+ --db-green-bg-basic-transparent-full-pressed: "Change the background color level of the current element. Can be used on containers and components.";
908
+ --db-green-on-bg-basic-emphasis-100-pressed: "Change the foreground color with another emphasis of the current element.";
909
+ --db-green-on-bg-basic-emphasis-90-pressed: "Change the foreground color with another emphasis of the current element.";
910
+ --db-green-on-bg-basic-emphasis-80-pressed: "Change the foreground color with another emphasis of the current element.";
911
+ --db-green-on-bg-basic-emphasis-70-pressed: "Change the foreground color with another emphasis of the current element.";
912
+ --db-green-on-bg-basic-emphasis-60-pressed: "Change the foreground color with another emphasis of the current element.";
913
+ --db-green-on-bg-basic-emphasis-50-pressed: "Change the foreground color with another emphasis of the current element.";
914
+ --db-green-bg-inverted-contrast-max-pressed: "Change the background color of the current element. Should be used on single components only.";
915
+ --db-green-bg-inverted-contrast-high-pressed: "Change the background color of the current element. Should be used on single components only.";
916
+ --db-green-bg-inverted-contrast-low-pressed: "Change the background color of the current element. Should be used on single components only.";
917
+ --db-green-on-bg-inverted-pressed: "Change the foreground color of the current element. Only used with inverted background colors.";
918
+ --db-green-origin-pressed: "Origin color can be used for background and foreground. Use this if you know what you are doing, it might not be accessible.";
919
+ --db-green-on-origin-pressed: "Change the foreground color of the current element. Only used with origin as background color.";
920
+ }
921
+
922
+ .db-density-expressive {
923
+ /* Use this to change the density of the element. */
924
+ }
925
+
926
+ .db-density-regular {
927
+ /* Use this to change the density of the element. */
928
+ }
929
+
930
+ .db-density-functional {
931
+ /* Use this to change the density of the element. */
932
+ }
933
+
934
+ .db-focus-default {
935
+ /* Use this to set default focus outline. */
936
+ }
937
+
938
+ .db-divider-top-before {
939
+ /* Use this to add a divider as :before or :after element. */
940
+ }
941
+
942
+ .db-divider-bottom-before {
943
+ /* Use this to add a divider as :before or :after element. */
944
+ }
945
+
946
+ .db-divider-left-before {
947
+ /* Use this to add a divider as :before or :after element. */
948
+ }
949
+
950
+ .db-divider-right-before {
951
+ /* Use this to add a divider as :before or :after element. */
952
+ }
953
+
954
+ .db-divider-top-after {
955
+ /* Use this to add a divider as :before or :after element. */
956
+ }
957
+
958
+ .db-divider-bottom-after {
959
+ /* Use this to add a divider as :before or :after element. */
960
+ }
961
+
962
+ .db-divider-left-after {
963
+ /* Use this to add a divider as :before or :after element. */
964
+ }
965
+
966
+ .db-divider-right-after {
967
+ /* Use this to add a divider as :before or :after element. */
968
+ }
969
+
970
+ .db-bg-color-basic-level-1 {
971
+ /* Change the background color level of the current element. */
972
+ }
973
+
974
+ .db-bg-color-basic-level-2 {
975
+ /* Change the background color level of the current element. */
976
+ }
977
+
978
+ .db-bg-color-basic-level-3 {
979
+ /* Change the background color level of the current element. */
980
+ }
981
+
982
+ .db-bg-color-basic-transparent-semi {
983
+ /* Change the background color level of the current element. */
984
+ }
985
+
986
+ .db-bg-color-basic-transparent-full {
987
+ /* Change the background color level of the current element. */
988
+ }
989
+
990
+ .db-on-bg-color-basic-emphasis-100 {
991
+ /* Change the foreground color with another emphasis of the current element. */
992
+ }
993
+
994
+ .db-on-bg-color-basic-emphasis-90 {
995
+ /* Change the foreground color with another emphasis of the current element. */
996
+ }
997
+
998
+ .db-on-bg-color-basic-emphasis-80 {
999
+ /* Change the foreground color with another emphasis of the current element. */
1000
+ }
1001
+
1002
+ .db-on-bg-color-basic-emphasis-70 {
1003
+ /* Change the foreground color with another emphasis of the current element. */
1004
+ }
1005
+
1006
+ .db-on-bg-color-basic-emphasis-60 {
1007
+ /* Change the foreground color with another emphasis of the current element. */
1008
+ }
1009
+
1010
+ .db-on-bg-color-basic-emphasis-50 {
1011
+ /* Change the foreground color with another emphasis of the current element. */
1012
+ }
1013
+
1014
+ .db-color-neutral {
1015
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1016
+ }
1017
+
1018
+ .db-color-brand {
1019
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1020
+ }
1021
+
1022
+ .db-color-informational {
1023
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1024
+ }
1025
+
1026
+ .db-color-warning {
1027
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1028
+ }
1029
+
1030
+ .db-color-successful {
1031
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1032
+ }
1033
+
1034
+ .db-color-critical {
1035
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1036
+ }
1037
+
1038
+ .db-color-yellow {
1039
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1040
+ }
1041
+
1042
+ .db-color-orange {
1043
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1044
+ }
1045
+
1046
+ .db-color-red {
1047
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1048
+ }
1049
+
1050
+ .db-color-pink {
1051
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1052
+ }
1053
+
1054
+ .db-color-violet {
1055
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1056
+ }
1057
+
1058
+ .db-color-blue {
1059
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1060
+ }
1061
+
1062
+ .db-color-cyan {
1063
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1064
+ }
1065
+
1066
+ .db-color-turquoise {
1067
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1068
+ }
1069
+
1070
+ .db-color-green {
1071
+ /* These classes define the monochromatic adaptive color scheme for a container. Texts, icons and backgrounds in it than automatically adapt to the color set. */
1072
+ }