We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0006165 commit 721465fCopy full SHA for 721465f
python_password/PyPassword.py
@@ -67,8 +67,8 @@ class PyPassword(MDApp):
67
def __init__(self, **kwargs):
68
super().__init__(**kwargs)
69
self.theme_cls.primary_palette = 'Indigo'
70
- self.theme_cls.theme_style = 'Dark'
71
- self.text_color_hex = 'ffffff'
+ self.theme_cls.theme_style = 'Light'
+ self.text_color_hex = '111111'
72
self.passwords = []
73
self.info = {
74
'name': 'Python Password',
0 commit comments