iankelling.org
/
git
/
visible-mark
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a96ee78
)
visible-mark-face: better colors
author
John Foerch
<jjfoerch@earthlink.net>
Tue, 7 Dec 2010 20:12:53 +0000
(15:12 -0500)
committer
John Foerch
<jjfoerch@earthlink.net>
Tue, 7 Dec 2010 20:12:53 +0000
(15:12 -0500)
visible-mark.el
patch
|
blob
|
history
diff --git
a/visible-mark.el
b/visible-mark.el
index 4c77c296d3cdda30bdd02bb9a810ca6cd6d33afe..b5206db3e97af1b2d72f6ccdd86e8f8d577fea28 100644
(file)
--- 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")))