File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 44}
55
66QMainWindow {
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
2727QTreeView::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
4141QScrollBar: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 {
110110QTabBar::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
116116QTabBar::tab:hover {
@@ -125,7 +125,6 @@ QToolTip {
125125 border-radius: 6px;
126126}
127127
128- /* New additions for buttons and other controls */
129128QPushButton {
130129 background-color: #2b5ea3;
131130 color: white;
You can’t perform that action at this time.
0 commit comments