Use line comments.
[ardour.git] / gtk2_ardour / ardour3_ui_dark.rc.in
index bac7baae8cc8603db9af5772bc02df8f76dab8da..0abf0181d3483fcb0b372596f0fc92ccd69ef61c 100644 (file)
@@ -4,27 +4,27 @@
 
 style "very_small_text"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
 }
 
 style "small_text"
 {
-       font_name = "%FONT_SMALL%"
+       font_name = "@FONT_SMALL@"
 }
 
 style "small_bold_text"
 {
-       font_name = "%FONT_BOLD_SMALL%"
+       font_name = "@FONT_BOLD_SMALL@"
 }
 
 style "medium_bold_text"
 {
-       font_name = "%FONT_BOLD_NORMAL%"
+       font_name = "@FONT_BOLD_NORMAL@"
 }
 
 style "medium_text"
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
 }
 
 style "red_medium_text" = "medium_text"
@@ -36,54 +36,93 @@ style "red_medium_text" = "medium_text"
 
 style "large_text"
 {
-       font_name = "%FONT_LARGE%"
+       font_name = "@FONT_LARGE@"
 }
 
 style "larger_bold_text"
 {
-       font_name = "%FONT_BOLD_BIGGER%"
+       font_name = "@FONT_BOLD_BIGGER@"
 }
 
 style "plugin_name_text"
 {
-       font_name = "%FONT_BOLD_LARGER%"
+       font_name = "@FONT_BOLD_LARGER@"
        fg[NORMAL] = { 0.80, 0.80, 0.80 }
 }
 
 style "plugin_maker_text"
 {
-       font_name = "%FONT_BOLD_BIGGER%"
+       font_name = "@FONT_BOLD_BIGGER@"
        fg[NORMAL] = { 0.80, 0.80, 0.80 }
 }
 
 style "automation_track_name"
 {
-       font_name = "%FONT_ITALIC_NORMAL%"
+       font_name = "@FONT_ITALIC_NORMAL@"
 }
 
 style "first_action_message" 
 {
-       font_name = "%FONT_HUGER%"
+       font_name = "@FONT_HUGER@"
 }
 
 style "verbose_canvas_cursor"
 {
-       font_name = "%FONT_BOLD_LARGER%"
+       font_name = "@FONT_BOLD_LARGER@"
 }
 
 style "marker_text" 
 {
-       font_name = "%FONT_SMALL%"
+       font_name = "@FONT_SMALL@"
 }
 
 style "time_axis_view_item_name"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
 }
 
-style "default_base" = "medium_text"
+style "white_tree_view" 
 {
+  GtkButton::default_border = { 0, 0, 0, 0 }
+  GtkButton::default_outside_border = { 0, 0, 0, 0 }
+  GtkButton::button_relief = GTK_RELIEF_NONE
+  GtkTreeView::vertical-padding = 0
+  GtkTreeView::horizontal-padding = 0
+  GtkTreeView::even-row-color = { 0.70, 0.70, 0.70 }
+  GtkTreeView::odd-row-color = { 0.64, 0.64, 0.64 }
   
+  fg[NORMAL] = { 0.30, 0.30, 0.40 }    
+  fg[ACTIVE] = { 0.30, 0.30, 0.40 }    
+  fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
+  fg[INSENSITIVE] = { 0.30, 0.30, 0.40 }       
+  fg[SELECTED] = { 0.30, 0.30, 0.40 }  
+  
+  bg[NORMAL] = { 0.80, 0.80, 0.80 }
+  bg[ACTIVE] = { 0.80, 0.80, 0.80 }
+  bg[PRELIGHT] = { 0.80, 0.80, 0.80 }
+  bg[INSENSITIVE] = { 0.80, 0.80, 0.80 }
+  bg[SELECTED] = { 0.80, 0.80, 0.80 }
+  
+  text[NORMAL] = { 0.30, 0.30, 0.40 }
+  text[ACTIVE] = { 0.30, 0.30, 0.40 }
+  text[PRELIGHT] = { 0.30, 0.30, 0.40 }
+  text[INSENSITIVE] = { 0.30, 0.30, 0.40 }
+  text[SELECTED] = { 0, 0, 0 }
+  
+  base[ACTIVE]       = { 0.80, 0.80, 0.80 }
+  base[NORMAL]       = { 0.80, 0.80, 0.80 }
+  base[PRELIGHT]     = { 0.90, 0.90, 0.90 }
+  base[INSENSITIVE]  = "#4c5159"
+  base[SELECTED]     = { 0.60, 0.60, 0.80 }
+
+  engine "clearlooks" 
+  {
+    menubarstyle = 0 # 0 = flat, 1 = sunken, 2 = flat gradient
+  }
+}
+
+style "default_base" = "medium_text"
+{
   GtkWidget::cursor_color =  {1.0, 1.0, 1.0 }
   GtkButton::default_border = { 0, 0, 0, 0 }
   GtkButton::default_outside_border = { 0, 0, 0, 0 }
@@ -143,7 +182,7 @@ style "transport_base" = "medium_bold_text"
 /*
 style "black_mackie_menu_bar"
 {
-  font_name = "%FONT_BOLD_NORMAL%"
+  font_name = "@FONT_BOLD_NORMAL@"
   fg[NORMAL] = { 1.0, 1.0, 1.0 }
   bg[NORMAL] = { 0, 0, 0 }
 }
@@ -151,7 +190,7 @@ style "black_mackie_menu_bar"
 
 style "default_button" 
 {
-  font_name = "%FONT_SMALL%"
+  font_name = "@FONT_SMALL@"
   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
   
   bg[NORMAL] = { 0.33, 0.37, 0.42 }
@@ -164,7 +203,7 @@ style "default_button"
 
 style "default_menu" 
 {
-  font_name = "%FONT_NORMAL%"
+  font_name = "@FONT_NORMAL@"
   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
   
   bg[NORMAL] = { 0.26, 0.30, 0.35 }
@@ -176,7 +215,7 @@ style "default_menu"
 
 style "default_generic" 
 {
-  font_name = "%FONT_NORMAL%"
+  font_name = "@FONT_NORMAL@"
   fg[ACTIVE] = { 1.0, 1.0, 1.0 }
   
   bg[NORMAL] = { 0.26, 0.30, 0.35 }
@@ -188,7 +227,7 @@ style "default_generic"
 
 style "very_small_button" = "default_button"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        ythickness = 0
        xthickness = 0
 }
@@ -249,21 +288,21 @@ style "track_rec_enable_button_alternate" = "small_button"
 
 style "mixer_track_rec_enable_button" = "track_rec_enable_button"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 
 style "mixer_track_rec_enable_button_alternate" = "track_rec_enable_button_alternate"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 
 style "mixer_track_rec_enable_button_active" = "track_rec_enable_button_active"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
@@ -301,20 +340,20 @@ style "solo_button_active" = "small_button"
 
 style "mixer_solo_button" = "solo_button"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 
 style "mixer_solo_button_alternate" = "solo_button_alternate"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 style "mixer_solo_button_active" = "solo_button_active"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
@@ -351,28 +390,28 @@ style "mute_button_active" = "small_button"
 
 style "mixer_mute_button_alternate" = "mute_button_alternate"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 
 style "mixer_mute_button_active" = "mute_button_active"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
 
 style "multiline_combo" = "small_button"
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
        xthickness = 0
        ythickness = 0
 }
 
 style "mixer_mute_button" = "mute_button"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        xthickness = 0
        ythickness = 0
 }
@@ -395,7 +434,7 @@ style "mixer_red_active_button" = "very_small_button"
 
 style "time_button" = "default_button"
 {
-       font_name = "%FONT_SMALL%"
+       font_name = "@FONT_SMALL@"
 }
 
 style "transport_button"
@@ -477,7 +516,7 @@ style "ardour_progressbars" = "default_generic"
 
 style "preferences"  = "default_base"
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
        fg[PRELIGHT] = { 0.80, 0.80, 0.80 }
 }
 
@@ -504,7 +543,7 @@ style "red_when_active" = "medium_text"
 
 style "xrun_warn"  
 {
-       font_name = "%FONT_BOLD_LARGE%"
+       font_name = "@FONT_BOLD_LARGE@"
 
        fg[NORMAL] = { 1.0, 1.0, 1.0 }
        fg[ACTIVE] = { 1.0, 1.0, 1.0 }
@@ -646,7 +685,7 @@ style "small_red_on_black_entry"  = "small_bold_text"
 
 style "non_recording_big_clock_display" = "medium_entry"
 {
-       font_name = "%FONT_MASSIVE%"
+       font_name = "@FONT_MASSIVE@"
 
        fg[NORMAL] = { 0.50, 1.0, 0.50 }
        fg[ACTIVE] = { 1.0, 0, 0.0 }
@@ -667,7 +706,7 @@ style "recording_big_clock_display" = "non_recording_big_clock_display"
 
 style "transport_clock_display"
 {
-       font_name = "%FONT_BOLD_BIGGER%"
+       font_name = "@FONT_BOLD_BIGGER@"
        
        fg[NORMAL] = { 0.50, 1.0, 0.50 }
        fg[ACTIVE] = { 1.0, 0, 0.0 }
@@ -688,7 +727,7 @@ style "transport_clock_display_delta" = "transport_clock_display"
 
 style "tempo_meter_clock_display"
 {
-       font_name = "%FONT_SMALLER%"
+       font_name = "@FONT_SMALLER@"
        fg[NORMAL] = { 1.0, 1.0, 1.0 }
        fg[ACTIVE] = { 1.0, 1.0, 0.0 }
        fg[SELECTED] = { 1.0, 0, 0 }
@@ -717,7 +756,7 @@ style "editor_time_ruler" = "small_text"
 
 style "audio_bus_base"
 {
-  font_name = "%FONT_SMALLER%"
+  font_name = "@FONT_SMALLER@"
   fg[NORMAL] = { 0.77, 0.77, 0.72 }    
   fg[NORMAL] = { 0.7, 0.8, 0.2 }       
   bg[NORMAL] = "#363c45"
@@ -725,7 +764,7 @@ style "audio_bus_base"
 
 style "audio_track_base" = "default_base"
 {
-  font_name = "%FONT_SMALLER%"
+  font_name = "@FONT_SMALLER@"
   fg[NORMAL] = { 0.77, 0.77, 0.72 }    
   bg[NORMAL] = "#43546e"
   bg[ACTIVE] = { 0.20, 0.20, 0.20 }    
@@ -736,7 +775,7 @@ style "audio_track_base" = "default_base"
 
 style "midi_track_base" = "default_base"
 {
-  font_name = "%FONT_SMALLER%"
+  font_name = "@FONT_SMALLER@"
   fg[NORMAL] = { 0.77, 0.77, 0.72 }    
   bg[NORMAL] = "#546e43"
   bg[ACTIVE] = { 0.20, 0.20, 0.20 }    
@@ -759,27 +798,27 @@ style "track_controls_inactive"
 
 style "audio_track_metrics" = "audio_track_base"
 {
-       font_name = "%FONT_TINY%"
+       font_name = "@FONT_TINY@"
 }
 
 style "audio_bus_metrics" = "audio_bus_base"
 {
-       font_name = "%FONT_TINY%"
+       font_name = "@FONT_TINY@"
 }
 
 style "audio_track_metrics_inactive" = "track_controls_inactive"
 {
-       font_name = "%FONT_TINY%"
+       font_name = "@FONT_TINY@"
 }
 
 style "audio_bus_metrics_inactive" = "track_controls_inactive"
 {
-       font_name = "%FONT_TINY%"
+       font_name = "@FONT_TINY@"
 }
 
 style "track_name_display"
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
        fg[NORMAL] = { 0.80, 0.80, 0.80 }
        fg[ACTIVE] = { 0.80, 0.80, 0.80 }
 
@@ -791,7 +830,7 @@ style "track_name_display"
 
 style "active_track_name_display"
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
        GtkWidget::cursor_color =  {0, 0, 0 }
        text[NORMAL] = { 0.26, 0.26, 0.26 }
        base[NORMAL] = { 0.89, 0.89, 0.89 }
@@ -904,7 +943,7 @@ style "track_controls_inactive"
        bg[SELECTED] =    { 0.60, 0.60, 0.66 }
        bg[PRELIGHT] =    { 0.60, 0.60, 0.66 }
 
-       font_name = "%FONT_LARGE%"
+       font_name = "@FONT_LARGE@"
        fg[NORMAL] = { 0.7, 0.8, 0.2 }  
 }
 
@@ -929,7 +968,7 @@ style "automation_track_controls_base"
 # Plugin Editors
 style "plugin_slider" 
 {
-       font_name ="%FONT_BOLD_BIG%"
+       font_name ="@FONT_BOLD_BIG@"
 
        # the slider itself. the inactive part is INSENSITIVE,
        # the active part is something else.
@@ -985,7 +1024,7 @@ style "redirect_list_display"
        GtkTreeView::horizontal-separator = 0
        GtkTreeView::vertical-separator = 0
 
-       font_name = "%FONT_SMALL%"
+       font_name = "@FONT_SMALL@"
        text[NORMAL] = { 0.80, 0.80, 0.80 }
        text[ACTIVE] = { 0.70, 0.70, 0.70 }
        text[INSENSITIVE] = { 0, 0, 0 }
@@ -1147,7 +1186,7 @@ style "io_selector_port_list" = "medium_text"
 style "io_selector_notebook" = "default_base"
 {
        fg[NORMAL] = { 1.0, 1.0, 1.0 }
-        font_name ="%FONT_BOLD_NORMAL%"
+        font_name ="@FONT_BOLD_NORMAL@"
 }
 
 style "tearoff_arrow" = "medium_bold_entry"
@@ -1160,17 +1199,17 @@ style "tearoff_arrow" = "medium_bold_entry"
 
 style "location_row_button" = "default_button"
 {
-       font_name = "%FONT_BIG%"
+       font_name = "@FONT_BIG@"
 }
 
 style "location_rows_clock" = "default_clock_display"
 {
-       font_name = "%FONT_BIG%"
+       font_name = "@FONT_BIG@"
 }
 
 style "pan_slider" 
 {
-       font_name = "%FONT_NORMAL%"
+       font_name = "@FONT_NORMAL@"
 
        fg[NORMAL] = { 0.22, 0.73, 0.22 }
        fg[ACTIVE] = { 0.22, 0.73, 0.22 }
@@ -1318,6 +1357,7 @@ widget "*MixerGroupButton" style:highest "very_small_button"
 widget "*MixerGroupButtonLabel" style:highest "very_small_button"
 widget "*MixerCommentButton" style:highest "very_small_button"
 widget "*MixerCommentButton*" style:highest "very_small_button"
+widget "*MixerMonoButton*" style:highest "very_small_button"
 widget "*EditGroupButton" style:highest "very_small_button"
 widget "*EditGroupButtonLabel" style:highest "very_small_button"
 widget "*TransportButton" style:highest "transport_rec_button"
@@ -1336,7 +1376,7 @@ widget "*TransportRecButton-alternate*" style:highest "transport_rec_button_alte
 widget "*TransportRecButton*" style:highest "transport_rec_button"
 widget "*RecordingXrunWarningWindow" style:highest "xrun_warn"
 widget "*RecordingXrunWarningWindow*" style:highest "xrun_warn"
-/*widget "*MainMenuBar" style:highest "menu_bar_base"*/
+#widget "*MainMenuBar" style:highest "menu_bar_base"
 widget "*ErrorMessage" style:highest "error_message"
 widget "*FatalMessage" style:highest "fatal_message"
 widget "*InfoMessage" style:highest "info_message"
@@ -1437,9 +1477,8 @@ widget "*MidiTrackControlsBaseSelected" style:highest "edit_controls_base_select
 widget "*BusControlsBaseSelected" style:highest "edit_controls_base_selected"
 widget "*AutomationTrackControlsBase" style:highest "automation_track_controls_base"
 widget "*AutomationTrackControlsBaseSelected" style:highest "edit_controls_base_selected"
-/*widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
-widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
-*/
+#widget "*EditorMenuBar*" style:highest "black_mackie_menu_bar"
+#widget "*MainMenuBar*" style:highest "black_mackie_menu_bar"
 widget "*ZoomClickBox" style:highest "medium_bold_entry"
 widget "*PluginParameterLabel" style:highest "medium_text"
 widget "*PluginNameInfo" style:highest "plugin_name_text"
@@ -1594,4 +1633,4 @@ widget "*RegionListWholeFile" style:highest "treeview_parent_node"
 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
 widget "*OddPortGroups" style:highest "odd_port_groups"
 widget "*EvenPortGroups" style:highest "even_port_groups"
-
+widget "*MidiListView*" style:highest "white_tree_view"