Makes ThemeManager even more flexible. Also set 'Dark' as default

theme. Also remove ugly 'system' theme
This commit is contained in:
alessandro90
2019-05-18 15:47:03 +02:00
parent 7c0006e80a
commit f87df03147
57 changed files with 23670 additions and 11372 deletions

View File

@@ -1,5 +1,6 @@
from collections import namedtuple
from enum import Enum, auto
import os.path
class Ftype:
@@ -154,3 +155,4 @@ class Constants:
UNKNOWN = "N/A"
EXTRACTING_MSG = "Extracting..."
EXTRACTING_CODE = -1
DEFAULT_IMGS_FOLDER = os.path.join(":", "pics", "default_pics")