Skip to content

Commit

Permalink
Fix color styles in dark mode (#1561)
Browse files Browse the repository at this point in the history
  • Loading branch information
rumtid authored Oct 14, 2024
1 parent e9a339a commit 03fce6d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion qt.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ QLineEdit#mSearchBar {
padding: 0 0px;
border: 1px solid #E0E0E0;
border-radius: 3px;
color: #AAAAAA;
background-color: #FFFFFF;
}

QLineEdit#mSearchBar QLabel {
Expand All @@ -139,7 +141,6 @@ QLineEdit#mSearchBar:focus {
color: #525252;
}


RepoTreeView QScrollBar {
margin-right: 1px;
}
Expand Down Expand Up @@ -471,6 +472,7 @@ FileBrowserDialog QToolBar QPushButton {
font-size: 13px;
padding: 3px;
margin: 1px;
color: #252525;
background-color: white;
qproperty-focusPolicy: NoFocus;
}
Expand All @@ -493,6 +495,7 @@ FileBrowserDialog QToolBar QToolButton#forwardButton {

FileBrowserDialog QToolBar QLabel {
margin-left: 2px;
color: #252525;
}

FileBrowserDialog QToolBar QPushButton:hover {
Expand Down Expand Up @@ -679,6 +682,8 @@ SyncErrorsTableView::item {
padding-top: 5px;
padding-left: 0px;
border-top: 1px solid #e0e0e0;
color: #252525;
background-color: white;
}

SyncErrorsTableView::item :last {
Expand Down

0 comments on commit 03fce6d

Please sign in to comment.