visible-mark-face: better colors
authorJohn Foerch <jjfoerch@earthlink.net>
Tue, 7 Dec 2010 20:12:53 +0000 (15:12 -0500)
committerJohn Foerch <jjfoerch@earthlink.net>
Tue, 7 Dec 2010 20:12:53 +0000 (15:12 -0500)
visible-mark.el

index 4c77c296d3cdda30bdd02bb9a810ca6cd6d33afe..b5206db3e97af1b2d72f6ccdd86e8f8d577fea28 100644 (file)
 
 (defface visible-mark-face
   `((((type tty) (class color))
 
 (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))
     (((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")))
     (((class color) (background light))
      (:background "grey80"))
     (t (:background "gray")))