Updating branch refs/heads/bluesabre/display-settings
         to fac8d97f4d7173c9ebaeb4bdf5f51a5ee7eb03f5 (commit)
       from af52d5f5c0782bb7a86dba96d63bff3086a0fe3d (commit)

commit fac8d97f4d7173c9ebaeb4bdf5f51a5ee7eb03f5
Author: Simon Steinbeiss <simon.steinbe...@elfenbeinturm.at>
Date:   Thu Oct 11 01:13:18 2012 +0200

    Adjust the blue hue of the selection-highlight (thanks Pasi!)

 dialogs/display-settings/main.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c
index 0775ae8..e32bd32 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1034,10 +1034,10 @@ display_setting_identity_popup_expose(GtkWidget *popup, 
GdkEventExpose *event, g
        cairo_pattern_add_color_stop_rgb(innerstroke_gradient, 0.85, 0.0, 0.0, 
0.0);
        
        selected_gradient = cairo_pattern_create_linear(0, 0, 0, 
popup->allocation.height);
-       cairo_pattern_add_color_stop_rgb(selected_gradient, 0, 0.05, 0.25, 
0.45);
-       cairo_pattern_add_color_stop_rgb(selected_gradient, 0.4, 0.05, 0.15, 
0.25);
+       cairo_pattern_add_color_stop_rgb(selected_gradient, 0, 0.05, 0.20, 
0.46);
+       cairo_pattern_add_color_stop_rgb(selected_gradient, 0.4, 0.05, 0.12, 
0.25);
        cairo_pattern_add_color_stop_rgb(selected_gradient, 0.6, 0.05, 0.10, 
0.20);
-       cairo_pattern_add_color_stop_rgb(selected_gradient, 0.8, 0.0, 0.05, 
0.05);
+       cairo_pattern_add_color_stop_rgb(selected_gradient, 0.8, 0.0, 0.02, 
0.05);
        
        selected_innerstroke_gradient = cairo_pattern_create_linear(0, 0, 0, 
popup->allocation.height);
        cairo_pattern_add_color_stop_rgb(selected_innerstroke_gradient, 0, 
0.15, 0.45, 0.75);
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to