-
Notifications
You must be signed in to change notification settings - Fork 863
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider restoring the feature flag to disable dark theme in incognito mode #1928
Comments
@ssokolow do you think we will ever have the ability to get back the light theme in google incognito mode? There seems not alot happening in this space since chorme 100 release |
I'm not sure why you're asking me. Do I think Google will put it back? Doubtful. This is the company that solicited feedback for their decision to remove |
Fixed in #1969 |
Hi @PF4Public so please what do we need to set to control/disable the dark theme in google incognito mode? |
You need to enable the flag added in that PR. |
@PF4Public can you please provide steps to follow and to use to apply the flag. Much appreciated |
You go to chrome://flags/#enable-incognito-themes and set the value to enabled |
Is your feature request related to a problem? Please describe.
As of Chrome 100, Google removed the ability to use a non-dark theme for Incognito Mode, and the one they force you onto is badly designed too. (eg. very low contrast between selected and unselected tab)
I've seen other people on places like /r/chrome/ characterizing it as "Google, the ad company, wants to annoy you into not using incognito mode so it's easier to track you", so I'm not the only one who hates this change.
Describe the solution you'd like
At least a patch to restore the feature flag I was using prior to Ungoogled Chromium 100 to allow incognito to share the same color scheme as non-incognito windows.
(I've modified my launcher to always use incognito mode, so it makes Ungoogled Chromium a bit of a pain.)
Describe alternatives you've considered
Anything else which would allow dark mode to be themed... though what I proposed is probably the simplest and easiest to implement by going back and grabbing the code Google removed.
The text was updated successfully, but these errors were encountered: