plugin manager: filter-by-type really is filter-by-category, so fix the naming and...
[ardour.git] / gtk2_ardour / ardour2_ui_dark_sae.rc.in
index 3b63a5447ff2e7a800d14e02e6672cda048ba0c4..1b0635a1b9d5f20ca1fc1753679b15da91068ad2 100644 (file)
@@ -73,7 +73,7 @@ style "verbose_canvas_cursor"
 
 style "marker_text" 
 {
-       font_name = "%FONT_SMALL%"
+       font_name = "%FONT_SMALLER%"
 }
 
 style "time_axis_view_item_name"
@@ -117,7 +117,7 @@ style "default_base" = "medium_text"
   base[INSENSITIVE]  = "#4c5159"
   base[SELECTED]     = { 0.25, 0.25, 0.25 }
 
-  engine "default
+  engine "clearlooks
   {
     menubarstyle      = 0       # 0 = flat, 1 = sunken, 2 = flat gradient
   }
@@ -1579,3 +1579,9 @@ widget "*RegionListWholeFile" style:highest "treeview_parent_node"
 widget "*EditorHScrollbar" style:highest "editor_hscrollbar"
 widget "*ResizerHandler" style:highest "resizer_handle"
 
+style "tooltip" { 
+      fg[NORMAL] = { 0.20, 0.20, 0.20 }
+      bg[NORMAL] = "#FFFFFF" 
+}
+
+widget "*ooltip*" style:highest "tooltip"