correct check for presence of / or \ in a session name
[ardour.git] / gtk2_ardour / ardour2_ui_light.rc.in
index 5a5ab6cc3ffff4e564cd9cf55692aac285894dd9..2a6844c6d03baf9a5ff4c3ee5294ebf87e5e1476 100644 (file)
@@ -95,7 +95,7 @@ style "default_base" = "medium_text"
   
   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[PRELIGHT] = { 0.10, 0.10, 0.20 }
   fg[INSENSITIVE] = { 0.30, 0.30, 0.40 }       
   fg[SELECTED] = { 0.30, 0.30, 0.40 }  
   
@@ -468,6 +468,12 @@ style "editor_hscrollbar" = "ardour_adjusters"
        GtkScrollbar::slider_width = 27
 }
 
+style "resizer_handle" 
+{
+       fg[NORMAL] = { 0, 0, 0 }
+       bg[NORMAL] = "#818181"
+}
+
 style "ardour_progressbars" = "default_generic"
 { 
   bg[NORMAL] = { 0, 0, 0 }
@@ -791,6 +797,7 @@ style "track_name_display"
        font_name = "%FONT_NORMAL%"
        fg[NORMAL] = { 0.80, 0.80, 0.80 }
        fg[ACTIVE] = { 0.80, 0.80, 0.80 }
+       text[INSENSITIVE] = { 0.70, 0.70, 0.70 }
 
        base[NORMAL] = { 0.80, 0.80, 0.80 }
        base[ACTIVE] = { 0.80, 0.80, 0.80 }
@@ -1153,7 +1160,7 @@ style "tearoff_arrow" = "medium_bold_entry"
 
 style "location_row_button" = "default_button"
 {
-       font_name = "%FONT_SMALL%"
+       font_name = "%FONT_NORMAL%"
 }
 
 style "location_rows_clock" = "default_clock_display"
@@ -1344,6 +1351,7 @@ widget "*EditPointClock" style:highest "default_clock_display"
 widget "*PreRollClock" style:highest "default_clock_display"
 widget "*PostRollClock" style:highest "default_clock_display"
 widget "*NudgeClock" style:highest "default_clock_display"
+widget "*InsertTimeClock" style:highest "default_clock_display"
 widget "*ZoomRangeClock" style:highest "default_clock_display"
 widget "*SMPTEOffsetClock" style:highest "default_clock_display"
 widget "*TransportLabel" style:highest "small_bold_text"
@@ -1470,8 +1478,6 @@ 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 "*BypassButton" style:highest "red_when_active"
-widget "*BypassButton*" style:highest "red_when_active"
 widget "*TransportSoloAlert" style:highest "flashing_alert"
 widget "*TransportSoloAlert.*" style:highest "flashing_alert"
 widget "*TransportAuditioningAlert" style:highest "flashing_alert"
@@ -1575,4 +1581,4 @@ widget "*ChannelCountSelector" style:highest "medium_bold_entry"
 widget "*ChannelCountSelector.GtkArrow" style:highest "default_generic"
 widget "*RegionListWholeFile" style:highest "treeview_parent_node"
 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
-
+widget "*ResizerHandler" style:highest "resizer_handle"