/** * Generated file, do not edit directly! */ declare const _default: { Theme: { Foreground: { /** Css custom property: --dt-colors-theme-foreground-10. Default value: #2d2e4e. */ '10': string; /** Css custom property: --dt-colors-theme-foreground-20. Default value: #fff. */ '20': string; }; Background: { Shell: { /** Css custom property: --dt-colors-theme-background-shell-default. Default value: #f2f2f5. */ Default: string; }; Surface: { /** Css custom property: --dt-colors-theme-background-surface-backdrop-embedded. Default value: #f9f9facc. */ BackdropEmbedded: string; }; /** Css custom property: --dt-colors-theme-background-10. Default value: #f9f9fa. */ '10': string; /** Css custom property: --dt-colors-theme-background-20. Default value: #fff. */ '20': string; }; Neutral: { /** Css custom property: --dt-colors-theme-neutral-10. Default value: #f2f2f5. */ '10': string; /** Css custom property: --dt-colors-theme-neutral-20. Default value: #ebecf0. */ '20': string; /** Css custom property: --dt-colors-theme-neutral-30. Default value: #e4e5eb. */ '30': string; /** Css custom property: --dt-colors-theme-neutral-40. Default value: #dadbe4. */ '40': string; /** Css custom property: --dt-colors-theme-neutral-50. Default value: #d0d1dc. */ '50': string; /** Css custom property: --dt-colors-theme-neutral-60. Default value: #c6c7d5. */ '60': string; /** Css custom property: --dt-colors-theme-neutral-70. Default value: #5b5c81. */ '70': string; /** Css custom property: --dt-colors-theme-neutral-80. Default value: #4d4e72. */ '80': string; /** Css custom property: --dt-colors-theme-neutral-90. Default value: #404164. */ '90': string; }; Primary: { /** Css custom property: --dt-colors-theme-primary-10. Default value: #f1f2f9. */ '10': string; /** Css custom property: --dt-colors-theme-primary-20. Default value: #e9ecf8. */ '20': string; /** Css custom property: --dt-colors-theme-primary-30. Default value: #e1e5f7. */ '30': string; /** Css custom property: --dt-colors-theme-primary-40. Default value: #d5dbf6. */ '40': string; /** Css custom property: --dt-colors-theme-primary-50. Default value: #c9d1f4. */ '50': string; /** Css custom property: --dt-colors-theme-primary-60. Default value: #bdc7f2. */ '60': string; /** Css custom property: --dt-colors-theme-primary-70. Default value: #474fcf. */ '70': string; /** Css custom property: --dt-colors-theme-primary-80. Default value: #3b3fbe. */ '80': string; /** Css custom property: --dt-colors-theme-primary-90. Default value: #312dad. */ '90': string; }; Success: { /** Css custom property: --dt-colors-theme-success-10. Default value: #f1f3f3. */ '10': string; /** Css custom property: --dt-colors-theme-success-20. Default value: #e8eded. */ '20': string; /** Css custom property: --dt-colors-theme-success-30. Default value: #e0e7e6. */ '30': string; /** Css custom property: --dt-colors-theme-success-40. Default value: #d3dedd. */ '40': string; /** Css custom property: --dt-colors-theme-success-50. Default value: #c7d5d3. */ '50': string; /** Css custom property: --dt-colors-theme-success-60. Default value: #bbccc9. */ '60': string; /** Css custom property: --dt-colors-theme-success-70. Default value: #2f6862. */ '70': string; /** Css custom property: --dt-colors-theme-success-80. Default value: #1f5a54. */ '80': string; /** Css custom property: --dt-colors-theme-success-90. Default value: #0d4c47. */ '90': string; }; Warning: { /** Css custom property: --dt-colors-theme-warning-10. Default value: #f9f6f3. */ '10': string; /** Css custom property: --dt-colors-theme-warning-20. Default value: #f9f3ec. */ '20': string; /** Css custom property: --dt-colors-theme-warning-30. Default value: #f9f0e5. */ '30': string; /** Css custom property: --dt-colors-theme-warning-40. Default value: #f9ebdb. */ '40': string; /** Css custom property: --dt-colors-theme-warning-50. Default value: #f9e6d0. */ '50': string; /** Css custom property: --dt-colors-theme-warning-60. Default value: #f9e1c6. */ '60': string; /** Css custom property: --dt-colors-theme-warning-70. Default value: #eea53c. */ '70': string; /** Css custom property: --dt-colors-theme-warning-80. Default value: #ffb54f. */ '80': string; /** Css custom property: --dt-colors-theme-warning-90. Default value: #ffc76d. */ '90': string; }; Critical: { /** Css custom property: --dt-colors-theme-critical-10. Default value: #f9f1f2. */ '10': string; /** Css custom property: --dt-colors-theme-critical-20. Default value: #f8e9e9. */ '20': string; /** Css custom property: --dt-colors-theme-critical-30. Default value: #f8e1e1. */ '30': string; /** Css custom property: --dt-colors-theme-critical-40. Default value: #f6d6d5. */ '40': string; /** Css custom property: --dt-colors-theme-critical-50. Default value: #f5cac9. */ '50': string; /** Css custom property: --dt-colors-theme-critical-60. Default value: #f3bebd. */ '60': string; /** Css custom property: --dt-colors-theme-critical-70. Default value: #c62239. */ '70': string; /** Css custom property: --dt-colors-theme-critical-80. Default value: #b4002b. */ '80': string; /** Css custom property: --dt-colors-theme-critical-90. Default value: #a2001d. */ '90': string; }; }; Background: { Base: { /** * Use for the background of your app. * Css custom property: --dt-colors-background-base-default. Default value: #f9f9fa. */ Default: string; }; Surface: { /** * Use as the backdrop for surfaces to reduce the visual noise of background elements. * Css custom property: --dt-colors-background-surface-backdrop. Default value: #f9f9facc. */ Backdrop: string; /** * Use as the backdrop for embedded overlays to reduce the visual noise of background elements. * Css custom property: --dt-colors-background-surface-backdrop-embedded. Default value: #f9f9facc. */ BackdropEmbedded: string; /** * Use for default surface background. * Css custom property: --dt-colors-background-surface-default. Default value: #fff. */ Default: string; }; Container: { Neutral: { /** * Use for subtle containers. * Css custom property: --dt-colors-background-container-neutral-subdued. Default value: #f9f9fa. */ Subdued: string; /** * Use for default containers. * Css custom property: --dt-colors-background-container-neutral-default. Default value: #f2f2f5. */ Default: string; /** * Use for emphasized neutral containers that draw attention. * Css custom property: --dt-colors-background-container-neutral-emphasized. Default value: #ebecf0. */ Emphasized: string; /** * Use for accentuated neutral containers with high contrast. Use sparingly. * Css custom property: --dt-colors-background-container-neutral-accent. Default value: #5b5c81. */ Accent: string; }; Primary: { /** * Use for default primary color containers. * Css custom property: --dt-colors-background-container-primary-default. Default value: #f1f2f9. */ Default: string; /** * Use for emphasized primary color containers that draw attention. * Css custom property: --dt-colors-background-container-primary-emphasized. Default value: #e9ecf8. */ Emphasized: string; /** * Use for accentuated primary color containers with high contrast. Use sparingly. * Css custom property: --dt-colors-background-container-primary-accent. Default value: #474fcf. */ Accent: string; }; Success: { /** * Use for default success color containers. * Css custom property: --dt-colors-background-container-success-default. Default value: #f1f3f3. */ Default: string; /** * Use for emphasized success color containers that draw attention. * Css custom property: --dt-colors-background-container-success-emphasized. Default value: #e8eded. */ Emphasized: string; /** * Use for accentuated success color containers with high contrast. Use sparingly. * Css custom property: --dt-colors-background-container-success-accent. Default value: #2f6862. */ Accent: string; }; Warning: { /** * Use for default warning color containers. * Css custom property: --dt-colors-background-container-warning-default. Default value: #f9f6f3. */ Default: string; /** * Use for emphasized warning color containers that draw attention. * Css custom property: --dt-colors-background-container-warning-emphasized. Default value: #f9f3ec. */ Emphasized: string; /** * Use for accentuated warning color containers with high contrast. Use sparingly. * Css custom property: --dt-colors-background-container-warning-accent. Default value: #eea53c. */ Accent: string; }; Critical: { /** * Use for default critical color containers. * Css custom property: --dt-colors-background-container-critical-default. Default value: #f9f1f2. */ Default: string; /** * Use for emphasized critical color containers that draw attention. * Css custom property: --dt-colors-background-container-critical-emphasized. Default value: #f8e9e9. */ Emphasized: string; /** * Use for accentuated critical color containers with high contrast. Use sparingly. * Css custom property: --dt-colors-background-container-critical-accent. Default value: #c62239. */ Accent: string; }; }; Field: { Neutral: { /** * Use for disabled neutral fields. * Css custom property: --dt-colors-background-field-neutral-disabled. Default value: #e4e5eb80. */ Disabled: string; /** * Use for default neutral fields. * Css custom property: --dt-colors-background-field-neutral-default. Default value: #e4e5eb00. */ Default: string; /** * Use for hover interaction on default neutral fields. * Css custom property: --dt-colors-background-field-neutral-default-hover. Default value: #dadbe4. */ DefaultHover: string; /** * Use for click interaction on default neutral fields. * Css custom property: --dt-colors-background-field-neutral-default-active. Default value: #d0d1dc. */ DefaultActive: string; /** * Use for emphasized neutral fields. * Css custom property: --dt-colors-background-field-neutral-emphasized. Default value: #e4e5eb. */ Emphasized: string; /** * Use for hover interaction on emphasized neutral fields. * Css custom property: --dt-colors-background-field-neutral-emphasized-hover. Default value: #dadbe4. */ EmphasizedHover: string; /** * Use for click interaction on emphasized neutral fields. * Css custom property: --dt-colors-background-field-neutral-emphasized-active. Default value: #d0d1dc. */ EmphasizedActive: string; /** * Use for accentuated neutral fields. Use sparingly. * Css custom property: --dt-colors-background-field-neutral-accent. Default value: #5b5c81. */ Accent: string; /** * Use for hover interaction on accentuated neutral fields. * Css custom property: --dt-colors-background-field-neutral-accent-hover. Default value: #4d4e72. */ AccentHover: string; /** * Use for click interaction on accentuated neutral fields. * Css custom property: --dt-colors-background-field-neutral-accent-active. Default value: #404164. */ AccentActive: string; }; Primary: { /** * Use for disabled primary fields. * Css custom property: --dt-colors-background-field-primary-disabled. Default value: #e4e5eb80. */ Disabled: string; /** * Use for default primary fields. * Css custom property: --dt-colors-background-field-primary-default. Default value: #e1e5f700. */ Default: string; /** * Use for hover interaction on default primary fields. * Css custom property: --dt-colors-background-field-primary-default-hover. Default value: #d5dbf6. */ DefaultHover: string; /** * Use for click interaction on default primary fields. * Css custom property: --dt-colors-background-field-primary-default-active. Default value: #c9d1f4. */ DefaultActive: string; /** * Use for emphasized primary fields. * Css custom property: --dt-colors-background-field-primary-emphasized. Default value: #e1e5f7. */ Emphasized: string; /** * Use for hover interaction on emphasized primary fields. * Css custom property: --dt-colors-background-field-primary-emphasized-hover. Default value: #d5dbf6. */ EmphasizedHover: string; /** * Use for click interaction on emphasized primary fields. * Css custom property: --dt-colors-background-field-primary-emphasized-active. Default value: #c9d1f4. */ EmphasizedActive: string; /** * Use for accentuated primary fields. Use sparingly. * Css custom property: --dt-colors-background-field-primary-accent. Default value: #474fcf. */ Accent: string; /** * Use for hover interaction on accentuated primary fields. * Css custom property: --dt-colors-background-field-primary-accent-hover. Default value: #3b3fbe. */ AccentHover: string; /** * Use for click interaction on accentuated primary fields. * Css custom property: --dt-colors-background-field-primary-accent-active. Default value: #312dad. */ AccentActive: string; }; Success: { /** * Use for disabled success fields. * Css custom property: --dt-colors-background-field-success-disabled. Default value: #e4e5eb80. */ Disabled: string; /** * Use for default success fields. * Css custom property: --dt-colors-background-field-success-default. Default value: #e0e7e600. */ Default: string; /** * Use for hover interaction on default success fields. * Css custom property: --dt-colors-background-field-success-default-hover. Default value: #d3dedd. */ DefaultHover: string; /** * Use for click interaction on default success fields. * Css custom property: --dt-colors-background-field-success-default-active. Default value: #c7d5d3. */ DefaultActive: string; /** * Use for emphasized success fields. * Css custom property: --dt-colors-background-field-success-emphasized. Default value: #e0e7e6. */ Emphasized: string; /** * Use for hover interaction on emphasized success fields. * Css custom property: --dt-colors-background-field-success-emphasized-hover. Default value: #d3dedd. */ EmphasizedHover: string; /** * Use for click interaction on emphasized success fields. * Css custom property: --dt-colors-background-field-success-emphasized-active. Default value: #c7d5d3. */ EmphasizedActive: string; /** * Use for accentuated success fields. Use sparingly. * Css custom property: --dt-colors-background-field-success-accent. Default value: #2f6862. */ Accent: string; /** * Use for hover interaction on accentuated success fields. * Css custom property: --dt-colors-background-field-success-accent-hover. Default value: #1f5a54. */ AccentHover: string; /** * Use for click interaction on accentuated success fields. * Css custom property: --dt-colors-background-field-success-accent-active. Default value: #0d4c47. */ AccentActive: string; }; Warning: { /** * Use for disabled warning fields. * Css custom property: --dt-colors-background-field-warning-disabled. Default value: #e4e5eb80. */ Disabled: string; /** * Use for default warning fields. * Css custom property: --dt-colors-background-field-warning-default. Default value: #f9f0e500. */ Default: string; /** * Use for hover interaction on default warning fields. * Css custom property: --dt-colors-background-field-warning-default-hover. Default value: #f9ebdb. */ DefaultHover: string; /** * Use for click interaction on default warning fields. * Css custom property: --dt-colors-background-field-warning-default-active. Default value: #f9e6d0. */ DefaultActive: string; /** * Use for emphasized warning fields. * Css custom property: --dt-colors-background-field-warning-emphasized. Default value: #f9f0e5. */ Emphasized: string; /** * Use for hover interaction on emphasized warning fields. * Css custom property: --dt-colors-background-field-warning-emphasized-hover. Default value: #f9ebdb. */ EmphasizedHover: string; /** * Use for click interaction on emphasized warning fields. * Css custom property: --dt-colors-background-field-warning-emphasized-active. Default value: #f9e6d0. */ EmphasizedActive: string; /** * Use for accentuated warning fields. Use sparingly. * Css custom property: --dt-colors-background-field-warning-accent. Default value: #eea53c. */ Accent: string; /** * Use for hover interaction on accentuated warning fields. * Css custom property: --dt-colors-background-field-warning-accent-hover. Default value: #ffb54f. */ AccentHover: string; /** * Use for click interaction on accentuated warning fields. * Css custom property: --dt-colors-background-field-warning-accent-active. Default value: #ffc76d. */ AccentActive: string; }; Critical: { /** * Use for disabled critical fields. * Css custom property: --dt-colors-background-field-critical-disabled. Default value: #e4e5eb80. */ Disabled: string; /** * Use for default critical fields. * Css custom property: --dt-colors-background-field-critical-default. Default value: #f8e1e100. */ Default: string; /** * Use for hover interaction on default critical fields. * Css custom property: --dt-colors-background-field-critical-default-hover. Default value: #f6d6d5. */ DefaultHover: string; /** * Use for click interaction on default critical fields. * Css custom property: --dt-colors-background-field-critical-default-active. Default value: #f5cac9. */ DefaultActive: string; /** * Use for emphasized critical fields. * Css custom property: --dt-colors-background-field-critical-emphasized. Default value: #f8e1e1. */ Emphasized: string; /** * Use for hover interaction on emphasized critical fields. * Css custom property: --dt-colors-background-field-critical-emphasized-hover. Default value: #f6d6d5. */ EmphasizedHover: string; /** * Use for click interaction on emphasized critical fields. * Css custom property: --dt-colors-background-field-critical-emphasized-active. Default value: #f5cac9. */ EmphasizedActive: string; /** * Use for accentuated critical fields. Use sparingly. * Css custom property: --dt-colors-background-field-critical-accent. Default value: #c62239. */ Accent: string; /** * Use for hover interaction on accentuated critical fields. * Css custom property: --dt-colors-background-field-critical-accent-hover. Default value: #b4002b. */ AccentHover: string; /** * Use for click interaction on accentuated critical fields. * Css custom property: --dt-colors-background-field-critical-accent-active. Default value: #a2001d. */ AccentActive: string; }; }; Shell: { /** * Use for the shell background. * Css custom property: --dt-colors-background-shell-default. Default value: #f2f2f5. */ Default: string; }; }; Border: { Neutral: { OnAccent: { /** * Use as border color for disabled elements in accentuated context. * Css custom property: --dt-colors-border-neutral-on-accent-disabled. Default value: #f3f3f633. */ Disabled: string; /** * Use as border color for elements in accentuated context. * Css custom property: --dt-colors-border-neutral-on-accent-default. Default value: #f3f3f6. */ Default: string; /** * Use as border color for elements in accentuated context on hover interaction. * Css custom property: --dt-colors-border-neutral-on-accent-default-hover. Default value: #f3f3f6cc. */ DefaultHover: string; /** * Use as border color for elements in accentuated context on click interaction. * Css custom property: --dt-colors-border-neutral-on-accent-default-active. Default value: #f3f3f699. */ DefaultActive: string; }; /** * Use as the default border color in a disabled state. * Css custom property: --dt-colors-border-neutral-disabled. Default value: #dadbe480. */ Disabled: string; /** * Use as the default border color. * Css custom property: --dt-colors-border-neutral-default. Default value: #dadbe4. */ Default: string; /** * Use as default border color on hover interaction. * Css custom property: --dt-colors-border-neutral-default-hover. Default value: #d0d1dc. */ DefaultHover: string; /** * Use as default border color on click interaction. * Css custom property: --dt-colors-border-neutral-default-active. Default value: #c6c7d5. */ DefaultActive: string; /** * Use as the border color of accentuated elements. * Css custom property: --dt-colors-border-neutral-accent. Default value: #595a7d. */ Accent: string; /** * Use as border color of accentuated elements on hover interaction. * Css custom property: --dt-colors-border-neutral-accent-hover. Default value: #434465. */ AccentHover: string; /** * Use as border color of accentuated elements on click interaction. * Css custom property: --dt-colors-border-neutral-accent-active. Default value: #2f2f4f. */ AccentActive: string; /** * Use as border color of subtle elements. * Css custom property: --dt-colors-border-neutral-subdued. Default value: #e4e5eb. */ Subdued: string; /** * Use as border color of subtle elements on hover interaction. * Css custom property: --dt-colors-border-neutral-subdued-hover. Default value: #d0d1dc. */ SubduedHover: string; /** * Use for click interactions on subtle elements. * Css custom property: --dt-colors-border-neutral-subdued-active. Default value: #c6c7d5. */ SubduedActive: string; }; Primary: { OnAccent: { /** * Use as border color for disabled elements in primary accentuated context. * Css custom property: --dt-colors-border-primary-on-accent-disabled. Default value: #f4f4fb33. */ Disabled: string; /** * Use as border color for elements in primary accentuated context. * Css custom property: --dt-colors-border-primary-on-accent-default. Default value: #f4f4fb. */ Default: string; /** * Use as border color for elements in primary accentuated context on hover interaction. * Css custom property: --dt-colors-border-primary-on-accent-default-hover. Default value: #f4f4fbcc. */ DefaultHover: string; /** * Use as border color for elements in primary accentuated context on click interaction. * Css custom property: --dt-colors-border-primary-on-accent-default-active. Default value: #f4f4fb99. */ DefaultActive: string; }; /** * Use as border primary color in a disabled state. * Css custom property: --dt-colors-border-primary-disabled. Default value: #dadbe480. */ Disabled: string; /** * Use as the default primary border color. * Css custom property: --dt-colors-border-primary-default. Default value: #d5dbf6. */ Default: string; /** * Use as default border primary color on hover interaction. * Css custom property: --dt-colors-border-primary-default-hover. Default value: #c9d1f4. */ DefaultHover: string; /** * Use as default border primary color on click interaction. * Css custom property: --dt-colors-border-primary-default-active. Default value: #bdc7f2. */ DefaultActive: string; /** * Use as the border color of primary accentuated elements. * Css custom property: --dt-colors-border-primary-accent. Default value: #464cce. */ Accent: string; /** * Use as border color of primary accentuated elements on hover interaction. * Css custom property: --dt-colors-border-primary-accent-hover. Default value: #3431b3. */ AccentHover: string; /** * Use as border color of primary accentuated elements on click interaction. * Css custom property: --dt-colors-border-primary-accent-active. Default value: #250f98. */ AccentActive: string; }; Success: { OnAccent: { /** * Use as border color for disabled elements in success accentuated context. * Css custom property: --dt-colors-border-success-on-accent-disabled. Default value: #f1f4f433. */ Disabled: string; /** * Use as border color for elements in success accentuated context. * Css custom property: --dt-colors-border-success-on-accent-default. Default value: #f1f4f4. */ Default: string; /** * Use as border color for elements in success accentuated context on hover interaction. * Css custom property: --dt-colors-border-success-on-accent-default-hover. Default value: #f1f4f4cc. */ DefaultHover: string; /** * Use as border color for elements in success accentuated context on click interaction. * Css custom property: --dt-colors-border-success-on-accent-default-active. Default value: #f1f4f499. */ DefaultActive: string; }; /** * Use as border success color in a disabled state. * Css custom property: --dt-colors-border-success-disabled. Default value: #dadbe480. */ Disabled: string; /** * Use as the default success border color. * Css custom property: --dt-colors-border-success-default. Default value: #d3dedd. */ Default: string; /** * Use as default border success color on hover interaction. * Css custom property: --dt-colors-border-success-default-hover. Default value: #c7d5d3. */ DefaultHover: string; /** * Use as default border success color on click interaction. * Css custom property: --dt-colors-border-success-default-active. Default value: #bbccc9. */ DefaultActive: string; /** * Use as the border color of success accentuated elements. * Css custom property: --dt-colors-border-success-accent. Default value: #2d6761. */ Accent: string; /** * Use as border color of success accentuated elements on hover interaction. * Css custom property: --dt-colors-border-success-accent-hover. Default value: #12504b. */ AccentHover: string; /** * Use as border color of success accentuated elements on click interaction. * Css custom property: --dt-colors-border-success-accent-active. Default value: #003b36. */ AccentActive: string; }; Warning: { OnAccent: { /** * Use as border color for disabled elements in warning accentuated context. * Css custom property: --dt-colors-border-warning-on-accent-disabled. Default value: #27202433. */ Disabled: string; /** * Use as border color for elements in warning accentuated context. * Css custom property: --dt-colors-border-warning-on-accent-default. Default value: #272024. */ Default: string; /** * Use as border color for elements in warning accentuated context on hover interaction. * Css custom property: --dt-colors-border-warning-on-accent-default-hover. Default value: #272024cc. */ DefaultHover: string; /** * Use as border color for elements in warning accentuated context on click interaction. * Css custom property: --dt-colors-border-warning-on-accent-default-active. Default value: #27202499. */ DefaultActive: string; }; /** * Use as border warning color in a disabled state. * Css custom property: --dt-colors-border-warning-disabled. Default value: #dadbe480. */ Disabled: string; /** * Use as the default warning border color. * Css custom property: --dt-colors-border-warning-default. Default value: #f9ebdb. */ Default: string; /** * Use as default border warning color on hover interaction. * Css custom property: --dt-colors-border-warning-default-hover. Default value: #f9e6d0. */ DefaultHover: string; /** * Use as default border warning color on click interaction. * Css custom property: --dt-colors-border-warning-default-active. Default value: #f9e1c6. */ DefaultActive: string; /** * Use as the border color of warning accentuated elements. * Css custom property: --dt-colors-border-warning-accent. Default value: #855400. */ Accent: string; /** * Use as border color of warning accentuated elements on hover interaction. * Css custom property: --dt-colors-border-warning-accent-hover. Default value: #6d3d00. */ AccentHover: string; /** * Use as border color of warning accentuated elements on click interaction. * Css custom property: --dt-colors-border-warning-accent-active. Default value: #512a00. */ AccentActive: string; }; Critical: { OnAccent: { /** * Use as border color for disabled elements in critical accentuated context. * Css custom property: --dt-colors-border-critical-on-accent-disabled. Default value: #f9f1f333. */ Disabled: string; /** * Use as border color for elements in critical accentuated context. * Css custom property: --dt-colors-border-critical-on-accent-default. Default value: #f9f1f3. */ Default: string; /** * Use as border color for elements in critical accentuated context on hover interaction. * Css custom property: --dt-colors-border-critical-on-accent-default-hover. Default value: #f9f1f3cc. */ DefaultHover: string; /** * Use as border color for elements in critical accentuated context on click interaction. * Css custom property: --dt-colors-border-critical-on-accent-default-active. Default value: #f9f1f399. */ DefaultActive: string; }; /** * Use as border critical color in a disabled state. * Css custom property: --dt-colors-border-critical-disabled. Default value: #dadbe480. */ Disabled: string; /** * Use as the default critical border color. * Css custom property: --dt-colors-border-critical-default. Default value: #f6d6d5. */ Default: string; /** * Use as default border critical color on hover interaction. * Css custom property: --dt-colors-border-critical-default-hover. Default value: #f5cac9. */ DefaultHover: string; /** * Use as default border critical color on click interaction. * Css custom property: --dt-colors-border-critical-default-active. Default value: #f3bebd. */ DefaultActive: string; /** * Use as the border color of critical accentuated elements. * Css custom property: --dt-colors-border-critical-accent. Default value: #bb0731. */ Accent: string; /** * Use as border color of critical accentuated elements on hover interaction. * Css custom property: --dt-colors-border-critical-accent-hover. Default value: #9b001e. */ AccentHover: string; /** * Use as border color of critical accentuated elements on click interaction. * Css custom property: --dt-colors-border-critical-accent-active. Default value: #750013. */ AccentActive: string; }; }; Text: { Neutral: { OnAccent: { /** * Use as text color for disabled elements in accentuated context. * Css custom property: --dt-colors-text-neutral-on-accent-disabled. Default value: #f3f3f680. */ Disabled: string; /** * Use as text color for elements in accentuated context. * Css custom property: --dt-colors-text-neutral-on-accent-default. Default value: #f3f3f6. */ Default: string; /** * Use as text color for elements in accentuated context on hover interaction. * Css custom property: --dt-colors-text-neutral-on-accent-default-hover. Default value: #f3f3f6cc. */ DefaultHover: string; /** * Use as text color for elements in accentuated context on click interaction. * Css custom property: --dt-colors-text-neutral-on-accent-default-active. Default value: #f3f3f699. */ DefaultActive: string; }; /** * Use for text color on disabled state. * Css custom property: --dt-colors-text-neutral-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use for subtle, understated text color. * Css custom property: --dt-colors-text-neutral-subdued. Default value: #595a7d. */ Subdued: string; /** * Use for subtle, understated text color on hover interaction. * Css custom property: --dt-colors-text-neutral-subdued-hover. Default value: #434465. */ SubduedHover: string; /** * Use for subtle, understated text color on click interaction. * Css custom property: --dt-colors-text-neutral-subdued-active. Default value: #2f2f4f. */ SubduedActive: string; /** * Use as the default text color. * Css custom property: --dt-colors-text-neutral-default. Default value: #2f2f4f. */ Default: string; /** * Use as the default text color on hover interaction. * Css custom property: --dt-colors-text-neutral-default-hover. Default value: #434465. */ DefaultHover: string; /** * Use as the default text color on click interaction. * Css custom property: --dt-colors-text-neutral-default-active. Default value: #595a7d. */ DefaultActive: string; }; Primary: { OnAccent: { /** * Use as text color for disabled elements in primary accentuated context. * Css custom property: --dt-colors-text-primary-on-accent-disabled. Default value: #f4f4fb80. */ Disabled: string; /** * Use as text color for elements in primary accentuated context. * Css custom property: --dt-colors-text-primary-on-accent-default. Default value: #f4f4fb. */ Default: string; /** * Use as text color for elements in primary accentuated context on hover interaction. * Css custom property: --dt-colors-text-primary-on-accent-default-hover. Default value: #f4f4fbcc. */ DefaultHover: string; /** * Use as text color for elements in primary accentuated context on click interaction. * Css custom property: --dt-colors-text-primary-on-accent-default-active. Default value: #f4f4fb99. */ DefaultActive: string; }; /** * Use for primary text color on disabled state. * Css custom property: --dt-colors-text-primary-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default primary text color. * Css custom property: --dt-colors-text-primary-default. Default value: #464cce. */ Default: string; /** * Use as the default primary text color on hover interaction. * Css custom property: --dt-colors-text-primary-default-hover. Default value: #3431b3. */ DefaultHover: string; /** * Use as the default primary text color on click interaction. * Css custom property: --dt-colors-text-primary-default-active. Default value: #250f98. */ DefaultActive: string; }; Success: { OnAccent: { /** * Use as text color for disabled elements in success accentuated context. * Css custom property: --dt-colors-text-success-on-accent-disabled. Default value: #f1f4f480. */ Disabled: string; /** * Use as text color for elements in success accentuated context. * Css custom property: --dt-colors-text-success-on-accent-default. Default value: #f1f4f4. */ Default: string; /** * Use as text color for elements in success accentuated context on hover interaction. * Css custom property: --dt-colors-text-success-on-accent-default-hover. Default value: #f1f4f4cc. */ DefaultHover: string; /** * Use as text color for elements in success accentuated context on click interaction. * Css custom property: --dt-colors-text-success-on-accent-default-active. Default value: #f1f4f499. */ DefaultActive: string; }; /** * Use for success text color on disabled state. * Css custom property: --dt-colors-text-success-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default success text color. * Css custom property: --dt-colors-text-success-default. Default value: #2d6761. */ Default: string; /** * Use as the default success text color on hover interaction. * Css custom property: --dt-colors-text-success-default-hover. Default value: #12504b. */ DefaultHover: string; /** * Use as the default success text color on click interaction. * Css custom property: --dt-colors-text-success-default-active. Default value: #003b36. */ DefaultActive: string; }; Warning: { OnAccent: { /** * Use as text color for disabled elements in warning accentuated context. * Css custom property: --dt-colors-text-warning-on-accent-disabled. Default value: #27202480. */ Disabled: string; /** * Use as text color for elements in warning accentuated context. * Css custom property: --dt-colors-text-warning-on-accent-default. Default value: #272024. */ Default: string; /** * Use as text color for elements in warning accentuated context on hover interaction. * Css custom property: --dt-colors-text-warning-on-accent-default-hover. Default value: #272024cc. */ DefaultHover: string; /** * Use as text color for elements in warning accentuated context on click interaction. * Css custom property: --dt-colors-text-warning-on-accent-default-active. Default value: #27202499. */ DefaultActive: string; }; /** * Use for warning text color on disabled state. * Css custom property: --dt-colors-text-warning-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default warning text color. * Css custom property: --dt-colors-text-warning-default. Default value: #855400. */ Default: string; /** * Use as the default warning text color on hover interaction. * Css custom property: --dt-colors-text-warning-default-hover. Default value: #6d3d00. */ DefaultHover: string; /** * Use as the default warning text color on click interaction. * Css custom property: --dt-colors-text-warning-default-active. Default value: #512a00. */ DefaultActive: string; }; Critical: { OnAccent: { /** * Use as text color for disabled elements in critical accentuated context. * Css custom property: --dt-colors-text-critical-on-accent-disabled. Default value: #f9f1f380. */ Disabled: string; /** * Use as text color for elements in critical accentuated context. * Css custom property: --dt-colors-text-critical-on-accent-default. Default value: #f9f1f3. */ Default: string; /** * Use as text color for elements in critical accentuated context on hover interaction. * Css custom property: --dt-colors-text-critical-on-accent-default-hover. Default value: #f9f1f3cc. */ DefaultHover: string; /** * Use as text color for elements in critical accentuated context on click interaction. * Css custom property: --dt-colors-text-critical-on-accent-default-active. Default value: #f9f1f399. */ DefaultActive: string; }; /** * Use for critical text color on disabled state. * Css custom property: --dt-colors-text-critical-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default critical text color. * Css custom property: --dt-colors-text-critical-default. Default value: #bb0731. */ Default: string; /** * Use as the default critical text color on hover interaction. * Css custom property: --dt-colors-text-critical-default-hover. Default value: #9b001e. */ DefaultHover: string; /** * Use as the default critical text color on click interaction. * Css custom property: --dt-colors-text-critical-default-active. Default value: #750013. */ DefaultActive: string; }; }; Icon: { Neutral: { OnAccent: { /** * Use as icon color for disabled elements in accentuated context. * Css custom property: --dt-colors-icon-neutral-on-accent-disabled. Default value: #f3f3f680. */ Disabled: string; /** * Use as icon color for elements in accentuated context. * Css custom property: --dt-colors-icon-neutral-on-accent-default. Default value: #f3f3f6. */ Default: string; /** * Use as icon color for elements in accentuated context on hover interaction. * Css custom property: --dt-colors-icon-neutral-on-accent-default-hover. Default value: #f3f3f6cc. */ DefaultHover: string; /** * Use as icon color for elements in accentuated context on click interaction. * Css custom property: --dt-colors-icon-neutral-on-accent-default-active. Default value: #f3f3f699. */ DefaultActive: string; }; /** * Use for icon color on disabled state. * Css custom property: --dt-colors-icon-neutral-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use for subtle, understated icon color. * Css custom property: --dt-colors-icon-neutral-subdued. Default value: #595a7d. */ Subdued: string; /** * Use for subtle, understated icon color on hover interaction. * Css custom property: --dt-colors-icon-neutral-subdued-hover. Default value: #434465. */ SubduedHover: string; /** * Use for subtle, understated icon color on click interaction. * Css custom property: --dt-colors-icon-neutral-subdued-active. Default value: #2f2f4f. */ SubduedActive: string; /** * Use as the default icon color. * Css custom property: --dt-colors-icon-neutral-default. Default value: #2f2f4f. */ Default: string; /** * Use as the default icon color on hover interaction. * Css custom property: --dt-colors-icon-neutral-default-hover. Default value: #434465. */ DefaultHover: string; /** * Use as the default icon color on click interaction. * Css custom property: --dt-colors-icon-neutral-default-active. Default value: #595a7d. */ DefaultActive: string; }; Primary: { OnAccent: { /** * Use as icon color for disabled elements in primary accentuated context. * Css custom property: --dt-colors-icon-primary-on-accent-disabled. Default value: #f4f4fb80. */ Disabled: string; /** * Use as icon color for elements in primary accentuated context. * Css custom property: --dt-colors-icon-primary-on-accent-default. Default value: #f4f4fb. */ Default: string; /** * Use as icon color for elements in primary accentuated context on hover interaction. * Css custom property: --dt-colors-icon-primary-on-accent-default-hover. Default value: #f4f4fbcc. */ DefaultHover: string; /** * Use as icon color for elements in primary accentuated context on click interaction. * Css custom property: --dt-colors-icon-primary-on-accent-default-active. Default value: #f4f4fb99. */ DefaultActive: string; }; /** * Use for primary icon color on disabled state. * Css custom property: --dt-colors-icon-primary-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default primary icon color. * Css custom property: --dt-colors-icon-primary-default. Default value: #464cce. */ Default: string; /** * Use as the default primary icon color on hover interaction. * Css custom property: --dt-colors-icon-primary-default-hover. Default value: #3431b3. */ DefaultHover: string; /** * Use as the default primary icon color on click interaction. * Css custom property: --dt-colors-icon-primary-default-active. Default value: #250f98. */ DefaultActive: string; }; Success: { OnAccent: { /** * Use as icon color for disabled elements in success accentuated context. * Css custom property: --dt-colors-icon-success-on-accent-disabled. Default value: #f1f4f480. */ Disabled: string; /** * Use as icon color for elements in success accentuated context. * Css custom property: --dt-colors-icon-success-on-accent-default. Default value: #f1f4f4. */ Default: string; /** * Use as icon color for elements in success accentuated context on hover interaction. * Css custom property: --dt-colors-icon-success-on-accent-default-hover. Default value: #f1f4f4cc. */ DefaultHover: string; /** * Use as icon color for elements in success accentuated context on click interaction. * Css custom property: --dt-colors-icon-success-on-accent-default-active. Default value: #f1f4f499. */ DefaultActive: string; }; /** * Use for success icon color on disabled state. * Css custom property: --dt-colors-icon-success-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default success icon color. * Css custom property: --dt-colors-icon-success-default. Default value: #2d6761. */ Default: string; /** * Use as the default success icon color on hover interaction. * Css custom property: --dt-colors-icon-success-default-hover. Default value: #12504b. */ DefaultHover: string; /** * Use as the default success icon color on click interaction. * Css custom property: --dt-colors-icon-success-default-active. Default value: #003b36. */ DefaultActive: string; }; Warning: { OnAccent: { /** * Use as icon color for disabled elements in warning accentuated context. * Css custom property: --dt-colors-icon-warning-on-accent-disabled. Default value: #27202480. */ Disabled: string; /** * Use as icon color for elements in warning accentuated context. * Css custom property: --dt-colors-icon-warning-on-accent-default. Default value: #272024. */ Default: string; /** * Use as icon color for elements in warning accentuated context on hover interaction. * Css custom property: --dt-colors-icon-warning-on-accent-default-hover. Default value: #272024cc. */ DefaultHover: string; /** * Use as icon color for elements in warning accentuated context on click interaction. * Css custom property: --dt-colors-icon-warning-on-accent-default-active. Default value: #27202499. */ DefaultActive: string; }; /** * Use for warning icon color on disabled state. * Css custom property: --dt-colors-icon-warning-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default warning icon color. * Css custom property: --dt-colors-icon-warning-default. Default value: #855400. */ Default: string; /** * Use as the default warning icon color on hover interaction. * Css custom property: --dt-colors-icon-warning-default-hover. Default value: #6d3d00. */ DefaultHover: string; /** * Use as the default warning icon color on click interaction. * Css custom property: --dt-colors-icon-warning-default-active. Default value: #512a00. */ DefaultActive: string; }; Critical: { OnAccent: { /** * Use as icon color for disabled elements in critical accentuated context. * Css custom property: --dt-colors-icon-critical-on-accent-disabled. Default value: #f9f1f380. */ Disabled: string; /** * Use as icon color for elements in critical accentuated context. * Css custom property: --dt-colors-icon-critical-on-accent-default. Default value: #f9f1f3. */ Default: string; /** * Use as icon color for elements in critical accentuated context on hover interaction. * Css custom property: --dt-colors-icon-critical-on-accent-default-hover. Default value: #f9f1f3cc. */ DefaultHover: string; /** * Use as icon color for elements in critical accentuated context on click interaction. * Css custom property: --dt-colors-icon-critical-on-accent-default-active. Default value: #f9f1f399. */ DefaultActive: string; }; /** * Use for critical icon color on disabled state. * Css custom property: --dt-colors-icon-critical-disabled. Default value: #595a7d80. */ Disabled: string; /** * Use as the default critical icon color. * Css custom property: --dt-colors-icon-critical-default. Default value: #bb0731. */ Default: string; /** * Use as the default critical icon color on hover interaction. * Css custom property: --dt-colors-icon-critical-default-hover. Default value: #9b001e. */ DefaultHover: string; /** * Use as the default critical icon color on click interaction. * Css custom property: --dt-colors-icon-critical-default-active. Default value: #750013. */ DefaultActive: string; }; }; Syntax: { /** * Use to style 'Comment' syntax on a code editor context. * Css custom property: --dt-colors-syntax-comment. Default value: #545586. */ Comment: string; /** * Use to style 'String' syntax on a code editor context. * Css custom property: --dt-colors-syntax-string. Default value: #086467. */ String: string; /** * Use to style 'Variable' syntax on a code editor context. * Css custom property: --dt-colors-syntax-variable. Default value: #2754b5. */ Variable: string; /** * Use to style 'Number' syntax on a code editor context. * Css custom property: --dt-colors-syntax-number. Default value: #aa0081. */ Number: string; /** * Use to style 'Punctuation' syntax on a code editor context. * Css custom property: --dt-colors-syntax-punctuation. Default value: #8136a9. */ Punctuation: string; /** * Use to style 'Function' syntax on a code editor context. * Css custom property: --dt-colors-syntax-function. Default value: #2754b5. */ Function: string; /** * Use to style 'Classname' syntax on a code editor context. * Css custom property: --dt-colors-syntax-classname. Default value: #2c2d4d. */ Classname: string; /** * Use to style 'Tag' syntax on a code editor context. * Css custom property: --dt-colors-syntax-tag. Default value: #b30926. */ Tag: string; /** * Use to style 'Operators' syntax on a code editor context. * Css custom property: --dt-colors-syntax-operators. Default value: #8136a9. */ Operators: string; /** * Use to style 'Boolean' syntax on a code editor context. * Css custom property: --dt-colors-syntax-boolean. Default value: #973f00. */ Boolean: string; }; Charts: { Status: { Ideal: { /** Css custom property: --dt-colors-charts-status-ideal-default. Default value: #2f6862. */ Default: string; }; Good: { /** Css custom property: --dt-colors-charts-status-good-default. Default value: #474fcf. */ Default: string; }; Neutral: { /** Css custom property: --dt-colors-charts-status-neutral-default. Default value: #5b5c81. */ Default: string; }; Warning: { /** Css custom property: --dt-colors-charts-status-warning-default. Default value: #eea53c. */ Default: string; }; Critical: { /** Css custom property: --dt-colors-charts-status-critical-default. Default value: #c62239. */ Default: string; }; }; Categorical: { Color01: { /** Css custom property: --dt-colors-charts-categorical-color-01-default. Default value: #134fc9. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-categorical-color-02-default. Default value: #2c2f3f. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-categorical-color-03-default. Default value: #2a7453. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-categorical-color-04-default. Default value: #d85a9f. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-categorical-color-05-default. Default value: #84859a. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-categorical-color-06-default. Default value: #a9780f. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-categorical-color-07-default. Default value: #438fb1. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-categorical-color-08-default. Default value: #8b6ecf. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-categorical-color-09-default. Default value: #649438. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-categorical-color-10-default. Default value: #904523. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-categorical-color-11-default. Default value: #627cfe. */ Default: string; }; Color12: { /** Css custom property: --dt-colors-charts-categorical-color-12-default. Default value: #cd3741. */ Default: string; }; Color13: { /** Css custom property: --dt-colors-charts-categorical-color-13-default. Default value: #1c520a. */ Default: string; }; Color14: { /** Css custom property: --dt-colors-charts-categorical-color-14-default. Default value: #d56b1a. */ Default: string; }; Color15: { /** Css custom property: --dt-colors-charts-categorical-color-15-default. Default value: #9033a3. */ Default: string; }; }; CategoricalThemed: { PurpleRain: { Color01: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-01-default. Default value: #9033a3. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-02-default. Default value: #a9780f. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-03-default. Default value: #d85a9f. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-04-default. Default value: #8b6ecf. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-05-default. Default value: #904523. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-categorical-themed-purple-rain-color-06-default. Default value: #cd3741. */ Default: string; }; }; Swamps: { Color01: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-01-default. Default value: #006650. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-02-default. Default value: #84859a. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-03-default. Default value: #649438. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-04-default. Default value: #8f4624. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-05-default. Default value: #2c2f3f. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-categorical-themed-swamps-color-06-default. Default value: #a9780f. */ Default: string; }; }; Fireplace: { Color01: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-01-default. Default value: #ae132d. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-02-default. Default value: #d85a9f. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-03-default. Default value: #d56b1a. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-04-default. Default value: #a9780f. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-05-default. Default value: #904523. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-categorical-themed-fireplace-color-06-default. Default value: #9033a3. */ Default: string; }; }; BlueSteel: { Color01: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-01-default. Default value: #438fb1. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-02-default. Default value: #84859a. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-03-default. Default value: #627cfe. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-04-default. Default value: #8b6ecf. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-05-default. Default value: #134fc9. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-categorical-themed-blue-steel-color-06-default. Default value: #2c2f3f. */ Default: string; }; }; }; Logstatus: { Error: { /** Css custom property: --dt-colors-charts-logstatus-error-default. Default value: #cd3741. */ Default: string; }; Warning: { /** Css custom property: --dt-colors-charts-logstatus-warning-default. Default value: #a9780f. */ Default: string; }; Info: { /** Css custom property: --dt-colors-charts-logstatus-info-default. Default value: #134fc9. */ Default: string; }; None: { /** Css custom property: --dt-colors-charts-logstatus-none-default. Default value: #2c2f3f. */ Default: string; }; }; Loglevel: { Emergency: { /** Css custom property: --dt-colors-charts-loglevel-emergency-default. Default value: #ae132d. */ Default: string; }; Error: { /** Css custom property: --dt-colors-charts-loglevel-error-default. Default value: #cd3741. */ Default: string; }; Alert: { /** Css custom property: --dt-colors-charts-loglevel-alert-default. Default value: #c73d84. */ Default: string; }; Critical: { /** Css custom property: --dt-colors-charts-loglevel-critical-default. Default value: #d85a9f. */ Default: string; }; Severe: { /** Css custom property: --dt-colors-charts-loglevel-severe-default. Default value: #d56b1a. */ Default: string; }; Warning: { /** Css custom property: --dt-colors-charts-loglevel-warning-default. Default value: #a9780f. */ Default: string; }; Notice: { /** Css custom property: --dt-colors-charts-loglevel-notice-default. Default value: #2a7453. */ Default: string; }; Info: { /** Css custom property: --dt-colors-charts-loglevel-info-default. Default value: #134fc9. */ Default: string; }; Debug: { /** Css custom property: --dt-colors-charts-loglevel-debug-default. Default value: #8b6ecf. */ Default: string; }; None: { /** Css custom property: --dt-colors-charts-loglevel-none-default. Default value: #2c2f3f. */ Default: string; }; }; Apdex: { Excellent: { /** Css custom property: --dt-colors-charts-apdex-excellent-default. Default value: #2a7453. */ Default: string; }; Good: { /** Css custom property: --dt-colors-charts-apdex-good-default. Default value: #1c520a. */ Default: string; }; Fair: { /** Css custom property: --dt-colors-charts-apdex-fair-default. Default value: #a9780f. */ Default: string; }; Poor: { /** Css custom property: --dt-colors-charts-apdex-poor-default. Default value: #d56b1a. */ Default: string; }; Unacceptable: { /** Css custom property: --dt-colors-charts-apdex-unacceptable-default. Default value: #cd3741. */ Default: string; }; }; SecurityRiskLevel: { Muted: { /** Css custom property: --dt-colors-charts-security-risk-level-muted-default. Default value: #84859a. */ Default: string; }; Critical: { /** Css custom property: --dt-colors-charts-security-risk-level-critical-default. Default value: #8a0012. */ Default: string; }; High: { /** Css custom property: --dt-colors-charts-security-risk-level-high-default. Default value: #cd3741. */ Default: string; }; Medium: { /** Css custom property: --dt-colors-charts-security-risk-level-medium-default. Default value: #a9780f. */ Default: string; }; Low: { /** Css custom property: --dt-colors-charts-security-risk-level-low-default. Default value: #134fc9. */ Default: string; }; None: { /** Css custom property: --dt-colors-charts-security-risk-level-none-default. Default value: #2c2f3f. */ Default: string; }; }; VulnerabilityStatus: { Muted: { /** Css custom property: --dt-colors-charts-vulnerability-status-muted-default. Default value: #84859a. */ Default: string; }; Resolved: { /** Css custom property: --dt-colors-charts-vulnerability-status-resolved-default. Default value: #3e8e6a. */ Default: string; }; Affected: { /** Css custom property: --dt-colors-charts-vulnerability-status-affected-default. Default value: #cd3741. */ Default: string; }; }; Threshold: { Good: { /** Css custom property: --dt-colors-charts-threshold-good-default. Default value: #2a7453. */ Default: string; }; Warning: { /** Css custom property: --dt-colors-charts-threshold-warning-default. Default value: #a9780f. */ Default: string; }; Bad: { /** Css custom property: --dt-colors-charts-threshold-bad-default. Default value: #cd3741. */ Default: string; }; }; Rainbow: { Red: { /** Css custom property: --dt-colors-charts-rainbow-red-default. Default value: #cd3741. */ Default: string; }; Orange: { /** Css custom property: --dt-colors-charts-rainbow-orange-default. Default value: #d56b1a. */ Default: string; }; Yellow: { /** Css custom property: --dt-colors-charts-rainbow-yellow-default. Default value: #a9780f. */ Default: string; }; Moss: { /** Css custom property: --dt-colors-charts-rainbow-moss-default. Default value: #2a7453. */ Default: string; }; Blue: { /** Css custom property: --dt-colors-charts-rainbow-blue-default. Default value: #134fc9. */ Default: string; }; Magenta: { /** Css custom property: --dt-colors-charts-rainbow-magenta-default. Default value: #9033a3. */ Default: string; }; }; Sequential: { PinkPurple: { Color01: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-01-default. Default value: #d85a9f. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-02-default. Default value: #c6539f. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-03-default. Default value: #b450a3. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-04-default. Default value: #9f49a2. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-05-default. Default value: #8d45a5. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-06-default. Default value: #7640a5. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-07-default. Default value: #5d3ba5. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-08-default. Default value: #4038a8. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-pink-purple-color-09-default. Default value: #0035a8. */ Default: string; }; }; BlueTurquoise: { Color01: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-01-default. Default value: #0035a8. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-02-default. Default value: #1d41a5. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-03-default. Default value: #284e9f. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-04-default. Default value: #2f5998. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-05-default. Default value: #336794. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-06-default. Default value: #31708c. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-07-default. Default value: #307c88. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-08-default. Default value: #2a8981. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-blue-turquoise-color-09-default. Default value: #1d957b. */ Default: string; }; }; Blue: { Color01: { /** Css custom property: --dt-colors-charts-sequential-blue-color-01-default. Default value: #001b85. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-blue-color-02-default. Default value: #0035a8. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-blue-color-03-default. Default value: #134fc9. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-blue-color-04-default. Default value: #3f63e4. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-blue-color-05-default. Default value: #627cfe. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-blue-color-06-default. Default value: #8a9bff. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-blue-color-07-default. Default value: #a8b7ff. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-blue-color-08-default. Default value: #bdc8ff. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-blue-color-09-default. Default value: #d6deff. */ Default: string; }; }; Grey: { Color01: { /** Css custom property: --dt-colors-charts-sequential-grey-color-01-default. Default value: #111422. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-grey-color-02-default. Default value: #2c2f3f. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-grey-color-03-default. Default value: #484a5b. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-grey-color-04-default. Default value: #66687a. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-grey-color-05-default. Default value: #84859a. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-grey-color-06-default. Default value: #a7a9be. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-grey-color-07-default. Default value: #cacce2. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-grey-color-08-default. Default value: #d8d9e9. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-grey-color-09-default. Default value: #e1e3ef. */ Default: string; }; }; Moss: { Color01: { /** Css custom property: --dt-colors-charts-sequential-moss-color-01-default. Default value: #084427. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-moss-color-02-default. Default value: #195c3d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-moss-color-03-default. Default value: #2a7453. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-moss-color-04-default. Default value: #3e8e6a. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-moss-color-05-default. Default value: #509575. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-moss-color-06-default. Default value: #75c29d. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-moss-color-07-default. Default value: #93dcb8. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-moss-color-08-default. Default value: #b4e4cd. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-moss-color-09-default. Default value: #d4ece0. */ Default: string; }; }; Turquoise: { Color01: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-01-default. Default value: #004733. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-02-default. Default value: #00523d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-03-default. Default value: #006650. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-04-default. Default value: #047c64. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-05-default. Default value: #1d957b. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-06-default. Default value: #38ad92. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-07-default. Default value: #52c7aa. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-08-default. Default value: #78dec1. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-turquoise-color-09-default. Default value: #c0ece0. */ Default: string; }; }; Pink: { Color01: { /** Css custom property: --dt-colors-charts-sequential-pink-color-01-default. Default value: #6b1441. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-pink-color-02-default. Default value: #872256. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-pink-color-03-default. Default value: #a83470. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-pink-color-04-default. Default value: #c73d84. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-pink-color-05-default. Default value: #d85a9f. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-pink-color-06-default. Default value: #e675b5. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-pink-color-07-default. Default value: #f291cb. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-pink-color-08-default. Default value: #fcb5e2. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-pink-color-09-default. Default value: #fed7f0. */ Default: string; }; }; Yellow: { Color01: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-01-default. Default value: #573b00. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-02-default. Default value: #614200. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-03-default. Default value: #755000. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-04-default. Default value: #8f6200. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-05-default. Default value: #a9780f. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-06-default. Default value: #c79323. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-07-default. Default value: #dfb14e. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-08-default. Default value: #f1cd7e. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-yellow-color-09-default. Default value: #f8e1af. */ Default: string; }; }; Petrol: { Color01: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-01-default. Default value: #00304d. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-02-default. Default value: #114964. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-03-default. Default value: #21607d. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-04-default. Default value: #307697. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-05-default. Default value: #438fb1. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-06-default. Default value: #5ba7cd. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-07-default. Default value: #81c8ef. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-08-default. Default value: #aaddf9. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-petrol-color-09-default. Default value: #cbe7f6. */ Default: string; }; }; Purple: { Color01: { /** Css custom property: --dt-colors-charts-sequential-purple-color-01-default. Default value: #32246a. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-purple-color-02-default. Default value: #453380. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-purple-color-03-default. Default value: #5e489d. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-purple-color-04-default. Default value: #755abf. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-purple-color-05-default. Default value: #8b6ecf. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-purple-color-06-default. Default value: #a184dc. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-purple-color-07-default. Default value: #bb9eeb. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-purple-color-08-default. Default value: #d5b9f8. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-purple-color-09-default. Default value: #e9d7fe. */ Default: string; }; }; Pear: { Color01: { /** Css custom property: --dt-colors-charts-sequential-pear-color-01-default. Default value: #084200. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-pear-color-02-default. Default value: #1c520a. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-pear-color-03-default. Default value: #306615. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-pear-color-04-default. Default value: #457a1f. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-pear-color-05-default. Default value: #649438. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-pear-color-06-default. Default value: #83b455. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-pear-color-07-default. Default value: #9fcb76. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-pear-color-08-default. Default value: #b5de8c. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-pear-color-09-default. Default value: #d3e9be. */ Default: string; }; }; Brown: { Color01: { /** Css custom property: --dt-colors-charts-sequential-brown-color-01-default. Default value: #5c1d00. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-brown-color-02-default. Default value: #6f2e11. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-brown-color-03-default. Default value: #8f4624. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-brown-color-04-default. Default value: #a95d37. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-brown-color-05-default. Default value: #bc724e. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-brown-color-06-default. Default value: #c98769. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-brown-color-07-default. Default value: #dfa486. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-brown-color-08-default. Default value: #f2bfa6. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-brown-color-09-default. Default value: #fddece. */ Default: string; }; }; Red: { Color01: { /** Css custom property: --dt-colors-charts-sequential-red-color-01-default. Default value: #610000. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-red-color-02-default. Default value: #8a0012. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-red-color-03-default. Default value: #ae132d. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-red-color-04-default. Default value: #cd3741. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-red-color-05-default. Default value: #eb565b. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-red-color-06-default. Default value: #ff7a7a. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-red-color-07-default. Default value: #ffa6a3. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-red-color-08-default. Default value: #ffb8b3. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-red-color-09-default. Default value: #ffd9d6. */ Default: string; }; }; Magenta: { Color01: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-01-default. Default value: #59006b. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-02-default. Default value: #761b88. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-03-default. Default value: #9033a3. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-04-default. Default value: #af4bbe. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-05-default. Default value: #ba6bc2. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-06-default. Default value: #e183e7. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-07-default. Default value: #fca0fd. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-08-default. Default value: #fdb4fd. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-magenta-color-09-default. Default value: #faccfa. */ Default: string; }; }; Orange: { Color01: { /** Css custom property: --dt-colors-charts-sequential-orange-color-01-default. Default value: #662c00. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-sequential-orange-color-02-default. Default value: #87420d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-sequential-orange-color-03-default. Default value: #ab5412. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-sequential-orange-color-04-default. Default value: #c36218. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-sequential-orange-color-05-default. Default value: #d56b1a. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-sequential-orange-color-06-default. Default value: #e57e2e. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-sequential-orange-color-07-default. Default value: #eb9a5c. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-sequential-orange-color-08-default. Default value: #efb080. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-sequential-orange-color-09-default. Default value: #f4caa9. */ Default: string; }; }; }; Diverging: { OrangeBlue: { Color01: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-01-default. Default value: #662c00. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-02-default. Default value: #ab5412. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-03-default. Default value: #d56b1a. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-04-default. Default value: #eb9a5c. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-05-default. Default value: #f4caa9. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-07-default. Default value: #d6deff. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-08-default. Default value: #a8b7ff. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-09-default. Default value: #627cfe. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-10-default. Default value: #134fc9. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-orange-blue-color-11-default. Default value: #001b85. */ Default: string; }; }; RedBlue: { Color01: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-01-default. Default value: #610000. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-02-default. Default value: #ae132d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-03-default. Default value: #eb565b. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-04-default. Default value: #ffa6a3. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-05-default. Default value: #ffd9d6. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-07-default. Default value: #d6deff. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-08-default. Default value: #a8b7ff. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-09-default. Default value: #627cfe. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-10-default. Default value: #134fc9. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-red-blue-color-11-default. Default value: #001b85. */ Default: string; }; }; RedPurple: { Color01: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-01-default. Default value: #610000. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-02-default. Default value: #ae132d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-03-default. Default value: #eb565b. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-04-default. Default value: #ffa6a3. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-05-default. Default value: #ffd9d6. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-07-default. Default value: #e9d7fe. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-08-default. Default value: #bb9eeb. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-09-default. Default value: #8b6ecf. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-10-default. Default value: #5e489d. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-red-purple-color-11-default. Default value: #32246a. */ Default: string; }; }; BlueMoss: { Color01: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-01-default. Default value: #001b85. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-02-default. Default value: #134fc9. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-03-default. Default value: #627cfe. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-04-default. Default value: #a8b7ff. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-05-default. Default value: #d6deff. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-07-default. Default value: #d4ece0. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-08-default. Default value: #93dcb8. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-09-default. Default value: #509575. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-10-default. Default value: #2a7453. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-blue-moss-color-11-default. Default value: #084427. */ Default: string; }; }; PurpleYellow: { Color01: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-01-default. Default value: #32246a. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-02-default. Default value: #5e489d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-03-default. Default value: #8b6ecf. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-04-default. Default value: #bb9eeb. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-05-default. Default value: #e9d7fe. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-07-default. Default value: #f8e1af. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-08-default. Default value: #dfb14e. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-09-default. Default value: #a9780f. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-10-default. Default value: #755000. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-purple-yellow-color-11-default. Default value: #573b00. */ Default: string; }; }; RedGreen: { Color01: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-01-default. Default value: #610000. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-02-default. Default value: #ae132d. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-03-default. Default value: #eb565b. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-04-default. Default value: #ffa6a3. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-05-default. Default value: #ffd9d6. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-07-default. Default value: #d4ece0. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-08-default. Default value: #93dcb8. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-09-default. Default value: #509575. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-10-default. Default value: #2a7453. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-red-green-color-11-default. Default value: #084427. */ Default: string; }; }; OrangePetrol: { Color01: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-01-default. Default value: #662c00. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-02-default. Default value: #ab5412. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-03-default. Default value: #d56b1a. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-04-default. Default value: #eb9a5c. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-05-default. Default value: #f4caa9. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-07-default. Default value: #cbe7f6. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-08-default. Default value: #81c8ef. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-09-default. Default value: #438fb1. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-10-default. Default value: #21607d. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-orange-petrol-color-11-default. Default value: #00304d. */ Default: string; }; }; PinkGreen: { Color01: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-01-default. Default value: #6b1441. */ Default: string; }; Color02: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-02-default. Default value: #a83470. */ Default: string; }; Color03: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-03-default. Default value: #d85a9f. */ Default: string; }; Color04: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-04-default. Default value: #f291cb. */ Default: string; }; Color05: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-05-default. Default value: #fed7f0. */ Default: string; }; Color06: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-06-default. Default value: #f5eee0. */ Default: string; }; Color07: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-07-default. Default value: #d4ece0. */ Default: string; }; Color08: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-08-default. Default value: #93dcb8. */ Default: string; }; Color09: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-09-default. Default value: #509575. */ Default: string; }; Color10: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-10-default. Default value: #2a7453. */ Default: string; }; Color11: { /** Css custom property: --dt-colors-charts-diverging-pink-green-color-11-default. Default value: #084427. */ Default: string; }; }; }; }; }; export default _default; //# sourceMappingURL=index.d.ts.map