From bc8592178c5d547c10e1b889f07dedd966e5f7e6 Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Sun, 11 May 2025 22:41:58 -0400 Subject: [PATCH] Override Windows changing text colors inappropriately --- resources/style.qss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/resources/style.qss b/resources/style.qss index ea0542d..b2e3428 100644 --- a/resources/style.qss +++ b/resources/style.qss @@ -24,6 +24,7 @@ QMenu { border-radius: 8px; padding: 6px 10px; margin: 4px 0px; + color: white; } QMenu::item:selected { @@ -36,6 +37,7 @@ QAction { border-radius: 8px; padding: 6px 10px; margin: 4px 0px; + color: white; } QRadioButton { @@ -139,6 +141,10 @@ QTreeView QHeaderView::section { font-weight: 500; } +QTreeView::item { + color: white; +} + QTreeView::item:hover { background-color: rgba(60, 60, 60, 1); } @@ -243,6 +249,7 @@ QComboBox QAbstractItemView::item { border-radius: 4px; padding: 4px 8px; margin: 2px 0px; + color: white; } QComboBox QAbstractItemView::item:hover {