X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fclearlooks.rc.in;h=13ff89a6e9b62ddacd998a11fb6849111c700bd0;hb=c2afd958ba915fa324ec7ee4b86267a5b5581849;hp=a1687b041888754edd1ace5f5cac5156f08b2ac0;hpb=27cff39dc7c8692e309ac0f9c515a583b775fd7d;p=ardour.git diff --git a/gtk2_ardour/clearlooks.rc.in b/gtk2_ardour/clearlooks.rc.in index a1687b0418..13ff89a6e9 100644 --- a/gtk2_ardour/clearlooks.rc.in +++ b/gtk2_ardour/clearlooks.rc.in @@ -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" @@ -375,6 +375,11 @@ style "marker_text" = "small text" { } +style "text_on_bg" = "medium_text" +{ + base[NORMAL] = @background +} + style "midi_tracer_textview" = "medium_monospace_text" { @@ -408,6 +413,20 @@ style "base_frame" bg[NORMAL] = @background } +style "text_highlight_frame" +{ + fg[NORMAL] = @texts + bg[NORMAL] = @texts +} + +style "transport_frame" +{ +} + +style "editor_window" +{ +} + style "transport_base" = "medium_bold_text" { } @@ -495,7 +514,7 @@ style "processor" = "small_text" { } -style "ruler_label" = "small_bold_text" +style "ruler_label" = "small_text" { fg[NORMAL] = @light_text_on_dark } @@ -1088,6 +1107,11 @@ widget "*zoomrange clock" style:highest "medium_text" widget "*timecodeoffset clock" style:highest "medium_text" widget "*BaseFrame" style:highest "base_frame" +widget "*TextHighlightFrame" style:highest "text_highlight_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" @@ -1140,6 +1164,7 @@ widget "*MidiTrackControlsBaseSelected" style:highest "track_header_selected" widget "*BusControlsBaseSelected" style:highest "track_header_selected" widget "*AutomationTrackControlsBase" style:highest "automation_track_header" widget "*AutomationTrackControlsBaseSelected" style:highest "track_header_selected" +widget "*ControlMasterBaseSelected" style:highest "track_header_selected" widget "*PluginParameterLabel" style:highest "medium_text" widget "*ParameterValueDisplay" style:highest "medium_bold_entry" widget "*PluginUIClickBox*" style:highest "medium_bold_entry" @@ -1215,4 +1240,4 @@ widget "*ooltip*" style:highest "tooltip" widget "*Pane" style:highest "pane" widget "*Pane.Divider" style:highest "pane" widget "*VCALabelBar*" style:highest "vca_label_bar" - +widget "*TextOnBackground" style:highest "text_on_bg"