Made latex-math-face distinguishable for doom-one

This commit is contained in:
Michael Wernthaler 2020-05-01 15:38:49 +02:00
parent 090f3fce7b
commit d69842452d

View file

@ -154,6 +154,9 @@ determine the exact padding."
(css-property :foreground green)
(css-selector :foreground blue)
;; LaTeX-mode
(font-latex-math-face :foreground green)
;; markdown-mode
(markdown-markup-face :foreground base5)
(markdown-header-face :inherit 'bold :foreground red)