Yet another blind copy/paste issue fix.
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index a1687b041888754edd1ace5f5cac5156f08b2ac0..9792028f0dc708aeaf347c48dbfd567e4cee1301 100644 (file)
@@ -272,12 +272,12 @@ style "inspector_processor_list" = "processor_list"
 
 style "time_info_box"
 {
-        bg[NORMAL] = { 0.05, 0.05, 0.05 }
+        bg[NORMAL] = { 0.00, 0.00, 0.00 }
 }
 
 style "status_bar_box"
 {
-        bg[NORMAL] = { 0.149, 0.149, 0.149 }
+        bg[NORMAL] = @darkest
 }
 
 style "very_small_text"
@@ -408,6 +408,14 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
+style "transport_frame"
+{
+}
+
+style "editor_window"
+{
+}
+
 style "transport_base" = "medium_bold_text"
 {
 }
@@ -495,7 +503,7 @@ style "processor" = "small_text"
 {
 }
 
-style "ruler_label" = "small_bold_text"
+style "ruler_label" = "small_text"
 {
        fg[NORMAL] = @light_text_on_dark
 }
@@ -1088,6 +1096,10 @@ 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 "*TransportFrame*" style:highest  "transport_frame"
+widget "*EditorWindow*" style:highest  "editor_window"
+widget "*EditorWindow" style:highest  "editor_window"
 
 widget "*SendStripBase" style:highest "send_strip_base"
 widget "*AudioTrackStripBase" style:highest "audio_track_base"