From cbb9a4c17a4878fe58f049f0673f45d9f2aa630e Mon Sep 17 00:00:00 2001 From: Tom Schimansky Date: Fri, 5 Mar 2021 22:23:53 +0100 Subject: [PATCH] readme changes --- Readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Readme.md b/Readme.md index 1e8e8a6..8960b99 100644 --- a/Readme.md +++ b/Readme.md @@ -55,6 +55,8 @@ button.place(relx=0.5, rely=0.5, anchor=tkinter.CENTER) ### How to use macOS dark mode? If you have a python version with Tcl/Tk >= 8.6.9, then you can enable the macOS darkmode. Currently only the anaconda python versions have Tcl/Tk >= 8.6.9. +So if you want a dark window titlebar, you have to install anaconda python version +or miniconda. ```python import tkinter import customtkinter