summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-08-29 19:55:25 +0200
committerRobin Gareus <robin@gareus.org>2014-08-29 19:55:25 +0200
commitd6454dfb368296a8dc4fc172208e394add5a6b8d (patch)
tree7877a21c588a5ac0239759ec92f3b1fcf6616909 /gtk2_ardour/route_time_axis.cc
parent7be3c88a3e4fbc1f3c5294131629d05adaecff77 (diff)
amend 7be3c88a, update rec-en color
Diffstat (limited to 'gtk2_ardour/route_time_axis.cc')
-rw-r--r--gtk2_ardour/route_time_axis.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk2_ardour/route_time_axis.cc b/gtk2_ardour/route_time_axis.cc
index a393b27d4f..095ea46b91 100644
--- a/gtk2_ardour/route_time_axis.cc
+++ b/gtk2_ardour/route_time_axis.cc
@@ -172,7 +172,7 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
case ARDOUR::Normal:
case ARDOUR::NonLayered:
rec_enable_button->set_image (Glib::RefPtr<Gdk::Pixbuf>());
- rec_enable_button->set_markup ("<span color=\"#cc0000\">\u25CF</span>");
+ rec_enable_button->set_markup ("<span color=\"#f46f6f\">\u25CF</span>");
break;
case ARDOUR::Destructive:
rec_enable_button->set_text (string());
@@ -806,7 +806,7 @@ RouteTimeAxisView::set_track_mode (TrackMode mode, bool apply_to_selection)
case ARDOUR::NonLayered:
case ARDOUR::Normal:
rec_enable_button->set_image (Glib::RefPtr<Gdk::Pixbuf>());
- rec_enable_button->set_markup ("<span color=\"#cc0000\">\u25CF</span>");
+ rec_enable_button->set_markup ("<span color=\"#f46f6f\">\u25CF</span>");
break;
case ARDOUR::Destructive:
rec_enable_button->set_text (string());