How can we change the title bar color? #12
-
Hello @marticliment, I really like your work on the mica theme for python oriented UI. I actually want to change the header/titlebar color of a window (like the title bar of a simple tkinter window). I think it can be done with I found a relevant example here (not written in python): https://www.purebasic.fr/english/viewtopic.php?t=78732 I hope there is a solution :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What you could do is clone the win32mica repo and then start messing with the vaules so they match the ones in the example you provided. Let's say you edit init.py so it shows like this: What would happen? |
Beta Was this translation helpful? Give feedback.
What you could do is clone the win32mica repo and then start messing with the vaules so they match the ones in the example you provided.
Let's say you edit init.py so it shows like this:
DWM_UNDOCUMENTED_MICA_ENTRY = 34
DWM_DOCUMENTED_MICA_ENTRY = 34
DWM_UNDOCUMENTED_MICA_VALUE = 35
DWM_DOCUMENTED_MICA_VALUE = 35
What would happen?