Skip to content

Commit

Permalink
Updated tab bar background
Browse files Browse the repository at this point in the history
  • Loading branch information
EliverLara committed Sep 18, 2018
1 parent 7fb07b2 commit c36c3e8
Show file tree
Hide file tree
Showing 4 changed files with 268 additions and 858 deletions.
2 changes: 1 addition & 1 deletion gtk-3.20/gtk-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -3183,7 +3183,7 @@ notebook > header {
padding: 1px;
border-color: rgba(238, 238, 238, 0.1);
border-width: 0px;
background-color: #1c2629; }
background-color: #161d20; }
notebook > header:backdrop {
border-color: rgba(97, 104, 106, 0.19);
background-color: #1E282C; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.20/gtk.css
Original file line number Diff line number Diff line change
Expand Up @@ -3190,7 +3190,7 @@ notebook > header {
padding: 1px;
border-color: rgba(0, 0, 0, 0.2);
border-width: 0px;
background-color: #ececec; }
background-color: #e4e4e4; }
notebook > header:backdrop {
border-color: rgba(119, 119, 119, 0.28);
background-color: #EEEEEE; }
Expand Down
2 changes: 1 addition & 1 deletion gtk-3.20/widgets/_notebooks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ notebook {
padding: 1px;
border-color: $borders_color;
border-width: 0px;
background-color: darken($bg_color, 0.9);
background-color: darken($bg_color, 4%);

&:backdrop {
border-color: $backdrop_borders_color;
Expand Down
Loading

0 comments on commit c36c3e8

Please sign in to comment.