emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master e922e3c: Fix linum under text-scaling when leuven-t


From: Eli Zaretskii
Subject: [Emacs-diffs] master e922e3c: Fix linum under text-scaling when leuven-theme is used
Date: Thu, 1 Jun 2017 10:56:08 -0400 (EDT)

branch: master
commit e922e3c7a5c895f3875e7eb4670618891a4fd312
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix linum under text-scaling when leuven-theme is used
    
    * etc/themes/leuven-theme.el (linum): Make the 'linum' face
    inherit from 'default' and 'shadow', so that margins are enlarged
    as expected under text-scaling.
---
 etc/themes/leuven-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/themes/leuven-theme.el b/etc/themes/leuven-theme.el
index a633962..c15bd41 100644
--- a/etc/themes/leuven-theme.el
+++ b/etc/themes/leuven-theme.el
@@ -461,7 +461,7 @@ Semantic, and Ansi-Color faces are included -- and much 
more...")
    `(info-xref ((,class (:underline t :foreground "#006DAF")))) ; unvisited 
cross-references
    `(info-xref-visited ((,class (:underline t :foreground "magenta4")))) ; 
previously visited cross-references
    `(light-symbol-face ((,class (:background "#FFFFA0"))))
-   `(linum ((,class (:foreground "#9A9A9A" :background "#EDEDED"))))
+   `(linum ((,class (:inherit (default shadow) :foreground "#9A9A9A" 
:background "#EDEDED"))))
    `(log-view-file ((,class (:foreground "#0000CC" :background "#EAF2F5"))))
    `(lui-button-face ((,class ,link)))
    `(lui-highlight-face ((,class (:box '(:line-width 1 :color "#CC0000") 
:foreground "#CC0000" :background "#FFFF88")))) ; my nickname



reply via email to

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