1
0
Fork 0
mirror of synced 2024-06-02 10:44:40 +12:00

Got colors working

This commit is contained in:
KovvalskiX 2022-02-01 05:16:29 +03:00
parent 7deb4152ac
commit a341bc7ac9

View file

@ -195,8 +195,7 @@ def set_color_pallete(color_scheme: str):
def get_color_schemes() -> List[str]:
colors = []
for file in QDir(":/schemes"):
if file.endswith(".scheme"):
colors.append(file.replace(".scheme", ""))
colors.append(file)
return colors