You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to work out the correlation between the color properties (CTkFrame.configure) and how they relate to the respective theme JSON attributes. In particular I am trying to understand what is happening with the colours below. I am using a TestCard theme to demonstrate the context (my taste may be bad but it's not that bad ;). Hopefully you can see that I have frames within frames. So the frame_low and the frame_high colours are quite distinct here (lilac and pink).
So it appears as though the Theme Manager in customkinter, is automatically switching the fg_color of a frame from high to low, when a child frame is rendered within it. Is this a correct observation and is this the expected behaviour?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I am trying to work out the correlation between the color properties (CTkFrame.configure) and how they relate to the respective theme JSON attributes. In particular I am trying to understand what is happening with the colours below. I am using a TestCard theme to demonstrate the context (my taste may be bad but it's not that bad ;). Hopefully you can see that I have frames within frames. So the frame_low and the frame_high colours are quite distinct here (lilac and pink).
So it appears as though the Theme Manager in customkinter, is automatically switching the fg_color of a frame from high to low, when a child frame is rendered within it. Is this a correct observation and is this the expected behaviour?
Beta Was this translation helpful? Give feedback.
All reactions