Style
- class lib.gui.theme.Style(default_font, root, path_cache)
Bases:
objectSet the overarching theme and customize widgets.
- Parameters:
default_font (tuple) – The name and size of the default font
root (
tkinter.Tk) – The root tkinter objectpath_cache (str) – The path to the GUI’s cache
Attributes Summary
The currently selected user theme.
Attributes Documentation
- user_theme
The currently selected user theme.
- Type:
dict
- property user_theme
The currently selected user theme.
- Type:
dict