Attempt to lighten the transport area slightly. A little help needed here, Paul
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Jan 2017 16:01:11 +0000 (10:01 -0600)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 5 Jan 2017 16:01:22 +0000 (10:01 -0600)
gtk2_ardour/ardour_ui2.cc
gtk2_ardour/clearlooks.rc.in

index f10f204a9497e8334d081080505c5df3b7736175..41521341a503cb165002b3e2875f0e3284fb2b34 100644 (file)
@@ -459,7 +459,7 @@ ARDOUR_UI::setup_transport ()
        transport_table.set_row_spacings (4);
        transport_table.set_border_width (2);
        transport_frame.add (transport_table);
-       transport_frame.set_name ("BaseFrame");
+       transport_frame.set_name ("TransportFrame");
        transport_frame.set_shadow_type (Gtk::SHADOW_NONE);
 
        transport_table.signal_expose_event().connect (sigc::mem_fun (*this, &ARDOUR_UI::transport_expose), false);
index ef402789419c063c80c0cf672fa4e5a61b17835a..9047c0a9065e62616b2a2cfd36047c807d25cdee 100644 (file)
@@ -408,6 +408,12 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
+style "transport_frame"
+{
+       fg[NORMAL] = shade (1.1, @background)
+       bg[NORMAL] = shade (1.1, @background)
+}
+
 style "transport_base" = "medium_bold_text"
 {
 }
@@ -1088,6 +1094,7 @@ widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"
 
 widget "*BaseFrame" style:highest "base_frame"
+widget "*TransportFrame" style:highest "transport_frame"
 
 widget "*SendStripBase" style:highest "send_strip_base"
 widget "*AudioTrackStripBase" style:highest "audio_track_base"