Skip to content

Commit

Permalink
Explicitly set background color in stack (Fixes #194)
Browse files Browse the repository at this point in the history
This is really more a deficiency in pavucontrol, but as it seems
that other themes also work around this problem I guess I should too.
  • Loading branch information
ochosi committed Jul 23, 2017
1 parent 734ea51 commit 05568c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2305,6 +2305,7 @@ notebook {
&:backdrop { background-color: $backdrop_bg_color; }
}
}
stack { background-color: shade($bg_color, 1.05); }
}


Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -2456,6 +2456,8 @@ notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#393f3f, 0.9); }
notebook.frame > stack:not(:only-child):backdrop {
background-color: #393f3f; }
notebook stack {
background-color: shade(#393f3f, 1.05); }

/**************
* Scrollbars *
Expand Down
2 changes: 2 additions & 0 deletions gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -2469,6 +2469,8 @@ notebook.frame > stack:not(:only-child) {
border: 1px solid shade(#cecece, 0.9); }
notebook.frame > stack:not(:only-child):backdrop {
background-color: #cecece; }
notebook stack {
background-color: shade(#cecece, 1.05); }

/**************
* Scrollbars *
Expand Down

0 comments on commit 05568c9

Please sign in to comment.