Skip to content

Commit

Permalink
细调
Browse files Browse the repository at this point in the history
  • Loading branch information
gfdgd-xi committed Nov 30, 2024
1 parent 3b8168b commit 5fbef5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dde-file-manager-lib/themes/dark/DFileManagerWindow.theme
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/***********************************************************/
QMainWindow{
/*background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5, radius:1, fx:0.5, fy:0.5, stop:0 rgba(119, 255, 255, 255), stop:1 rgba(32, 127, 155, 255));*/
background-color: #67202020;
background-color: #202020;
}


Expand Down
2 changes: 1 addition & 1 deletion dde-file-manager-lib/themes/light/DFileView.theme
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ QListView::item:hover {

QHeaderView {
background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1,
stop:0 #f8f8f8, stop:1 rgba(255, 255, 255, 0.8));
stop:0 #4df8f8f8, stop:1 rgba(255, 255, 255, 0.1));
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
max-height: 21px;
}
Expand Down

0 comments on commit 5fbef5d

Please sign in to comment.