branch: master
commit 825649607c3b05ad62bc7f4d4ed106dc70d609b9
Author: Michael Heerdegen <michael_heerde...@web.de>
Commit: Michael Heerdegen <michael_heerde...@web.de>

    use a more modest gray for on-screen-narrow-line face
---
 on-screen.el |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/on-screen.el b/on-screen.el
index f435a06..84c0564 100644
--- a/on-screen.el
+++ b/on-screen.el
@@ -192,8 +192,9 @@ available."
   "Face used for fringe markers."
   :group 'on-screen)
 
-(defface on-screen-narrow-line '((t (:width extra-expanded
-                                     :underline (:color "gray50" :style 
wave))))
+(defface on-screen-narrow-line
+  '((((background dark))  (:width extra-expanded :underline (:color "gray30" 
:style wave)))
+    (((background light)) (:width extra-expanded :underline (:color "gray70" 
:style wave))))
   "Face used by the narrow-line highlighting method."
   :group 'on-screen)
 

Reply via email to