diff --git a/gtk-3.0/_colors.scss b/gtk-3.0/_colors.scss index 5d018e2..5454b7b 100755 --- a/gtk-3.0/_colors.scss +++ b/gtk-3.0/_colors.scss @@ -30,8 +30,8 @@ $selected_borders_color: darken($selected_bg_color, 10%); $borders_color: if($variant == 'light', transparentize(black,0.87), transparentize(#0C0E15,0.2)); $borders_edge: if($variant == 'light', transparentize(white, 0.8), transparentize(white, 0.9)); -$selected-tab-gradient-start: #fed349; -$selected-tab-gradient-end: #ff7800; +$selected-tab-gradient-start: #00c6ff; +$selected-tab-gradient-end: $selected_bg_color; $link_color: $blue; $link_visited_color:transparentize($link_color,0.5); diff --git a/gtk-3.0/gtk-dark.css b/gtk-3.0/gtk-dark.css index d01f6d3..c6670c3 100755 --- a/gtk-3.0/gtk-dark.css +++ b/gtk-3.0/gtk-dark.css @@ -3070,7 +3070,7 @@ notebook > header { notebook > header.top > tabs > tab:backdrop { box-shadow: none; } notebook > header.top > tabs > tab:checked { - background: linear-gradient(to right, #fed349, #ff7800) left bottom #141721 no-repeat; + background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #141721 no-repeat; background-size: 100% 2px; border: 0; } notebook > header.bottom { @@ -3080,7 +3080,7 @@ notebook > header { notebook > header.bottom > tabs > tab:backdrop { box-shadow: none; } notebook > header.bottom > tabs > tab:checked { - background: linear-gradient(to right, #fed349, #ff7800) left bottom #141721 no-repeat; + background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #141721 no-repeat; background-size: 100% 2px; border: 0; } notebook > header.left { @@ -3090,7 +3090,7 @@ notebook > header { notebook > header.left > tabs > tab:backdrop { box-shadow: none; } notebook > header.left > tabs > tab:checked { - background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #141721 no-repeat; + background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #141721 no-repeat; background-size: 2px 100%; border: 0; } notebook > header.right { @@ -3100,7 +3100,7 @@ notebook > header { notebook > header.right > tabs > tab:backdrop { box-shadow: none; } notebook > header.right > tabs > tab:checked { - background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #141721 no-repeat; + background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #141721 no-repeat; background-size: 2px 100%; border: 0; } notebook > header.top > tabs > arrow { diff --git a/gtk-3.0/gtk.css b/gtk-3.0/gtk.css index 9bc64d9..9edc49d 100755 --- a/gtk-3.0/gtk.css +++ b/gtk-3.0/gtk.css @@ -3077,7 +3077,7 @@ notebook > header { notebook > header.top > tabs > tab:backdrop { box-shadow: none; } notebook > header.top > tabs > tab:checked { - background: linear-gradient(to right, #fed349, #ff7800) left bottom #e4e5e6 no-repeat; + background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat; background-size: 100% 2px; border: 0; } notebook > header.bottom { @@ -3087,7 +3087,7 @@ notebook > header { notebook > header.bottom > tabs > tab:backdrop { box-shadow: none; } notebook > header.bottom > tabs > tab:checked { - background: linear-gradient(to right, #fed349, #ff7800) left bottom #e4e5e6 no-repeat; + background: linear-gradient(to right, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat; background-size: 100% 2px; border: 0; } notebook > header.left { @@ -3097,7 +3097,7 @@ notebook > header { notebook > header.left > tabs > tab:backdrop { box-shadow: none; } notebook > header.left > tabs > tab:checked { - background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #e4e5e6 no-repeat; + background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat; background-size: 2px 100%; border: 0; } notebook > header.right { @@ -3107,7 +3107,7 @@ notebook > header { notebook > header.right > tabs > tab:backdrop { box-shadow: none; } notebook > header.right > tabs > tab:checked { - background: linear-gradient(to bottom, #fed349, #ff7800) left bottom #e4e5e6 no-repeat; + background: linear-gradient(to bottom, #00c6ff, #0072ff) left bottom #e4e5e6 no-repeat; background-size: 2px 100%; border: 0; } notebook > header.top > tabs > arrow {