PDF Web Viewer
    Preparing search index...

    Interface IThemeConfig

    Represents the configuration for a theme in the application.

    interface IThemeConfig {
        customStyles?: CustomThemePallet;
        pallet: ThemeType;
    }
    Index

    Properties

    customStyles?: CustomThemePallet

    Applied on top of the resolved pallet palette; system resolves to light or dark first.

    pallet: ThemeType