Dark mode switches the Traffic Blocker popup to a darker color palette, reducing eye strain in low-light environments. The setting lives in the Settings view, which you can open by clicking the sliders icon on the Dashboard.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/alexperezortuno/ce-blocker/llms.txt
Use this file to discover all available pages before exploring further.
Toggling Dark Mode
Open Settings
From the Dashboard, click the sliders icon in the bottom navigation row to navigate to the Settings view.
Toggle the Dark mode switch
At the top of Settings, find the Dark mode row and flip the toggle switch. The popup UI updates immediately — no reload required.
Persistence
The dark mode preference is written tochrome.storage.local under the settings key every time you toggle the switch. When you reopen the extension popup, the root App.vue component reads this value on mount and applies the correct theme class before the UI renders, so there is no flash of the wrong theme.
The storage structure for the settings key is:
blocked and darkMode share the same settings object in storage. Resetting statistics (setting blocked to 0) does not affect your dark mode preference.