Internalized default settings
This commit is contained in:
@@ -8,6 +8,6 @@ from dataclasses import dataclass
|
||||
|
||||
@dataclass
|
||||
class Theming:
|
||||
success_color: str
|
||||
warning_color: str
|
||||
error_color: str
|
||||
success_color: str = "#88cc27"
|
||||
warning_color: str = "#ffa800"
|
||||
error_color: str = "#ff0000"
|
||||
|
||||
Reference in New Issue
Block a user