]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't alter function name face height in manoj-dark theme
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Aug 2019 00:59:13 +0000 (17:59 -0700)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Aug 2019 00:59:13 +0000 (17:59 -0700)
* 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

index b6bf9bff1e1728303e7f62e15890f8f11f23fc55..20e04cb7543948e8456ae1edb1dd63273daf12be 100644 (file)
@@ -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"))))