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

    Interface ThemeParams

    interface ThemeParams {
        accent_text_color?: string;
        bg_color?: string;
        button_color?: string;
        button_text_color?: string;
        destructive_text_color?: string;
        header_bg_color?: string;
        hint_color?: string;
        link_color?: string;
        secondary_bg_color?: string;
        section_bg_color?: string;
        section_header_text_color?: string;
        subtitle_text_color?: string;
        text_color?: string;
    }
    Index

    Properties

    accent_text_color?: string
    bg_color?: string
    button_color?: string
    button_text_color?: string
    destructive_text_color?: string
    header_bg_color?: string
    hint_color?: string
    link_color?: string
    secondary_bg_color?: string
    section_bg_color?: string
    section_header_text_color?: string
    subtitle_text_color?: string
    text_color?: string