From fa4ab6367def680ff913cca6442b5c7bc3e486c1 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Tue, 7 Dec 2010 15:12:53 -0500 Subject: [PATCH] visible-mark-face: better colors --- visible-mark.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/visible-mark.el b/visible-mark.el index 4c77c29..b5206db 100644 --- a/visible-mark.el +++ b/visible-mark.el @@ -31,11 +31,11 @@ (defface visible-mark-face `((((type tty) (class color)) - (:background "gray" :foreground "white")) + (:background "gray" :foreground "black")) (((type tty) (class mono)) (:inverse-video t)) (((class color) (background dark)) - (:background "gray")) + (:background "gray" :foreground "black")) (((class color) (background light)) (:background "grey80")) (t (:background "gray"))) -- 2.30.2