diff options
| author | Andrea Cimitan <andrea.cimitan@gmail.com> | 2010-09-17 17:31:25 +0200 |
|---|---|---|
| committer | Andrea Cimitan <andrea.cimitan@gmail.com> | 2010-09-17 17:31:25 +0200 |
| commit | 7b91bb884d5eba873d6b5ef9683cd8825edefea3 (patch) | |
| tree | bed55cbaa8f1e93dea1d3c0decff1150cee6457b /unity-private/panel | |
| parent | 9bdb7ada35e758405e1d57952749f03543964113 (diff) | |
Update text color to reflect Ambiance changes
(bzr r517.2.2)
Diffstat (limited to 'unity-private/panel')
| -rw-r--r-- | unity-private/panel/panel-indicator-object-entry-view.vala | 2 |
1 files changed, 1 insertions, 1 deletions
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? */ |
