Add theme settings for active icons, a base colour, and accent palette colour (#2382)

This commit is contained in:
Veronica Berglyd Olsen
2025-06-05 18:15:31 +02:00
parent 33f4efc5b1
commit 550cba2f43
6 changed files with 54 additions and 44 deletions
+1
View File
@@ -445,6 +445,7 @@ class nwLabels:
THEME_COLORS: Final[dict[str, str]] = {
"theme": QT_TRANSLATE_NOOP("Constant", "Theme Colours"),
"default": QT_TRANSLATE_NOOP("Constant", "Foreground Colour"),
"base": QT_TRANSLATE_NOOP("Constant", "Background Colour"),
"faded": QT_TRANSLATE_NOOP("Constant", "Faded Colour"),
"red": QT_TRANSLATE_NOOP("Constant", "Red"),
"orange": QT_TRANSLATE_NOOP("Constant", "Orange"),