Style

class lib.gui.theme.Style(default_font, root, path_cache)

Bases: object

Set the overarching theme and customize widgets.

Parameters:
  • default_font (tuple) – The name and size of the default font

  • root (tkinter.Tk) – The root tkinter object

  • path_cache (str) – The path to the GUI’s cache

Attributes Summary

user_theme

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