Teleforge API Reference - v0.1.0
    Preparing search index...

    Interface UseThemeReturn

    interface UseThemeReturn {
        accentTextColor: string;
        bgColor: string;
        buttonColor: string;
        buttonTextColor: string;
        colorScheme: WebAppColorScheme;
        cssVariables: Record<string, string>;
        destructiveTextColor: string;
        headerBgColor: string;
        hintColor: string;
        isDark: boolean;
        isLight: boolean;
        linkColor: string;
        secondaryBgColor: string;
        sectionBgColor: string;
        sectionHeaderTextColor: string;
        subtitleTextColor: string;
        textColor: string;
        themeParams: Required<ThemeParams>;
    }
    Index

    Properties

    accentTextColor: string
    bgColor: string
    buttonColor: string
    buttonTextColor: string
    colorScheme: WebAppColorScheme
    cssVariables: Record<string, string>
    destructiveTextColor: string
    headerBgColor: string
    hintColor: string
    isDark: boolean
    isLight: boolean
    linkColor: string
    secondaryBgColor: string
    sectionBgColor: string
    sectionHeaderTextColor: string
    subtitleTextColor: string
    textColor: string
    themeParams: Required<ThemeParams>