diff options
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index f04ea9115ee..0418cd4c05f 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2496,18 +2496,9 @@ default." "Basic face for highlighting." :group 'basic-faces) -;; Region face: under NS, default to the system-defined selection -;; color (optimized for the fixed white background of other apps), -;; if background is light. (defface region '((((class color) (min-colors 88) (background dark)) :background "blue3" :extend t) - (((class color) (min-colors 88) (background light) (type gtk)) - :distant-foreground "gtk_selection_fg_color" - :background "gtk_selection_bg_color" :extend t) - (((class color) (min-colors 88) (background light) (type ns)) - :distant-foreground "ns_selection_fg_color" - :background "ns_selection_bg_color" :extend t) (((class color) (min-colors 88) (background light)) :background "lightgoldenrod2" :extend t) (((class color) (min-colors 16) (background dark)) |