Doc inverted-color-scheme-changed event
This commit is contained in:
parent
8b16b82ce9
commit
af27c62b07
2 changed files with 9 additions and 2 deletions
|
@ -17,8 +17,15 @@ Returns:
|
|||
|
||||
* `event` Event
|
||||
* `newColor` String - The new RGBA color the user assigned to be there system
|
||||
accent color.
|
||||
accent color.
|
||||
|
||||
### Event: 'inverted-color-scheme-changed' _Windows_
|
||||
|
||||
Returns:
|
||||
|
||||
* `event` Event
|
||||
* `invertedColorScheme` Boolean - `true` if a inverted color scheme, such as
|
||||
a high contrast theme, is being used, `false` otherwise.
|
||||
|
||||
## Methods
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue