@flowscripter/dynamic-cli-framework
    Preparing search index...

    Interface ChiselBannerColors

    interface ChiselBannerColors {
        highlightBackground?: number;
        highlightForeground?: number;
        lightBackground?: number;
        lightForeground?: number;
        shadowBackground?: number;
        shadowForeground?: number;
    }
    Index
    highlightBackground?: number
    highlightForeground?: number
    lightBackground?: number
    lightForeground?: number
    shadowBackground?: number
    shadowForeground?: number