1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00

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).
This commit is contained in:
Lars Ingebrigtsen 2019-08-14 17:59:13 -07:00
parent d54eb7347f
commit bfb83e643f

View 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"))))