Skip to content

Commit ff1e3d7

Browse files
authored
Update ElegantDark.qss
1 parent ced7c0c commit ff1e3d7

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

ElegantDark.qss

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
/*
2+
ElegantDark Style Sheet for QT Applications
3+
Author: Jaime A. Quiroga P.
4+
Company: GTRONICK
5+
Last updated: 17/04/2018
6+
Available at: https://github.com/GTRONICK/QSS/blob/master/ElegantDark.qss
7+
*/
18
QMainWindow {
29
background-color:rgb(82, 82, 82);
310
}
@@ -87,16 +94,17 @@ QMenuBar {
8794
background:rgb(82, 82, 82);
8895
}
8996
QMenuBar::item {
90-
color:rgb(240,240,240);
91-
spacing: 3px;
92-
padding: 1px 4px;
93-
background: transparent;
97+
color:rgb(223,219,210);
98+
spacing: 3px;
99+
padding: 1px 4px;
100+
background: transparent;
94101
}
95102

96103
QMenuBar::item:selected {
97-
background:rgb(115, 115, 115);
104+
background:rgb(115, 115, 115);
98105
}
99106
QMenu::item:selected {
107+
color:rgb(255,255,255);
100108
border-width:2px;
101109
border-style:solid;
102110
padding-left:18px;
@@ -111,7 +119,7 @@ QMenu::item:selected {
111119
border-bottom-width: 1px;
112120
}
113121
QMenu::item {
114-
color:rgb(240,240,240);
122+
color:rgb(223,219,210);
115123
background-color:rgb(78,78,78);
116124
padding-left:20px;
117125
padding-top:4px;
@@ -155,7 +163,7 @@ QTabBar::tab:!selected {
155163
margin-right: 1px;
156164
}
157165
QCheckBox {
158-
color:rgb(240,240,240);
166+
color:rgb(223,219,210);
159167
padding: 2px;
160168
}
161169
QCheckBox:hover {
@@ -185,4 +193,4 @@ QCheckBox::indicator:unchecked {
185193
}
186194
QStatusBar {
187195
color:rgb(240,240,240);
188-
}
196+
}

0 commit comments

Comments
 (0)