Mercurial > emacs
changeset 43120:9bd69c6b33cb
(pong-border-options): Make the border colors slightly more bright.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 06 Feb 2002 12:06:04 +0000 |
parents | 831d45b0807e |
children | fbd196109c25 |
files | lisp/play/pong.el |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/play/pong.el Wed Feb 06 11:35:49 2002 +0000 +++ b/lisp/play/pong.el Wed Feb 06 12:06:04 2002 +0000 @@ -156,7 +156,11 @@ (t ?\+)) ((color-x color-x) (mono-x grid-x)) - (((glyph color-x) [0.5 0.5 0.5]) + ;; The colors used to be [0.5 0.5 0.5], but that produces a black + ;; color on 8-color tty's, which would make the border invisible. + ;; 0.51 produces white on such tty's, and at the same time has + ;; almost no effect on X and similar displays. + (((glyph color-x) [0.51 0.51 0.51]) (color-tty pong-border-color)))) (defconst pong-blank 0)