dbs_annotator.utils.theme_manager

Theme manager for handling dark/light mode switching.

This module provides a centralized theme management system that allows switching between dark and light themes at runtime.

Functions

get_theme_manager()

Get the global theme manager instance.

Classes

Theme(*values)

Available application themes.

ThemeManager()

Manages application theme switching.