Skip to content

Commit

Permalink
[themes] Additional fixes for Blend of Gray
Browse files Browse the repository at this point in the history
- better welcome page (et cie) disabled text
- improve tree view item hover color to avoid masking
  drop indicator when drag 'n dropping
  • Loading branch information
nirvn committed Jan 15, 2019
1 parent 004d6ba commit 61252f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions resources/themes/Blend of Gray/style.qss
Expand Up @@ -13,7 +13,7 @@ QWindow, QMainWindow, QWidget

QWidget:item:hover
{
background-color: @selection;
background-color: @hover;
color: @text;
}

Expand Down Expand Up @@ -112,7 +112,7 @@ QMenu::item:checked

QWidget:disabled
{
color: #404040;
color: @itemalternativebackground;
background-color: @background;
}

Expand Down Expand Up @@ -497,7 +497,7 @@ QGroupBox::indicator:hover,
QCheckBox::indicator:hover,
QRadioButton::indicator:hover
{
border: 1px solid @selection;
border: 1px solid @hover;
}

/* ==================================================================================== */
Expand Down Expand Up @@ -628,8 +628,8 @@ QTreeView::item, QTreeView::branch {
}

QTreeView::item:hover, QTreeView::branch:hover {
background-color: @toggleoff;
color: @itembackground;
background-color: @c7c7c7;
color: @text;
}

QTreeView::item:selected, QTreeView::branch:selected {
Expand Down
1 change: 1 addition & 0 deletions resources/themes/Blend of Gray/variables.qss
Expand Up @@ -9,3 +9,4 @@
@toggleoff: #373737
@toggleon: #ee7913
@selection: #f0f0f0
@hover: #c7c7c7

0 comments on commit 61252f8

Please sign in to comment.