diff --git a/gtk2_ardour/trigger_master.cc b/gtk2_ardour/trigger_master.cc index 072b40ed7f..11d0f0fa2b 100644 --- a/gtk2_ardour/trigger_master.cc +++ b/gtk2_ardour/trigger_master.cc @@ -628,7 +628,7 @@ void CueMaster::set_default_colors () { set_fill_color (HSV (UIConfiguration::instance ().color ("theme:bg")).darker (0.5).color ()); - stop_shape->set_fill_color (UIConfiguration::instance ().color ("neutral:midground")); + stop_shape->set_fill_color (UIConfiguration::instance ().color ("location marker")); } void