fix: status bar text contrast — use Text color instead of Subtext0 (#195)
Some checks failed
Build and Test / build (pull_request) Has been cancelled
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:
@@ -976,7 +976,7 @@ QSplitter::handle:hover {
|
||||
|
||||
QStatusBar {
|
||||
background-color: #181825;
|
||||
color: #bac2de;
|
||||
color: #cdd6f4;
|
||||
border-top: 1px solid #313244;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user