NO-OP; Backport changes from Mixbus branch
[ardour.git] / gtk2_ardour / clearlooks.rc.in
index 072d12452ba9bf1314b898373a574b8cfcd3e2b6..a1687b041888754edd1ace5f5cac5156f08b2ac0 100644 (file)
@@ -127,8 +127,8 @@ style "default" = "medium_text"
 
   text[NORMAL]        = @texts
   text[PRELIGHT]      = @texts
-  text[ACTIVE]        = @fg_selected
-  text[INSENSITIVE]   = shade(0.7, @lightest) /* text color for focused selected text */
+  text[INSENSITIVE]   = shade(0.7, @lightest)
+  text[ACTIVE]        = @fg_selected          /* text color for focused selected text */
   text[SELECTED]      = @fg_selected          /* text color for non-focused selected text */
 
   #engine specific tweaks
@@ -151,13 +151,13 @@ style "entry"
 
   base[NORMAL]      = @bases
   base[PRELIGHT]    = @bases
-  base[INSENSITIVE] = @bases
+  base[INSENSITIVE] = shade(1.0, @background)
   base[ACTIVE]      = @bases
   base[SELECTED]    = @bg_selected
 
   text[NORMAL]      = @texts
   text[PRELIGHT]    = @texts
-  text[INSENSITIVE] = shade (0.92, @texts)
+  text[INSENSITIVE] = shade(0.7, @lightest)
   text[ACTIVE]      = @texts
   text[SELECTED]    = @fg_selected
 }
@@ -195,11 +195,11 @@ style "peak_display_peaked_entry" = "mixer_strip_entry"
        fg[SELECTED] = @texts
        text[SELECTED] = @texts
 
-       base[NORMAL] = @bright_indicator
-       base[ACTIVE] = @bright_indicator
-       base[PRELIGHT] = @bright_indicator
-       base[INSENSITIVE] = @bright_indicator
-       base[SELECTED] = @bright_indicator
+       base[NORMAL] = @clip_indicator
+       base[ACTIVE] = @clip_indicator
+       base[PRELIGHT] = @clip_indicator
+       base[INSENSITIVE] = @clip_indicator
+       base[SELECTED] = @clip_indicator
 }
 
 style "treeview_parent_node"