X-Git-Url: https://iankelling.org/git/?p=visible-mark;a=blobdiff_plain;f=visible-mark.el;fp=visible-mark.el;h=b5206db3e97af1b2d72f6ccdd86e8f8d577fea28;hp=4c77c296d3cdda30bdd02bb9a810ca6cd6d33afe;hb=fa4ab6367def680ff913cca6442b5c7bc3e486c1;hpb=a96ee786c0acb0b4b222e10f3362153745f13db4 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")))