more clock & time info box tweaking
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
index 0658655e35468619108df714e2cecf14b20cbca5..25e0694c8f83cc1d75d6d92202c7d7efcae7c25f 100644 (file)
@@ -25,6 +25,7 @@
 
 #@color arm #F33
 #@color solo #A8F730
+#@color midi_channel_selector #A8F730
 #@color isolate #B9ECF2
 #@color mute #FFFA87
 #@color mono #DEC
@@ -89,7 +90,7 @@ style "medium_text"
 
 style "medium_monospace_text"
 {
-        font_name = "monospace @FONT_NORMAL@"
+        font_name = "monospace @FONT_SIZE_NORMAL@"
 }
 
 style "red_medium_text" = "medium_text"
@@ -712,6 +713,14 @@ style "transport_rec_button_alternate"
        bg[ACTIVE] = @@COLPREFIX@_arm
 }
 
+style "midi_channel_selector_button"
+{
+       bg[NORMAL] = @@COLPREFIX@_bg
+       bg[ACTIVE] = @@COLPREFIX@_midi_channel_selector
+       fg[NORMAL] = @@COLPREFIX@_fg
+       fg[ACTIVE] = @@COLPREFIX@_darkest
+}
+
 style "shuttle_control" = "very_small_text"
 {
        fg[NORMAL] = @@COLPREFIX@_control_text2
@@ -763,15 +772,26 @@ style "option_entry"  = "default"
 
 }
 
-style "red_when_active" = "medium_text"
+style "very_small_bright_when_active" = "very_small_text"
 {
        fg[NORMAL] = @@COLPREFIX@_fg
        bg[NORMAL] = @@COLPREFIX@_bg
-  bg[PRELIGHT] = @@COLPREFIX@_bg
+        bg[PRELIGHT] = @@COLPREFIX@_bg
+
+       fg[ACTIVE] = @@COLPREFIX@_fg
+       bg[ACTIVE] = @@COLPREFIX@_bright_indicator
+        bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
+}
+
+style "bright_when_active" = "medium_text"
+{
+       fg[NORMAL] = @@COLPREFIX@_fg
+       bg[NORMAL] = @@COLPREFIX@_bg
+        bg[PRELIGHT] = @@COLPREFIX@_bg
 
        fg[ACTIVE] = @@COLPREFIX@_fg
        bg[ACTIVE] = @@COLPREFIX@_bright_indicator
-  bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
+        bg[PRELIGHT] = @@COLPREFIX@_bright_indicator
 }
 
 style "xrun_warn"  = "larger_bold_text"
@@ -910,36 +930,38 @@ style "small_red_on_black_entry"  = "small_bold_text"
        bg[ACTIVE] = @@COLPREFIX@_base
 }
 
+#
+# Clocks: "text" is the clock digits; "base" is the bg
+#
+
 style "non_recording_big_clock_display" = "medium_entry"
 {
        font_name = "@FONT_MASSIVE@"
 
-       fg[NORMAL] = @@COLPREFIX@_control_text
-       fg[ACTIVE] = @@COLPREFIX@_bright_indicator
-       fg[SELECTED] = @@COLPREFIX@_bright_indicator
-       fg[PRELIGHT] = @@COLPREFIX@_bright_indicator
-       fg[INSENSITIVE] = @@COLPREFIX@_bright_indicator
+       text[NORMAL] = @@COLPREFIX@_control_text
+       text[ACTIVE] = @@COLPREFIX@_bright_indicator
+       text[SELECTED] = @@COLPREFIX@_bright_indicator
+       text[PRELIGHT] = @@COLPREFIX@_bright_indicator
+       text[INSENSITIVE] = @@COLPREFIX@_bright_indicator
        
        base[NORMAL] = @@COLPREFIX@_base
-       base[ACTIVE] = @@COLPREFIX@_base
-       bg[NORMAL] = @@COLPREFIX@_base
-       bg[ACTIVE] = shade(0.5,@@COLPREFIX@_bright_indicator)
+       base[ACTIVE] = shade(0.5,@@COLPREFIX@_bright_indicator)
 }
 
 style "recording_big_clock_display" = "non_recording_big_clock_display"
 {
-       fg[NORMAL] = darker(@@COLPREFIX@_arm)
+       text[NORMAL] = darker(@@COLPREFIX@_arm)
 }
 
 style "transport_clock_display"
 {
-       font_name = "@FONT_BOLD_BIGGER@"
+       font_name = "@FONT_BOLD_BIG@"
 
-       fg[NORMAL] = darker (@@COLPREFIX@_contrasting_indicator)
-       fg[ACTIVE] = darker(@@COLPREFIX@_bright_indicator)
-       fg[SELECTED] = darker(@@COLPREFIX@_bright_indicator)
-       fg[PRELIGHT] = darker(@@COLPREFIX@_bright_indicator)
-       fg[INSENSITIVE] = darker(@@COLPREFIX@_bright_indicator)
+        text[NORMAL] = darker (@@COLPREFIX@_contrasting_indicator)
+        text[ACTIVE] = darker (@@COLPREFIX@_bright_indicator)
+       text[SELECTED] = darker(@@COLPREFIX@_bright_indicator)
+       text[PRELIGHT] = darker(@@COLPREFIX@_bright_indicator)
+        text[INSENSITIVE] = darker(@@COLPREFIX@_bright_indicator)
 
        base[NORMAL] = @@COLPREFIX@_darkest
        base[ACTIVE] = @@COLPREFIX@_darkest
@@ -949,41 +971,56 @@ style "transport_clock_display"
 
 style "transport_clock_display_delta" = "transport_clock_display"
 {
-       fg[NORMAL] = @@COLPREFIX@_bright_color
+        text[NORMAL] = @@COLPREFIX@_bright_color
 }
 
 style "tempo_meter_clock_display" = "very_small_text"
 {
-       fg[NORMAL] = @@COLPREFIX@_fg
-       fg[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
-       fg[SELECTED] = @@COLPREFIX@_bright_indicator
+       text[NORMAL] = @@COLPREFIX@_fg
+        text[ACTIVE] = @@COLPREFIX@_somewhat_bright_indicator
+       text[SELECTED] = @@COLPREFIX@_bright_indicator
        base[NORMAL] = @@COLPREFIX@_base
        base[ACTIVE] = @@COLPREFIX@_contrasting_indicator
-       bg[NORMAL] = @@COLPREFIX@_bright_color
-       bg[ACTIVE] = @@COLPREFIX@_contrasting_indicator
 }
 
 style "default_clock_display" = "medium_text"
 {
-       fg[NORMAL] = @@COLPREFIX@_contrasting_indicator
-       fg[ACTIVE] = @@COLPREFIX@_bright_indicator
-       fg[SELECTED] = @@COLPREFIX@_bright_indicator
+        text[NORMAL] = @@COLPREFIX@_contrasting_indicator
+       text[ACTIVE] = @@COLPREFIX@_bright_indicator
+       text[SELECTED] = @@COLPREFIX@_bright_indicator
        base[NORMAL] = @@COLPREFIX@_darkest
        base[ACTIVE] = @@COLPREFIX@_darkest
-       bg[NORMAL] = @@COLPREFIX@_darkest
-       bg[ACTIVE] = @@COLPREFIX@_darkest
 }
 
+style "selection_clock_display" 
+{
+        font_name = "@FONT_SMALLER@"
+
+        text[NORMAL] = @@COLPREFIX@_contrasting_indicator
+       text[ACTIVE] = @@COLPREFIX@_bright_indicator
+       text[SELECTED] = @@COLPREFIX@_bright_indicator
+       base[NORMAL] = @@COLPREFIX@_darkest
+       base[ACTIVE] = @@COLPREFIX@_darkest
+}
+
+style "punch_clock_display" = "very_small_text"
+{
+        font_name = "@FONT_SMALLER@"
+
+        text[NORMAL] = @@COLPREFIX@_contrasting_indicator
+       text[ACTIVE] = @@COLPREFIX@_bright_indicator
+       text[SELECTED] = @@COLPREFIX@_bright_indicator
+       base[NORMAL] = @@COLPREFIX@_darkest
+       base[ACTIVE] = @@COLPREFIX@_darkest
+}
 
 style "white_on_black_clock_display" = "medium_text"
 {
-       fg[NORMAL] = @@COLPREFIX@_fg
-       fg[ACTIVE] = @@COLPREFIX@_bright_indicator
-       fg[SELECTED] = @@COLPREFIX@_bright_indicator
+       text[NORMAL] = @@COLPREFIX@_fg
+       text[ACTIVE] = @@COLPREFIX@_bright_indicator
+        base[SELECTED] = @@COLPREFIX@_bright_indicator
        base[NORMAL] = @@COLPREFIX@_darkest
        base[ACTIVE] = @@COLPREFIX@_darkest
-       bg[NORMAL] = @@COLPREFIX@_darkest
-       bg[ACTIVE] = @@COLPREFIX@_darkest
 }
 
 style "editor_time_ruler" = "small_text"
@@ -1047,6 +1084,11 @@ style "audio_track_metrics" = "audio_track_base"
        font_name = "@FONT_TINY@"
 }
 
+style "midi_track_metrics" = "midi_track_base"
+{
+       font_name = "@FONT_TINY@"
+}
+
 style "audio_bus_metrics" = "audio_bus_base"
 {
        font_name = "@FONT_TINY@"
@@ -1057,6 +1099,11 @@ style "audio_track_metrics_inactive" = "track_controls_inactive"
        font_name = "@FONT_TINY@"
 }
 
+style "midi_track_metrics_inactive" = "track_controls_inactive"
+{
+       font_name = "@FONT_TINY@"
+}
+
 style "audio_bus_metrics_inactive" = "track_controls_inactive"
 {
        font_name = "@FONT_TINY@"
@@ -1330,7 +1377,7 @@ style "pan_zone" = "default"
        fg[ACTIVE] = darker(@@COLPREFIX@_bright_color)
 }
 
-style "paler_red_when_active" = "medium_text"
+style "paler_bright_when_active" = "medium_text"
 {
        fg[NORMAL] = @@COLPREFIX@_fg
        fg[PRELIGHT] = @@COLPREFIX@_fg
@@ -1572,6 +1619,8 @@ widget "*InfoMessage" style:highest "info_message"
 widget "*WarningMessage" style:highest "warning_message"
 widget "*BigClockNonRecording" style:highest "non_recording_big_clock_display"
 widget "*BigClockRecording" style:highest "recording_big_clock_display"
+widget "*SelectionClockDisplay" style:highest "selection_clock_display"
+widget "*PunchClockDisplay" style:highest "punch_clock_display"
 widget "*TransportClockDisplay" style:highest "transport_clock_display"
 widget "*SecondaryClockDisplay" style:highest "transport_clock_display"
 widget "*TransportClockDisplayDelta" style:highest "transport_clock_display_delta"
@@ -1626,8 +1675,10 @@ widget "*AudioBusStripBaseInactive" style:highest "track_controls_inactive"
 widget "*MidiTrackStripBaseInactive" style:highest "track_controls_inactive"
 widget "*FaderMetricsStrip" style:highest "audio_track_metrics"
 widget "*AudioTrackMetrics" style:highest "audio_track_metrics"
+widget "*MidiTrackMetrics" style:highest "midi_track_metrics"
 widget "*AudioBusMetrics" style:highest "audio_bus_metrics"
 widget "*AudioTrackMetricsInactive" style:highest "audio_track_metrics_inactive"
+widget "*MidiTrackMetricsInactive" style:highest "midi_track_metrics_inactive"
 widget "*AudioBusMetricsInactive" style:highest "audio_bus_metrics_inactive"
 
 widget "*TimeAxisViewControlsBaseUnselected" style:highest "audio_track_base"
@@ -1650,10 +1701,10 @@ widget "*EditorTrackNameDisplay" style:highest "track_name_display"
 widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
 widget "*EditorActiveTrackNameDisplay" style:highest "active_track_name_display"
 widget "*EditorActiveTrackNameDisplay*" style:highest "active_track_name_display"
-widget "*CrossfadeEditAuditionButton" style:highest "red_when_active"
-widget "*CrossfadeEditAuditionButton*" style:highest "red_when_active"
-widget "*CrossfadeEditCurveButton" style:highest "red_when_active"
-widget "*CrossfadeEditCurveButton*" style:highest "red_when_active"
+widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active"
+widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
+widget "*CrossfadeEditCurveButton" style:highest "bright_when_active"
+widget "*CrossfadeEditCurveButton*" style:highest "bright_when_active"
 widget "*CrossfadeEditLabel" style:highest "medium_text"
 widget "*CrossfadeEditFrame" style:highest "base_frame"
 widget "*MouseModeButton" style:highest "mouse_mode_button"
@@ -1697,8 +1748,8 @@ widget "*RegionEditorLabel" style:highest "medium_text"
 widget "*RegionEditorSmallLabel" style:highest "small_text"
 widget "*RegionEditorEntry" style:highest "medium_entry"
 widget "*RegionEditorClock" style:highest "default_clock_display"
-widget "*RegionEditorToggleButton" style:highest "paler_red_when_active"
-widget "*RegionEditorToggleButton*" style:highest "paler_red_when_active"
+widget "*RegionEditorToggleButton" style:highest "paler_bright_when_active"
+widget "*RegionEditorToggleButton*" style:highest "paler_bright_when_active"
 widget "*MixerStripSpeedBase" style:highest "small_entry"
 widget "*MixerStripSpeedBase*" style:highest "small_entry"
 widget "*MixerStripSpeedBaseNotOne" style:highest "small_red_on_black_entry"
@@ -1709,12 +1760,13 @@ widget "*MixerStripGainUnitButton" style:highest "very_small_button"
 widget "*MixerStripGainUnitButton*" style:highest "very_small_button"
 widget "*MixerStripMeterPreButton" style:highest "very_small_button"
 widget "*MixerStripMeterPreButton*" style:highest "very_small_button"
+widget "*MixerStripPeakDisplay" style:highest "red_active_small_entry"
 widget "*MixerStripPeakDisplay*" style:highest "red_active_small_entry"
 widget "*MixerStripPeakDisplayPeak*" style:highest "peak_display_peaked_entry"
 widget "*MixerStripSelectedFrame" style:highest "selected_strip_frame"
 widget "*MixerStripFrame" style:highest "base_frame"
-widget "*HWMonitorButton" style:highest "red_when_active"
-widget "*HWMonitorButton*" style:highest "red_when_active"
+widget "*HWMonitorButton" style:highest "bright_when_active"
+widget "*HWMonitorButton*" style:highest "bright_when_active"
 widget "*MonitorInvertButton" style:highest "monitor_invert_button"
 widget "*MonitorInvertButton*" style:highest "monitor_invert_button"
 widget "*MonitorMuteButton" style:highest "monitor_mute_button"
@@ -1729,8 +1781,8 @@ widget "*MonitorOptButton" style:highest "monitor_opt_button"
 widget "*MonitorOptButton*" style:highest "monitor_opt_button"
 widget "*MonitorIsoAlert" style:highest "monitor_iso_button"
 widget "*MonitorIsoAlert*" style:highest "monitor_iso_button"
-widget "*BypassButton" style:highest "red_when_active"
-widget "*BypassButton*" style:highest "red_when_active"
+widget "*BypassButton" style:highest "bright_when_active"
+widget "*BypassButton*" style:highest "bright_when_active"
 widget "*TransportSoloAlert" style:highest "flashing_alert"
 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
 widget "*TransportSoloAlert-active" style:highest "flashing_alert"
@@ -1778,7 +1830,7 @@ widget "*AddRouteDialog.GtkLabel" style:highest "medium_text"
 widget "*AddRouteDialogChannelChoice" style:highest "medium_bold_entry"
 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
 widget "*AddRouteDialogSpinner*" style:highest "medium_bold_entry"
-widget "*AddRouteDialogRadioButton" style:highest "red_when_active"
+widget "*AddRouteDialogRadioButton" style:highest "bright_when_active"
 widget "*AddRouteDialogButton" style:highest "default_button"
 widget "*AddRouteDialogNameTemplateEntry" style:highest "medium_bold_entry"
 widget "*NewSessionIOLabel" style:highest "large_bold_text"
@@ -1831,6 +1883,11 @@ widget "*SoloSafeLED" style:highest "solo_safe_led"
 widget "*SoloLEDLabel" style:highest "very_small_text"
 widget "*ContrastingPopup" style:highest "contrasting_popup"
 widget "*ContrastingPopup*" style:highest "contrasting_popup"
+widget "*MidiChannelSelectorButton" style:highest "midi_channel_selector_button"
+widget "*TimeInfoSelectionTitle" style:highest "very_small_bright_when_active"
+widget "*TimeInfoSelectionLabel" style:highest "very_small_bright_when_active"
+widget "*TimeInfoPunchTitle" style:highest "very_small_bright_when_active"
+widget "*TimeInfoPunchLabel" style:highest "very_small_bright_when_active"
 
 widget "*RouteNameEditorEntry" style:highest "text_cell_entry"
 widget "*RegionNameEditorEntry" style:highest "text_cell_entry"