Take colors for region face (selected text) from the Gtk+ theme.
[bpt/emacs.git] / lisp / faces.el
index b7c238e..d8b6f20 100644 (file)
@@ -2281,6 +2281,9 @@ terminal type to a different value."
 (defface region
   '((((class color) (min-colors 88) (background dark))
      :background "blue3")
+    (((class color) (min-colors 88) (background light) (type gtk))
+     :foreground "gtk_selection_fg_color"
+     :background "gtk_selection_bg_color")
     (((class color) (min-colors 88) (background light) (type ns))
      :background "ns_selection_color")
     (((class color) (min-colors 88) (background light))