Templates: Dim the border around template description text.
authorBen Loftis <ben@harrisonconsoles.com>
Thu, 17 Aug 2017 18:28:41 +0000 (13:28 -0500)
committerBen Loftis <ben@harrisonconsoles.com>
Thu, 17 Aug 2017 18:28:41 +0000 (13:28 -0500)
gtk2_ardour/clearlooks.rc.in

index 13ff89a6e9b62ddacd998a11fb6849111c700bd0..f7311a793ec3da5f07cd8728e340c482534fb3e4 100644 (file)
@@ -415,8 +415,8 @@ style "base_frame"
 
 style "text_highlight_frame"
 {
-       fg[NORMAL] = @texts
-       bg[NORMAL] = @texts
+       fg[NORMAL] = shade (0.4, @texts)
+       bg[NORMAL] = shade (0.4, @texts)
 }
 
 style "transport_frame"