Fixed #25 on-screen keyboard

This commit is contained in:
Vladyslav Hroshev
2024-05-11 14:34:55 +03:00
parent b2d0f97369
commit d2cc0a00b5
3 changed files with 147 additions and 1 deletions

View File

@@ -41,12 +41,13 @@ class Theme:
replace_keywords(f"{self.temp_folder}/{apply_file}",
("BUTTON-COLOR", "ACCENT-FILLED-COLOR"),
("BUTTON_HOVER", "ACCENT-FILLED_HOVER"),
("BUTTON_ACTIVE", "ACCENT-FILLED_ACTIVE"),
("BUTTON_INSENSITIVE", "ACCENT-FILLED_INSENSITIVE"),
("BUTTON-TEXT-COLOR", "TEXT-BLACK-COLOR"),
("BUTTON-TEXT_SECONDARY", "TEXT-BLACK_SECONDARY"))
def __add__(self, other):
"""
"""Z
Add to main styles another styles
:param other: styles to add
:return: new Theme object