Qt: Adjust Darker Fusion highlight colour

This commit is contained in:
Stenzek
2026-01-16 17:34:58 +10:00
parent ff889fc749
commit 6d61c54d50

View File

@@ -187,7 +187,7 @@ void QtHost::SetStyleFromSettings()
static constexpr QColor base_color(43, 43, 43);
static constexpr QColor button_color(40, 40, 40); // qt makes this lighter
static constexpr QColor text(255, 255, 255);
static constexpr QColor highlight_background(65, 65, 65);
static constexpr QColor highlight_background(90, 90, 90);
static constexpr QColor highlight_text(255, 255, 255);
static constexpr QColor disabled_text(200, 200, 200);
static constexpr QColor placeholder_text(200, 200, 200);