From 7b91bb884d5eba873d6b5ef9683cd8825edefea3 Mon Sep 17 00:00:00 2001 From: Andrea Cimitan Date: Fri, 17 Sep 2010 17:31:25 +0200 Subject: Update text color to reflect Ambiance changes (bzr r517.2.2) --- unity-private/panel/panel-indicator-object-entry-view.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unity-private/panel') diff --git a/unity-private/panel/panel-indicator-object-entry-view.vala b/unity-private/panel/panel-indicator-object-entry-view.vala index f3b839389..5271d7364 100644 --- a/unity-private/panel/panel-indicator-object-entry-view.vala +++ b/unity-private/panel/panel-indicator-object-entry-view.vala @@ -237,7 +237,7 @@ namespace Unity.Panel.Indicators if (entry.label is Gtk.Label) { text = new Ctk.Text (""); - text.color = { 233, 216, 200, 255 }; + text.color = { 223, 219, 210, 255 }; add_actor (text); /* FIXME: What about the __ case? Well, should that me in a menu? */ -- cgit v1.2.3