From 332e14f1f7a79cd1bf831ee95c677a4b3fe82456 Mon Sep 17 00:00:00 2001 From: forbes Date: Sat, 14 Feb 2026 13:08:02 -0600 Subject: [PATCH] =?UTF-8?q?fix:=20status=20bar=20text=20contrast=20?= =?UTF-8?q?=E2=80=94=20use=20Text=20color=20instead=20of=20Subtext0=20(#19?= =?UTF-8?q?5)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change status bar text from #bac2de (Subtext0) to #cdd6f4 (Text) for better readability against the #181825 Mantle background. --- src/Gui/Stylesheets/KindredCreate.qss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/Stylesheets/KindredCreate.qss b/src/Gui/Stylesheets/KindredCreate.qss index 83eb1279b7..ee6840b6bb 100644 --- a/src/Gui/Stylesheets/KindredCreate.qss +++ b/src/Gui/Stylesheets/KindredCreate.qss @@ -976,7 +976,7 @@ QSplitter::handle:hover { QStatusBar { background-color: #181825; - color: #bac2de; + color: #cdd6f4; border-top: 1px solid #313244; }