From acc44c93b379575b0b09c3b29994f609399e0e96 Mon Sep 17 00:00:00 2001 From: AresValley Date: Tue, 18 Apr 2023 19:43:39 +0200 Subject: [PATCH] Changed default theme --- src/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.py b/src/constants.py index 8cbd731..535b394 100644 --- a/src/constants.py +++ b/src/constants.py @@ -219,7 +219,7 @@ class ThemeConstants: EXTENSION = ".qss" ICONS_FOLDER = "icons" - DEFAULT = "dark" + DEFAULT = "material_design_dark" COLORS = "colors.txt" COLOR_SEPARATOR = "=" DEFAULT_ACTIVE_COLOR = "#000000"