israel-dryer / ttkbootstrap

A supercharged theme extension for tkinter that enables on-demand modern flat style themes inspired by Bootstrap.
MIT License
1.99k stars 395 forks source link

widget-specific styling #426

Open byte127x opened 1 year ago

byte127x commented 1 year ago

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