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

    Interface ThemeColors

    interface ThemeColors {
        bgColor: string;
        buttonColor: string;
        buttonTextColor: string;
        destructiveTextColor: string;
        hintColor: string;
        linkColor: string;
        secondaryBgColor: string;
        textColor: string;
    }
    Index

    Properties

    bgColor: string
    buttonColor: string
    buttonTextColor: string
    destructiveTextColor: string
    hintColor: string
    linkColor: string
    secondaryBgColor: string
    textColor: string