I have the Dark Reader plugin installed on every browser I use, but I’ve put all localhost hostnames and IPs as exclusions. However, it still seems to bleed into my Cursor IDE’s browser. How do I prevent this? What browser do I need to completely disable Dark Reader for in order for this to stop?
Steps to Reproduce
Install Dark Reader, watch how it affects Cursor’s browser
Expected Behavior
Not affected by Dark Reader or to respect the excludes
Operating System
Windows 10/11
Current Cursor Version (Menu → About Cursor → Copy)
Thanks for the detailed report with screenshots! I think this is actually not Dark Reader, but Cursor’s built-in browser inheriting your IDE’s color scheme preference.
When you use a dark theme in Cursor, the browser automatically tells websites to use prefers-color-scheme: dark, which causes many sites to switch to their native dark mode.
Could you try this quick test?
In Cursor, open the Command Palette (Ctrl+Shift+P / Cmd+Shift+P)
Search for “Preferences: Color Theme”
Temporarily switch to a light theme (e.g., “Light Modern” or “Light+”)
Reload the page in Cursor’s browser
Does the page now appear differently?
(We should probably consider adding a way for users to easily toggle light/dark mode directly from the browser, independent of their IDE theme)