X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fclearlooks.rc.in;h=9792028f0dc708aeaf347c48dbfd567e4cee1301;hb=ccb51a8ddbecd2fe3d6847d85b3a4ba1f55d3ef1;hp=f135b1ba4cebd7b59f12efbfb4baa89ef70e5ccd;hpb=85e4b1d98ff72afe8b3acaf38e9c269749093207;p=ardour.git diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index f135b1ba4c..9792028f0d 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -277,7 +277,7 @@ style "time_info_box" 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"