Changed default theme

This commit is contained in:
AresValley
2023-04-18 19:43:39 +02:00
parent 0a5fefa214
commit acc44c93b3

View File

@@ -219,7 +219,7 @@ class ThemeConstants:
EXTENSION = ".qss" EXTENSION = ".qss"
ICONS_FOLDER = "icons" ICONS_FOLDER = "icons"
DEFAULT = "dark" DEFAULT = "material_design_dark"
COLORS = "colors.txt" COLORS = "colors.txt"
COLOR_SEPARATOR = "=" COLOR_SEPARATOR = "="
DEFAULT_ACTIVE_COLOR = "#000000" DEFAULT_ACTIVE_COLOR = "#000000"