Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[themes] Last round of theme fix (hopefully)
- improve progress bar size and look
- remove hard coded border color for progress bar
- fix plugin manager checkbox for blend of gray
  • Loading branch information
nirvn committed Jan 12, 2019
1 parent add1f96 commit aafd848
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion resources/themes/Blend of Gray/palette.txt
@@ -1,4 +1,4 @@
2:#373737
5:#373737
9:#373737
9:#727272
10:#373737
8 changes: 6 additions & 2 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -429,15 +429,19 @@ QMenu::separator

QProgressBar
{
border: 2px solid grey;
height: 1.3em;
border-width: 1px;
border-color: @itemdarkbackground;
border-style: solid;
border-radius: 0.2em;
text-align: center;

}

QProgressBar::chunk
{
background-color: @selection;
width: 3px;
margin: 1px;
}

QTabWidget::pane {
Expand Down
8 changes: 5 additions & 3 deletions resources/themes/Night Mapping/style.qss
Expand Up @@ -214,7 +214,7 @@ QComboBox {
}


QComboBox:hover, QAbstractSpinBox:hover {
QComboBox:hover,QAbstractSpinBox:hover {
background-color: @darkalternativegradient;
}

Expand Down Expand Up @@ -437,15 +437,17 @@ QMenu::separator

QProgressBar
{
border: 2px solid grey;
height: 1.3em;
border-width: 1px;
border-color: @itemdarkbackground;
border-style: solid;
text-align: center;
}

QProgressBar::chunk
{
background-color: @focus;
width: 3px;
margin: 1px;
}

QTabWidget::pane {
Expand Down

0 comments on commit aafd848

Please sign in to comment.