Interface DevUIConfig.ThemeMode

Enclosing interface:
DevUIConfig

public static interface DevUIConfig.ThemeMode
  • Method Details

    • baseColor

      Optional<String> baseColor()
      This will replace the theme base-color
    • contrast

      Optional<String> contrast()
      This will replace the theme contrast
    • primaryColor

      Optional<String> primaryColor()
      This will replace the theme primary-color
    • primaryTextColor

      Optional<String> primaryTextColor()
      This will replace the theme primary-text-color
    • primaryContrastColor

      Optional<String> primaryContrastColor()
      This will replace the theme primary-contrast-ccolor
    • errorColor

      Optional<String> errorColor()
      This will replace the theme error-color
    • errorTextColor

      Optional<String> errorTextColor()
      This will replace the theme error-text-color
    • errorContrastColor

      Optional<String> errorContrastColor()
      This will replace the theme error-contrast-color
    • warningColor

      Optional<String> warningColor()
      This will replace the theme warning-color
    • warningTextColor

      Optional<String> warningTextColor()
      This will replace the theme warning-text-color
    • warningContrastColor

      Optional<String> warningContrastColor()
      This will replace the theme warning-contrast-color
    • successColor

      Optional<String> successColor()
      This will replace the theme success-color
    • successTextColor

      Optional<String> successTextColor()
      This will replace the theme success-text-color
    • successContrastColor

      Optional<String> successContrastColor()
      This will replace the theme success-contrast-color
    • headerTextColor

      Optional<String> headerTextColor()
      This will replace the theme header-text-color
    • bodyTextColor

      Optional<String> bodyTextColor()
      This will replace the theme body-text-color
    • secondaryTextColor

      Optional<String> secondaryTextColor()
      This will replace the theme secondary-text-color
    • tertiaryTextColor

      Optional<String> tertiaryTextColor()
      This will replace the theme tertiary-text-color
    • disabledTextColor

      Optional<String> disabledTextColor()
      This will replace the theme disabled-text-color
    • contrast5pct

      Optional<String> contrast5pct()
      This will replace the theme contrast-5-pct
    • contrast10pct

      Optional<String> contrast10pct()
      This will replace the theme contrast-10-pct
    • contrast15pct

      Optional<String> contrast15pct()
      This will replace the theme contrast-15-pct
    • contrast20pct

      Optional<String> contrast20pct()
      This will replace the theme contrast-20-pct
    • contrast25pct

      Optional<String> contrast25pct()
      This will replace the theme contrast-25-pct
    • contrast30pct

      Optional<String> contrast30pct()
      This will replace the theme contrast-30-pct
    • contrast35pct

      Optional<String> contrast35pct()
      This will replace the theme contrast-35-pct
    • contrast40pct

      Optional<String> contrast40pct()
      This will replace the theme contrast-40-pct
    • contrast45pct

      Optional<String> contrast45pct()
      This will replace the theme contrast-45-pct
    • contrast50pct

      Optional<String> contrast50pct()
      This will replace the theme contrast-50-pct
    • contrast55pct

      Optional<String> contrast55pct()
      This will replace the theme contrast-55-pct
    • contrast60pct

      Optional<String> contrast60pct()
      This will replace the theme contrast-60-pct
    • contrast65pct

      Optional<String> contrast65pct()
      This will replace the theme contrast-65-pct
    • contrast70pct

      Optional<String> contrast70pct()
      This will replace the theme contrast-70-pct
    • contrast75pct

      Optional<String> contrast75pct()
      This will replace the theme contrast-75-pct
    • contrast80pct

      Optional<String> contrast80pct()
      This will replace the theme contrast-80-pct
    • contrast85pct

      Optional<String> contrast85pct()
      This will replace the theme contrast-85-pct
    • contrast90pct

      Optional<String> contrast90pct()
      This will replace the theme contrast-90-pct