@suluk/theme - v0.1.1
    Preparing search index...

    Interface ThemeCssOptions

    interface ThemeCssOptions {
        darkSelector?: string;
    }
    Index

    Properties

    Properties

    darkSelector?: string

    the selector under which the dark scheme's vars apply (default "[data-theme='dark']" — saastarter's convention).