tone down frame color and use a better widget name
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Aug 2017 14:48:29 +0000 (10:48 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Aug 2017 14:48:29 +0000 (10:48 -0400)
gtk2_ardour/clearlooks.rc.in
gtk2_ardour/session_dialog.cc

index 0d0e7a51ea825306217ddbbd70d434f90319dc19..13ff89a6e9b62ddacd998a11fb6849111c700bd0 100644 (file)
@@ -413,10 +413,10 @@ style "base_frame"
        bg[NORMAL] = @background
 }
 
-style "highlight_frame"
+style "text_highlight_frame"
 {
-       fg[NORMAL] = @foreground
-       bg[NORMAL] = @foreground
+       fg[NORMAL] = @texts
+       bg[NORMAL] = @texts
 }
 
 style "transport_frame"
@@ -1107,7 +1107,7 @@ widget "*zoomrange clock" style:highest "medium_text"
 widget "*timecodeoffset clock" style:highest "medium_text"
 
 widget "*BaseFrame" style:highest "base_frame"
-widget "*HighlightFrame" style:highest "highlight_frame"
+widget "*TextHighlightFrame" style:highest "text_highlight_frame"
 widget "*TransportFrame" style:highest "transport_frame"
 widget "*TransportFrame*" style:highest  "transport_frame"
 widget "*EditorWindow*" style:highest  "editor_window"
index 79916b540758011c99dd7badde8aca35d46e53ae..2e216f0847ef0c141413556630b8e03fd1e6a0a6 100644 (file)
@@ -612,7 +612,7 @@ SessionDialog::setup_new_session_page ()
        template_desc.set_name (X_("TextOnBackground"));
        template_desc.set_border_width (6);
 
-       template_desc_frame.set_name (X_("HighlightFrame"));
+       template_desc_frame.set_name (X_("TextHighlightFrame"));
        template_desc_frame.add (template_desc);
 
        //template_chooser is the treeview showing available templates