SolarFM/src/versions/solarfm-0.0.1/solarfm/utils/settings_manager/options/theming.py

14 lines
181 B
Python

# Python imports
from dataclasses import dataclass
# Lib imports
# Application imports
@dataclass
class Theming:
success_color: str
warning_color: str
error_color: str