Skip to content

Commit

Permalink
Update ElegantDark.qss
Browse files Browse the repository at this point in the history
  • Loading branch information
GTRONICK authored Apr 17, 2018
1 parent ced7c0c commit ff1e3d7
Showing 1 changed file with 16 additions and 8 deletions.
24 changes: 16 additions & 8 deletions ElegantDark.qss
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
/*
ElegantDark Style Sheet for QT Applications
Author: Jaime A. Quiroga P.
Company: GTRONICK
Last updated: 17/04/2018
Available at: https://github.com/GTRONICK/QSS/blob/master/ElegantDark.qss
*/
QMainWindow {
background-color:rgb(82, 82, 82);
}
Expand Down Expand Up @@ -87,16 +94,17 @@ QMenuBar {
background:rgb(82, 82, 82);
}
QMenuBar::item {
color:rgb(240,240,240);
spacing: 3px;
padding: 1px 4px;
background: transparent;
color:rgb(223,219,210);
spacing: 3px;
padding: 1px 4px;
background: transparent;
}

QMenuBar::item:selected {
background:rgb(115, 115, 115);
background:rgb(115, 115, 115);
}
QMenu::item:selected {
color:rgb(255,255,255);
border-width:2px;
border-style:solid;
padding-left:18px;
Expand All @@ -111,7 +119,7 @@ QMenu::item:selected {
border-bottom-width: 1px;
}
QMenu::item {
color:rgb(240,240,240);
color:rgb(223,219,210);
background-color:rgb(78,78,78);
padding-left:20px;
padding-top:4px;
Expand Down Expand Up @@ -155,7 +163,7 @@ QTabBar::tab:!selected {
margin-right: 1px;
}
QCheckBox {
color:rgb(240,240,240);
color:rgb(223,219,210);
padding: 2px;
}
QCheckBox:hover {
Expand Down Expand Up @@ -185,4 +193,4 @@ QCheckBox::indicator:unchecked {
}
QStatusBar {
color:rgb(240,240,240);
}
}

0 comments on commit ff1e3d7

Please sign in to comment.