[Xfce4-commits] <xfce4-settings:bluesabre/display-settings> Tweak the label-colors in identity-popups

Nick Schermer noreply at xfce.org
Mon Dec 9 12:56:54 CET 2013


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

commit 487c1b0e364b37a4310827e8192c26b4c47da61a
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Oct 12 14:25:28 2012 +0200

    Tweak the label-colors in identity-popups

 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 e32bd32..0fcc825 100644
--- a/dialogs/display-settings/main.c
+++ b/dialogs/display-settings/main.c
@@ -1172,14 +1172,14 @@ display_setting_identity_display (gint display_id,
         name = xfce_randr_friendly_name (xfce_randr,
                                          xfce_randr->resources->outputs[display_id],
                                          xfce_randr->output_info[display_id]->name);
-        color_hex = "#D0D0D0";
-        if ((has_selection)) color_hex = "#FFFFFF";
+        color_hex = "#FFFFFF";
+        if ((has_selection)) color_hex = "#EDEDFF";
 
         name_label = g_markup_printf_escaped("<span foreground='%s'><big><b>%s %s</b></big></span>", color_hex, _("Display:"), name);
         gtk_label_set_markup (GTK_LABEL(display_name), name_label);
         g_free (name_label);
 
-        details_label = g_markup_printf_escaped("<span foreground='#ABABAB'>%s %i x %i</span>", _("Resolution:"), screen_width, screen_height);
+        details_label = g_markup_printf_escaped("<span foreground='%s'>%s %i x %i</span>", color_hex, _("Resolution:"), screen_width, screen_height);
         gtk_label_set_markup (GTK_LABEL(display_details), details_label);
         g_free (details_label);
                 


More information about the Xfce4-commits mailing list