Skip to content

Commit 808c8a1

Browse files
committed
remove unecessary comments
1 parent 3267aa7 commit 808c8a1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

resources/themes/dark.qss

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
}
55

66
QMainWindow {
7-
background-color: #1a1a1a; /* Slightly darker background */
7+
background-color: #1a1a1a;
88
color: #ffffff;
99
border-radius: 8px;
1010
}
@@ -25,7 +25,7 @@ QTreeView {
2525
}
2626

2727
QTreeView::item:selected {
28-
background: #2b5ea3; /* Brighter blue for better visibility */
28+
background: #2b5ea3;
2929
color: white;
3030
border-radius: 4px;
3131
}
@@ -40,7 +40,7 @@ QTreeView::item:focus {
4040

4141
QScrollBar:vertical, QScrollBar:horizontal {
4242
background: #1e1e1e;
43-
width: 12px; /* Slightly wider for better usability */
43+
width: 12px;
4444
margin: 0px;
4545
}
4646

@@ -110,7 +110,7 @@ QTabBar::tab {
110110
QTabBar::tab:selected {
111111
background: #1e1e1e;
112112
color: white;
113-
border-top: 2px solid #3d75c2; /* Added accent color for selected tab */
113+
border-top: 2px solid #3d75c2;
114114
}
115115

116116
QTabBar::tab:hover {
@@ -125,7 +125,6 @@ QToolTip {
125125
border-radius: 6px;
126126
}
127127

128-
/* New additions for buttons and other controls */
129128
QPushButton {
130129
background-color: #2b5ea3;
131130
color: white;

0 commit comments

Comments
 (0)