Skip to content

Commit

Permalink
Last weaks to blend of gray prior to its initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Feb 3, 2019
1 parent eba5409 commit 3f63c9c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -138,7 +138,7 @@ QPushButton
border-color: @itemdarkbackground;
border-style: solid;
border-radius: 0.2em;
background-color:@itembackground;
background-color:@lightgradient;
color:@text;
}

Expand All @@ -149,7 +149,7 @@ QToolButton
border-color: @itemdarkbackground;
border-style: solid;
border-radius: 0.2em;
background-color:@itembackground;
background-color:@lightgradient;
color:@text;
}

Expand Down Expand Up @@ -189,7 +189,7 @@ QToolBar QToolButton, QToolButton::menu-button
}

QPushButton:hover, QToolButton:hover {
background-color: @itemalternativebackground;
background-color: @lightalternativegradient;
}

QPushButton:pressed, QToolButton:pressed {
Expand Down
2 changes: 2 additions & 0 deletions resources/themes/Blend of Gray/variables.qss
Expand Up @@ -2,6 +2,8 @@
@itembackground: #b2b2b2
@itemalternativebackground: #9a9a9a;
@itemdarkbackground: #373737
@lightgradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #a4a4a4, stop: 1 #8a8a8a)
@lightalternativegradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #b2b2b2, stop: 1 #999999)
@darkgradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #535353, stop: 1 #373737)
@darkalternativegradient: QLinearGradient( x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 #565656,stop: 1 #464646);
@gradient: QLinearGradient(x1:0, y1:0, x2:1, y2:1, stop:0 #b2b2b2, stop:1 #8f8f8f)
Expand Down

1 comment on commit 3f63c9c

@nirvn
Copy link
Contributor Author

@nirvn nirvn commented on 3f63c9c Feb 3, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, oups, by weaks I meant tweaks.

Please sign in to comment.