diff options
Diffstat (limited to 'lisp/faces.el')
-rw-r--r-- | lisp/faces.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el index b135755f165..589a1e1ca75 100644 --- a/lisp/faces.el +++ b/lisp/faces.el @@ -2259,7 +2259,8 @@ terminal type to a different value." :foreground "gtk_selection_fg_color" :background "gtk_selection_bg_color") (((class color) (min-colors 88) (background light) (type ns)) - :background "ns_selection_color") + :foreground "ns_selection_fg_color" + :background "ns_selection_bg_color") (((class color) (min-colors 88) (background light)) :background "lightgoldenrod2") (((class color) (min-colors 16) (background dark)) |