themes.py 102 B

12345
  1. from .default_styles import DEFAULT_STYLES
  2. from .theme import Theme
  3. DEFAULT = Theme(DEFAULT_STYLES)