Nutrient Web SDK
    Preparing search index...

    Enumeration Theme

    Describes theme to use.

    Note: You can customize the appearance of the UI using our public CSS classes. Please refer to this guide article for information on how to customize the appearance.

    Index

    Enumeration Members

    AUTO: "AUTO"

    Uses NutrientViewer.Theme.LIGHT or NutrientViewer.Theme.DARK based on the user preferences or prefers-color-scheme media query.

    DARK: "DARK"

    Dark mode.

    HIGH_CONTRAST_DARK: "HIGH_CONTRAST_DARK"

    High contrast dark mode which is AAA compliant.

    HIGH_CONTRAST_LIGHT: "HIGH_CONTRAST_LIGHT"

    High contrast light mode which is AAA compliant.

    LIGHT: "LIGHT"

    Light mode. This is the default theme.