changeset 39:e6a354b1be3f

Tweak header to remove dark-light-dark gradient in header bar Issue noticed by yethiel and reported on https://www.opendesktop.org/p/1167182 Original theme went dark-lighter-lightest, but my translation of that to dark was wrong. This looks better.
author IBBoard <dev@ibboard.co.uk>
date Wed, 01 Feb 2017 20:13:28 +0000
parents 0d477a8477e9
children 1373809b1c32
files VERSION gtk-3.20/gtk.css gtk-3.20/gtk.scss
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/VERSION	Sun Jan 01 20:26:27 2017 +0000
+++ b/VERSION	Wed Feb 01 20:13:28 2017 +0000
@@ -1,1 +1,1 @@
-1.0
\ No newline at end of file
+1.0.1
\ No newline at end of file
--- a/gtk-3.20/gtk.css	Sun Jan 01 20:26:27 2017 +0000
+++ b/gtk-3.20/gtk.css	Wed Feb 01 20:13:28 2017 +0000
@@ -4592,7 +4592,7 @@
 .titlebar:not(headerbar),
 headerbar {
   color: #fff;
-  background-image: linear-gradient(to bottom, #3D3D3D, #454545 20%, #3D3D3D 45%);
+  background-image: linear-gradient(to bottom, #454545 0%, #3D3D3D 45%);
   border-color: shade(#3D3D3D, 0.9);
   border-bottom-width: 0;
   box-shadow: inset 0 2px #4c4c4c, inset 0 1px #303030;
--- a/gtk-3.20/gtk.scss	Sun Jan 01 20:26:27 2017 +0000
+++ b/gtk-3.20/gtk.scss	Wed Feb 01 20:13:28 2017 +0000
@@ -117,7 +117,7 @@
 %titlebar,
 headerbar {
   color: $title_fg;
-  background-image: linear-gradient(to bottom, $bg_dark_color, lighten($bg_dark_color, 3%) 20%, $bg_dark_color 45%);
+  background-image: linear-gradient(to bottom, lighten($bg_dark_color, 3%) 0%, $bg_dark_color 45%);
   border-color: shade($bg_dark_color, 0.90);
   border-bottom-width: 0;
   box-shadow: inset 0 2px $titlebar_highlight, inset 0 1px $header_button_border;