Decreased region opacity, smoothed out canvas/tempo line colours.
[ardour.git] / gtk2_ardour / region_view.cc
index a6416c1e58beb768e053f03c678594bdb17e33aa..c615fdae0cb3cde0f35231c2b021f2820fdb4c95 100644 (file)
@@ -359,9 +359,9 @@ void
 RegionView::set_frame_color ()
 {
        if (_region->opaque()) {
-               fill_opacity = 180;
+               fill_opacity = 130;
        } else {
-               fill_opacity = 100;
+               fill_opacity = 60;
        }
 
        TimeAxisViewItem::set_frame_color ();