Is your feature request related to a problem? Please describe.
I'm trying to make a program that has both "normal" ttk widgets and some ttkbootstrap widgets, but every time i import ttkbootstrap, all of the normal ttk widgets switch to the ttkbootstrap theme
Describe the solution you'd like
I want there to be a feature where the styling of ttkbootstrap can only affect a specific elememnt, like just the ttk Scale instead of the Buttons, Entries, AND Scale
Describe alternatives you've considered
I've considered just switching entirely to ttkbootstrap, but I would like to keep more of an os-specific feel for the most part
Is your feature request related to a problem? Please describe.
I'm trying to make a program that has both "normal" ttk widgets and some ttkbootstrap widgets, but every time i import ttkbootstrap, all of the normal ttk widgets switch to the ttkbootstrap theme
Describe the solution you'd like
I want there to be a feature where the styling of ttkbootstrap can only affect a specific elememnt, like just the ttk Scale instead of the Buttons, Entries, AND Scale
Describe alternatives you've considered
I've considered just switching entirely to ttkbootstrap, but I would like to keep more of an os-specific feel for the most part
Additional context
No response