[gnome-themes-standard] subtle gradients for entries. tango selection color



commit 3c3429a32cf0e956726591c2e13ddb3839147496
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue May 13 12:05:15 2014 +0200

    subtle gradients for entries. tango selection color

 themes/Adwaita/gtk-3.0/_drawing.scss |    2 +-
 themes/Adwaita/gtk-3.0/gtk-dark.css  |    2 +-
 themes/Adwaita/gtk-3.0/gtk.css       |   16 ++++++++--------
 themes/Adwaita/gtk-3.0/gtk.scss      |    2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/_drawing.scss b/themes/Adwaita/gtk-3.0/_drawing.scss
index d78837a..361155d 100644
--- a/themes/Adwaita/gtk-3.0/_drawing.scss
+++ b/themes/Adwaita/gtk-3.0/_drawing.scss
@@ -4,7 +4,7 @@
   $border: $borders !default;
   $fill: linear-gradient(to bottom,
                                       darken($theme_base_color,20%) 1%,
-                                      darken($theme_base_color,2%) 40%,
+                                      darken($theme_base_color,10%) 10%,
                                       $theme_base_color
                                       ) !default;
 
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index 5300568..ee875c9 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -160,7 +160,7 @@ GtkGrid:insensitive {
   border-radius: 3px;
   transition: all 200ms ease-out;
   border: 1px solid black;
-  background-image: linear-gradient(to bottom, black 1%, #2e2e2e 40%, #333333);
+  background-image: linear-gradient(to bottom, black 1%, #1a1a1a 10%, #333333);
   background-color: transparent; }
   .entry:insensitive, .entry:backdrop:insensitive {
     color: white; }
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 8830f9f..f3ad157 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -23,8 +23,8 @@ debug {
   -GtkTreeView-horizontal-separator: 4;
   -GtkMenu-horizontal-padding: 0;
   -GtkMenu-vertical-padding: 0;
-  -GtkWidget-link-color: #74aae2;
-  -GtkWidget-visited-link-color: #74aae2;
+  -GtkWidget-link-color: #98b9dc;
+  -GtkWidget-visited-link-color: #98b9dc;
   -GtkWidget-focus-padding: 2;
   -GtkWidget-focus-line-width: 1;
   -GtkWindow-resize-grip-width: 0;
@@ -48,11 +48,11 @@ debug {
 
 *:selected,
 *:selected:focus {
-  background-color: #4a90d9;
+  background-color: #729fcf;
   color: white; }
 
 *:selected:backdrop {
-  background-color: #4a90d9;
+  background-color: #729fcf;
   color: white; }
 
 *:insensitive {
@@ -93,7 +93,7 @@ debug {
   color: #748489; }
 
 .gtkstyle-fallback:selected {
-  background-color: #4a90d9;
+  background-color: #729fcf;
   color: white; }
 
 GtkImage,
@@ -160,13 +160,13 @@ GtkGrid:insensitive {
   border-radius: 3px;
   transition: all 200ms ease-out;
   border: 1px solid #a1a1a1;
-  background-image: linear-gradient(to bottom, #cccccc 1%, #fafafa 40%, white);
+  background-image: linear-gradient(to bottom, #cccccc 1%, #e6e6e6 10%, white);
   background-color: transparent; }
   .entry:insensitive, .entry:backdrop:insensitive {
     color: #748489; }
   .entry:focus {
-    border-color: #4a90d9;
-    box-shadow: inset 0 0 2px 1px rgba(74, 144, 217, 0.5); }
+    border-color: #729fcf;
+    box-shadow: inset 0 0 2px 1px rgba(114, 159, 207, 0.5); }
 
 .linked .entry:first-child {
   border-top-right-radius: 0;
diff --git a/themes/Adwaita/gtk-3.0/gtk.scss b/themes/Adwaita/gtk-3.0/gtk.scss
index 4e99a96..2f79088 100644
--- a/themes/Adwaita/gtk-3.0/gtk.scss
+++ b/themes/Adwaita/gtk-3.0/gtk.scss
@@ -11,7 +11,7 @@ $theme_base_color: #ffffff;
 $theme_bg_color: #ededed;
 $theme_fg_color: #2e3436;
 $theme_selected_fg_color: #ffffff;
-$theme_selected_bg_color: #4a90d9;
+$theme_selected_bg_color: #729fcf;
 $borders: darken($theme_bg_color,30%);
 
 $link_color: lighten($theme_selected_bg_color,10%);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]