Add GFD screen. Also add new themes. Also apply minor modifications

This commit is contained in:
alessandro90
2019-03-24 18:22:06 +01:00
parent 5644c36f52
commit 8c1a6438ec
47 changed files with 1784 additions and 192 deletions

View File

@@ -18,7 +18,7 @@ class ThemeConstants(object):
DEFAULT_ACTIVE_COLOR = "#39eaff"
DEFAULT_INACTIVE_COLOR = "#9f9f9f"
THEME_NOT_FOUND = "Theme not found"
MISSING_THEME = "Missing theme in " + FOLDER + " folder."
MISSING_THEME = "Missing theme in '" + FOLDER + "' folder."
class Theme(object):
def __init__(self, parent):