looks better
This commit is contained in:
parent
f98845d019
commit
f96888e487
@ -46,7 +46,8 @@ class BaseTheme:
|
||||
self.main_font = main_font
|
||||
|
||||
def __repr__(self) -> str:
|
||||
return f'<{self.__class__.__name__} main_color={self.main_color} secondary_color={self.secondary_color} main_font={self.main_font}>'
|
||||
return (f'<{self.__class__.__name__} main_color={self.main_color} '
|
||||
f'secondary_color={self.secondary_color} main_font={self.main_font}>')
|
||||
|
||||
|
||||
class FontTheme(BaseTheme):
|
||||
|
Loading…
Reference in New Issue
Block a user