From e922e3c7a5c895f3875e7eb4670618891a4fd312 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 1 Jun 2017 17:55:25 +0300 Subject: [PATCH] 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 a633962fe79..c15bd41bf81 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 -- 2.39.5