forked from chromium/chromium
-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#871) The dark mode implementation has been fixed. Settings should n…
…ow be applied to the renderer process via the dark-mode-settings switch, which also needs the corresponding WebContentsForceDark feature to be enabled. This required the introduction of a hack in feature_list to enable the feature when the switch is present, avoiding the need for the user to use two separate flags to enable and use the feature. Furthermore, several options were duplicates with different labels. Now each option is unique, with the ability to have CIELAB/HSL/RGB-based forced darkening, both with and without selective image modification, as opposed to having duplicates of the CIELAB options.
- Loading branch information
win32ss
committed
Oct 18, 2024
1 parent
9140148
commit 837ff97
Showing
3 changed files
with
22 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters