From: John Foerch Date: Tue, 7 Dec 2010 20:12:53 +0000 (-0500) Subject: visible-mark-face: better colors X-Git-Tag: v0.1~15 X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=commitdiff_plain;h=fa4ab6367def680ff913cca6442b5c7bc3e486c1;ds=sidebyside visible-mark-face: better colors --- 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")))