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+ */
18QMainWindow {
29 background-color:rgb(82, 82, 82);
310}
@@ -87,16 +94,17 @@ QMenuBar {
8794 background:rgb(82, 82, 82);
8895}
8996QMenuBar::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
96103QMenuBar::item:selected {
97- background:rgb(115, 115, 115);
104+ background:rgb(115, 115, 115);
98105}
99106QMenu::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}
113121QMenu::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}
157165QCheckBox {
158- color:rgb(240,240,240 );
166+ color:rgb(223,219,210 );
159167 padding: 2px;
160168}
161169QCheckBox:hover {
@@ -185,4 +193,4 @@ QCheckBox::indicator:unchecked {
185193}
186194QStatusBar {
187195 color:rgb(240,240,240);
188- }
196+ }
0 commit comments