fix: status bar text contrast — use Text color instead of Subtext0 (#195)
Some checks failed
Build and Test / build (pull_request) Has been cancelled

Change status bar text from #bac2de (Subtext0) to #cdd6f4 (Text)
for better readability against the #181825 Mantle background.
This commit is contained in:
forbes
2026-02-14 13:08:02 -06:00
parent 0b3d4b1274
commit 332e14f1f7

View File

@@ -976,7 +976,7 @@ QSplitter::handle:hover {
QStatusBar {
background-color: #181825;
color: #bac2de;
color: #cdd6f4;
border-top: 1px solid #313244;
}