make autoscroll a bit easier to use, fix missing measure lines when moving the editor...
[ardour.git] / gtk2_ardour / ardour2_ui.rc
index 07706a11c5c8bd4af325c3ee4806dd8537312631..5422a63b8bc37dc1e5ee5c0b9b68509fe18f5da0 100644 (file)
@@ -75,20 +75,26 @@ style "marker_text"
 
 style "time_axis_view_item_name"
 {
-       font_name = "sans medium 10"
+       font_name = "sans medium 8"
 }
 
 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 }
+  GtkTreeView::vertical-padding = 0
+  GtkTreeView::horizontal-padding = 0
+  
   fg[NORMAL] = { 0.80, 0.80, 0.80 }    
   fg[ACTIVE] = { 0.80, 0.80, 0.80 }    
-  fg[PRELIGHT] = { 0.50, 1.0, 1.0 }
+  fg[PRELIGHT] = { 1.0, 1.0, 1.0 }
   fg[INSENSITIVE] = { 0.80, 0.80, 0.80 }       
   fg[SELECTED] = { 0.80, 0.80, 0.80 }  
   
   bg[NORMAL] = { 0.40, 0.40, 0.40 }
   bg[ACTIVE] = { 0.40, 0.40, 0.40 }
-  bg[PRELIGHT] = { 0.40, 0.40, 0.40 }
+  bg[PRELIGHT] = "#565690"
   bg[INSENSITIVE] = { 0.10, 0.10, 0.10 }
   bg[SELECTED] = { 0, 0.40, 0.60 }
   
@@ -103,6 +109,13 @@ style "default_base" = "medium_text"
   base[PRELIGHT]     = { 0.20, 0.20, 0.20 }
   base[INSENSITIVE]  = "#4c5159"
   base[SELECTED]     = { 0.25, 0.25, 0.25 }
+  
+  engine "clearlooks"  {
+    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
+    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
+    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
+    progressbarstyle  = 0       # 0 = candy bar, 1 = flat
+  }
 }
 
 style "base_frame"
@@ -129,10 +142,10 @@ style "black_mackie_menu_bar" = "medium_bold_text"
 style "default_buttons_menus" 
 {
   font_name = "sans 8"
-  fg[ACTIVE] = { 0, 0, 0 }
+  fg[ACTIVE] = { 1.0, 1.0, 1.0 }
   
   bg[NORMAL] = { 0.35, 0.35, 0.35 }
-  bg[ACTIVE] = { 0.50, 1.0, 1.0 }
+  bg[ACTIVE] = "#565690"
   bg[PRELIGHT] = { 0.20, 0.20, 0.20 }
   bg[INSENSITIVE] = { 0.20, 0.20, 0.20 }
   bg[SELECTED] = { 0.20, 0.20, 0.20 }  
@@ -141,6 +154,8 @@ style "default_buttons_menus"
 style "very_small_button" = "default_buttons_menus"
 {
        font_name = "sans 7"
+       ythickness = 0
+       xthickness = 0
 }
 
 style "small_button" = "default_buttons_menus"
@@ -174,6 +189,8 @@ style "track_rec_enable_button" = "small_button"
 style "mixer_rec_enable_button" = "track_rec_enable_button"
 {
        font_name = "sans 7"
+       xthickness = 0
+       ythickness = 0
 }
 
 style "solo_button" = "small_button"
@@ -188,6 +205,9 @@ style "solo_button" = "small_button"
 style "mixer_solo_button" = "solo_button"
 {
        font_name = "sans 7"
+       xthickness = 0
+       ythickness = 0
+
 }
 
 
@@ -199,9 +219,19 @@ style "mute_button" = "small_button"
        fg[PRELIGHT] = { 0, 0, 0 }
 }
 
+
+style "multiline_combo" = "small_button"
+{
+       font_name = "sans 8"
+       xthickness = 0
+       ythickness = 0
+}
+
 style "mixer_mute_button" = "mute_button"
 {
        font_name = "sans 7"
+       xthickness = 0
+       ythickness = 0
 }
 
 style "track_loop_button" = "small_button"
@@ -228,6 +258,7 @@ style "time_button" = "default_buttons_menus"
 style "transport_button"
 {
        bg[ACTIVE] = { 0.50, 1.0, 0.50 }
+       fg[ACTIVE] = { 0, 0, 0 }
 }
 
 style "transport_rec_button"
@@ -364,12 +395,12 @@ style "medium_entry" = "medium_text"
        
        base[NORMAL] = { 0, 0, 0 }
        base[ACTIVE] = { 0, 0, 0 }
-       base[SELECTED] = { 0, 0, 0 }
+       base[SELECTED] = { 0.5, 0.5, 1.0 }
 }
 
 style "medium_entry_noselection_fg" = "medium_entry"
 {
-       fg[SELECTED] = { 0.50, 1.0, 1.0 }
+       fg[SELECTED] = { 0.50, 1.0, 0.50 }
 }
 
 style "medium_entry_noselection_bg" = "medium_entry"
@@ -667,6 +698,16 @@ style "track_list_display" = "small_bold_text"
        base[SELECTED] = { 0, 0, 0 }
 }
 
+style "inspector_track_list_display" = "track_list_display"
+{
+       text[ACTIVE] = { 0.8, 0.8, 0.8 }
+
+       base[NORMAL] = { 0, 0, 0 }
+       base[ACTIVE] = { 0.2, 0.2, 0.2 }
+       base[INSENSITIVE] = { 0, 0, 0 }
+       base[SELECTED] = { 0.3, 0.3, 0.4 }
+}
+
 style "redirect_list_display"
 {
        GtkTreeView::horizontal-separator = 0
@@ -690,6 +731,11 @@ style "redirect_list_display"
        fg[ACTIVE] = { 0.5, 1.0, 1.0 }  # used for active
 }
 
+style "inspector_redirect_list_display" = "redirect_list_display"
+{
+       base[SELECTED] = { 0.3, 0.3, 0.3 }
+}
+
 # MixerPanZone:
 #
 # the NORMAL fg color is used for the pan puck
@@ -827,8 +873,8 @@ style "region_list_whole_file"
 
 style "ardour_button" ="default_buttons_menus"
 {
-       xthickness = 0
-       ythickness = 2
+       xthickness = 1
+       ythickness = 1
 }
 
 #---------------------------------------------------------------
@@ -843,7 +889,7 @@ widget "*ExportHeader" style "small_bold_text"
 widget "*ExportFileDisplay" style "medium_entry"
 widget "*ExportFormatDisplay" style "medium_entry"
 widget "*ExportCheckbox" style "small_entry"
-widget "*ExportTrackSelector" style "medium_entry_noselection_bg"
+widget "*ExportTrackSelector*" style "medium_entry_noselection_bg"
 widget "*EditModeSelector" style "medium_bold_entry"
 widget "*SnapTypeSelector" style "medium_bold_entry"
 widget "*SnapModeSelector" style "medium_bold_entry"
@@ -898,6 +944,7 @@ widget "*TrackRecordEnableButton" style "track_rec_enable_button"
 widget "*TrackRecordEnableButton*" style "track_rec_enable_button"
 widget "*TrackMuteButton*" style "mute_button"
 widget "*TrackLoopButton*" style "track_loop_button"
+widget "*PanAutomationLineSelector*" style "multiline_combo"
 widget "*EditorTimeButton*" style "time_button"
 widget "*EditorMixerButton*" style "default_buttons_menus"
 widget "*SoloButton*" style "solo_button"
@@ -1090,9 +1137,9 @@ widget "*ConnectionEditorPortListSelected" style "selected_io_selector_port_list
 widget "*ConnectionEditorNotebook" style "io_selector_notebook"
 widget "*ConnectionEditorNotebookTab" style "io_selector_notebook"
 widget "*ConnectionEditorFrame" style "base_frame"
-widget "*RouteParamsListDisplay" style "track_list_display"
-widget "*RouteParamsPreListDisplay" style "track_list_display"
-widget "*RouteParamsPostListDisplay" style "track_list_display"
+widget "*RouteParamsListDisplay" style "inspector_track_list_display"
+widget "*RouteParamsPreListDisplay" style "inspector_redirect_list_display"
+widget "*RouteParamsPostListDisplay" style "inspector_redirect_list_display"
 widget "*TearOffArrow" style "tearoff_arrow"
 widget "*RouteParamsTitleButton" style "medium_text"
 widget "*RouteParamsTitleLabel" style "medium_text"