use a more appropriate @color name for the cursor color in a text entry
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 5aceee0f0c4eb6248b87d1bd7dd5f68eb1a35bef..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
 
@@ -1012,6 +1011,12 @@ style "pane"
       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"
@@ -1202,3 +1207,7 @@ 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"
+