Skip to content

Commit 92a51b4

Browse files
committed
Fixed the color inconsistency in dark mode
1 parent 57b1738 commit 92a51b4

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

css/darkmode.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,23 @@ body.dark {
3333
.dark #floatingWindows .windowFrame {
3434
background-color: var(--bg) !important;
3535
}
36+
37+
38+
/* Trash view colors for dark mode */
39+
.dark .trash-view {
40+
background-color: #2d2d2d;
41+
color: #e8e8e8;
42+
border: 2px solid #4a9eff;
43+
}
44+
45+
.dark .button-container {
46+
background: #022363;
47+
border-bottom: 1px solid #444444;
48+
}
49+
50+
.dark .trash-item.hover {
51+
background-color: #444444;
52+
}
53+
.dark .trash-item.selected {
54+
background-color: #555555;
55+
}

0 commit comments

Comments
 (0)