emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master bfb83e6: Don't alter function name face height in m


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master bfb83e6: Don't alter function name face height in manoj-dark theme
Date: Wed, 14 Aug 2019 21:00:28 -0400 (EDT)

branch: master
commit bfb83e643f447f9f1ae55852b682ce5e78880185
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    Don't alter function name face height in manoj-dark theme
    
    * etc/themes/manoj-dark-theme.el (manoj-dark): Don't alter the
    height of function name faces, because this makes many tabulated
    modes not longer line up (bug#17042).
---
 etc/themes/manoj-dark-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/themes/manoj-dark-theme.el b/etc/themes/manoj-dark-theme.el
index b6bf9bf..20e04cb 100644
--- a/etc/themes/manoj-dark-theme.el
+++ b/etc/themes/manoj-dark-theme.el
@@ -83,7 +83,7 @@ jarring angry fruit salad look to reduce eye fatigue.")
  '(font-lock-regexp-grouping-construct ((t (:bold t :weight bold))))
  '(font-lock-variable-name-face ((t (:foreground "Aquamarine"))))
  '(font-lock-function-name-face ((t (:foreground "mediumspringgreen"
-                                    :weight bold :height 1.1))))
+                                    :weight bold))))
  '(font-lock-string-face        ((t (:foreground "RosyBrown1"))))
  '(font-lock-comment-face       ((t (:italic t :slant oblique :foreground 
"chocolate1"))))
  '(font-lock-comment-delimiter-face ((t (:foreground "Salmon"))))



reply via email to

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