feat: add nativeTheme.inForcedColorsMode (#32956)
This commit is contained in:
parent
4cc2ed842e
commit
755feb4d81
4 changed files with 18 additions and 1 deletions
|
@ -67,3 +67,8 @@ or is being instructed to show a high-contrast UI.
|
|||
|
||||
A `boolean` for if the OS / Chromium currently has an inverted color scheme
|
||||
or is being instructed to use an inverted color scheme.
|
||||
|
||||
### `nativeTheme.inForcedColorsMode` _Windows_ _Readonly_
|
||||
|
||||
A `boolean` indicating whether Chromium is in forced colors mode, controlled by system accessibility settings.
|
||||
Currently, Windows high contrast is the only system setting that triggers forced colors mode.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue