Python-With-Gtk-Template/src/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