mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-20 18:17:20 +00:00
(secondary-selection): Make foreground visible on tty.
This commit is contained in:
parent
6fee86a3c9
commit
445a653e23
@ -1,5 +1,7 @@
|
||||
2000-10-08 Miles Bader <miles@gnu.org>
|
||||
|
||||
* faces.el (secondary-selection): Make foreground visible on tty.
|
||||
|
||||
* jka-compr.el (auto-compression-mode): Move to the end of the
|
||||
file, because `define-minor-mode' actually calls the mode-function
|
||||
if the associated variable is non-nil, which requires that all
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user