summaryrefslogtreecommitdiff
path: root/lisp/faces.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2000-10-08 04:28:35 +0000
committerMiles Bader <miles@gnu.org>2000-10-08 04:28:35 +0000
commit445a653e23af8593954f73038663af8e9351c68f (patch)
treeb81a15f1a94b012be676bcbc1a6c027303740578 /lisp/faces.el
parent6fee86a3c9c799c856894f9f2f78d5f9256d8799 (diff)
(secondary-selection): Make foreground visible on tty.
Diffstat (limited to 'lisp/faces.el')
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 62c39dae4c4..fffb177852c 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -1664,7 +1664,7 @@ created."
(defface secondary-selection
'((((type tty) (class color))
- (:background "cyan"))
+ (:background "cyan" :foreground "black"))
(((class color) (background light))
(:background "yellow"))
(((class color) (background dark))