fix: status bar text contrast — use Text color instead of Subtext0 #210

Merged
forbes merged 1 commits from fix/status-bar-contrast into main 2026-02-14 19:11:12 +00:00

View File

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