Merge pull request 'fix: status bar text contrast — use Text color instead of Subtext0' (#210) from fix/status-bar-contrast into main
Some checks failed
Build and Test / build (push) Has been cancelled

Reviewed-on: #210
This commit was merged in pull request #210.
This commit is contained in:
2026-02-14 19:11:10 +00:00

View File

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