From 3879708622d4b57e0705f5cfaee3241781beceed Mon Sep 17 00:00:00 2001 From: Tom Schimansky <66446067+TomSchimansky@users.noreply.github.com> Date: Tue, 29 Nov 2022 23:24:14 +0100 Subject: [PATCH] Added Windows readme video --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index d57d160..6ad4f98 100644 --- a/Readme.md +++ b/Readme.md @@ -71,14 +71,14 @@ On Windows 10/11 you get a dark window header, which changes with set appearance mode or the system, when you use `customtkinter.CTk()` to create the window, and it works with all python versions: -![](documentation_images/Windows_system_mode_change.gif) + +https://user-images.githubusercontent.com/66446067/204661492-0b236d7b-9f93-4aa6-9f7d-6eaa6d02098b.mp4 | _`complex_example.py` on Windows 11 with system mode change and standard 'blue' theme_ ### On macOS however you either need python3.10 or higher or the anaconda python version to get a dark window header at all (Tcl/Tk >= 8.6.9 required). -![](documentation_images/macOS_system_mode_change.gif) | _`complex_example.py` on macOS with system mode change and standard 'blue' theme_ ###