@duckduckgo/content-scope-scripts
    Preparing search index...

    Interface DefaultStyles

    interface DefaultStyles {
        darkBackgroundColor?: string;
        lightBackgroundColor?: string;
    }
    Index

    Properties

    darkBackgroundColor?: string

    Optional default dark background color. Any HEX value is permitted

    lightBackgroundColor?: string

    Optional default light background color. Any HEX value is permitted