Dark theme doesn't work in options
Describe the issue
When you enable the dark theme, the extension options remain in the light theme. I would like the dark theme to work on all pages of the extension.
Screenshot

Browser
Chrome
Browser Version
92
Extension Version
6.3.2
Hi @rakleed , thanks for your feedback. The option page only helps you to reset the extension and remove all data it stores. You should not use it unless there are some problems that blocks you to use the extension.
Could you explain the impact of the theme issue in that page?
@Sneezry it would be nice if, when using the dark theme, all extension pages were adapted to the dark theme. This is usually how the dark theme is implemented in all other extensions.
localStorage.theme is where current theme stores, and we can update options.html with that setting.
This specific issue is probably a chrome bug, it should be pulling styles from Chrome due to "chrome_style": true in manifest.