use a more appropriate @color name for the cursor color in a text entry
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 24acda34d960831b77ba935df5a9e32392219d5c..af36a3f4f47d51a45f15f2892df1645f2115fd54 100644 (file)
@@ -103,8 +103,7 @@ style "default" = "medium_text"
   GtkTreeView         :: horizontal-separator             = 8                 # [               2 ] ( >= 0 ) Horizontal space between cells. Must be an even number.
   GtkTreeView         :: vertical-separator               = 2                 # [               2 ] ( >= 0 ) Vertical space between cells. Must be an even number.
 
-  GtkEntry            :: honors-transparent-bg-hint       = 1                 # [               0 ] ( bool ) (Clearlooks) Without this, gecko will fill in the background of the entry.
-  GtkEntry            :: cursor-color = @bg_selected
+  GtkEntry::cursor_color = @entry_cursor
 
   #GtkToolbar::shadow_type = GTK_SHADOW_ETCHED_IN
 
@@ -798,25 +797,10 @@ style "audio_bus_metrics_inactive" = "track_controls_inactive"
        font_name = ""
 }
 
-style "track_name_display" = "medium_text"
+style "track_name_editor" = "medium_text"
 {
        xthickness = 0
        ythickness = 0
-       fg[NORMAL] = @foreground
-       fg[ACTIVE] = @foreground
-       fg[SELECTED] = @foreground
-
-       text[NORMAL] = @foreground
-       text[ACTIVE] = @foreground
-       text[SELECTED] = @foreground
-
-       base[NORMAL] = @bases
-       base[ACTIVE] = @bg_selected
-       base[SELECTED] = @bg_selected
-
-       bg[NORMAL] = lighter(@bases)
-       bg[ACTIVE] = lighter(@bases)
-       bg[SELECTED] = lighter(@bases)
 }
 
 style "track_separator"
@@ -1019,6 +1003,20 @@ style "settings_notebook" = "big_text"
 {
 
 }
+
+style "pane"
+{
+      fg[NORMAL] = lighter(@background)
+      fg[SELECTED] = @foreground
+      fg[ACTIVE] = @somewhat_bright_indicator
+}
+
+style "vca_label_bar" = "medium_bold_text"
+{
+       bg[NORMAL] = @darkest
+       fg[NORMAL] = @lightest
+}
+
 class "GtkWidget" style:highest "default"
 class "GtkScrollbar" style:highest "ardour_adjusters"
 class "GtkLabel" style:highest "default_generic"
@@ -1105,8 +1103,8 @@ widget "*AudioBusFader" style:highest "audio_bus_fader"
 
 widget "*BusControlsBaseUnselected" style:highest "audio_bus_base"
 widget "*TrackSeparator" style:highest "track_separator"
-widget "*EditorTrackNameDisplay" style:highest "track_name_display"
-widget "*EditorTrackNameDisplay*" style:highest "track_name_display"
+widget "*TrackNameEditor" style:highest "track_name_editor"
+widget "*TrackNameEditor*" style:highest "track_name_editor"
 widget "*CrossfadeEditAuditionButton" style:highest "bright_when_active"
 widget "*CrossfadeEditAuditionButton*" style:highest "bright_when_active"
 widget "*CrossfadeEditCurveButton" style:highest "bright_when_active"
@@ -1161,7 +1159,6 @@ widget "*BlackSeparator" style:highest "black_separator"
 
 widget "*MetricLabel" style:highest "medium_text"
 widget "*ChoiceWindow" style:highest "default_generic"
-widget "*TrackLabel" style:highest "medium_text"
 widget "*TrackParameterName" style:highest "small_italic_text"
 widget "*AddRouteDialog*" style:highest "medium_text"
 widget "*AddRouteDialogSpinner" style:highest "medium_bold_entry"
@@ -1209,3 +1206,8 @@ widget "*processor fader" style:highest "processor"
 widget "*processor postfader" style:highest "processor"
 widget "*MonitorSectionLabel" style:highest "small_text"
 widget "*ooltip*" style:highest "tooltip"
+widget "*Pane" style:highest "pane"
+widget "*Pane.Divider" style:highest "pane"
+widget "*VCALabelBar" style:highest "vca_label_bar"
+widget "*VCALabelBar*" style:highest "vca_label_bar"
+