Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Aug 24, 2023
1 parent d8df9b0 commit 9bcc0fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,16 @@ Example (for default windows "balanced" power plan):
"scheme_2": "381b4222-f694-41f0-9685-ff5bb260df2e",
```

### Override UI theme

By default app would set UI theme from "app" theme in windows setting. You can override it to specific theme, or general windows theme

```
"ui_mode" : "dark",
"ui_mode" : "light",
"ui_mode" : "windows",
```

### Skip keyboard Aura initialisation on startup
By default app would set last remembered RGB mode for keyboard on each launch. To disable it completely

Expand Down

0 comments on commit 9bcc0fc

Please sign in to comment.