From 9bcc0fccd7e128c00529ef39a2da9de8e2e2b42a Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 24 Aug 2023 18:09:20 +0200 Subject: [PATCH] Update README.md --- docs/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/README.md b/docs/README.md index c6f2d00b..f4d134ba 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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