papi-dts
    Preparing search index...

    Variable CURRENT_THEME_STORAGE_KEYConst Experimental

    CURRENT_THEME_STORAGE_KEY: "theme.service-host.currentTheme" = 'theme.service-host.currentTheme'

    localStorage key the current application theme is persisted under.

    Named here rather than in the host because two processes spell it: main's host, which owns the store, and the renderer, whose one-time handover reads the copy left in its own localStorage from when a renderer held this state. Those are two different stores under one key name, and the handover only finds anything if the name stays identical in both.