emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 8256496 25/50: use a more modest gray for on-screen-narrow


From: Michael Heerdegen
Subject: [elpa] master 8256496 25/50: use a more modest gray for on-screen-narrow-line face
Date: Mon, 09 Nov 2015 03:35:48 +0000

branch: master
commit 825649607c3b05ad62bc7f4d4ed106dc70d609b9
Author: Michael Heerdegen <address@hidden>
Commit: Michael Heerdegen <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]