ChemPal Documentation - v1.6.0
    Preparing search index...

    Module themeIcon

    Theme-aware toolbar (action) icon.

    The manifest ships the main navy logo as the default action icon; this swaps to the inverted white logo whenever the browser reports a dark color scheme, so the icon stays legible against the toolbar. Detection runs from the extension page context (popup) because a service worker has no matchMedia; chrome.action.setIcon persists the chosen icon for the browser session and otherwise falls back to the manifest default.

    Functions - Utils

    initThemeAwareToolbarIcon

    Initializes the theme-aware toolbar icon: applies the icon matching the current prefers-color-scheme and updates it whenever the scheme changes.