[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Adjust the blue hue of the selection-highlight (thanks Pasi!)

Simon Steinbeiss noreply at xfce.org
Thu Oct 11 01:14:01 CEST 2012


Updating branch refs/heads/bluesabre/display-settings
         to 5577b06a31d7262d7c9ad03b8e0890c14870a716 (commit)
       from 89112673807e2915d38bf727bec69fab6fcbef69 (commit)

commit 5577b06a31d7262d7c9ad03b8e0890c14870a716
Author: Simon Steinbeiss <simon.steinbeiss at 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 files 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);


More information about the Xfce4-commits mailing list