From 223e9d97a082a5dd056cf33bb4132b57772dfb1e Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 6 Oct 2016 15:31:43 -0700 Subject: [PATCH] Doc systemPreferences.isInvertedColorScheme --- docs/api/system-preferences.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/api/system-preferences.md b/docs/api/system-preferences.md index c5ad763264ab..e39efac69f27 100644 --- a/docs/api/system-preferences.md +++ b/docs/api/system-preferences.md @@ -150,3 +150,8 @@ const green = color.substr(2, 2) // "bb" const blue = color.substr(4, 2) // "cc" const alpha = color.substr(6, 2) // "dd" ``` + +### `systemPreferences.isInvertedColorScheme()` _Windows_ + +Returns `Boolean` - `true` if an inverted color scheme, such as a high contrast +theme, is active, `false` otherwise.