I am trying to make a digital assistant (a knock off bonzi buddy, if you will) and am trying to give it a fruitger Aero (windows 7 theme) style. I am using the ttkthemes
module and the theme Aquativo
(shown above), which I am happy with. However, ttk
does not support styled text boxes, so I am currently stuck with just a styled scrollbar and button.
Also, is there a way to give widgets (specifically labels) a transparent background on Linux? I would like to utilize that for the character.
I have researched using CustomTkinter
(I was thinking I could put gradients inside) but my searches have been fruitless.