From 613f4c69513c7ffe7cb00a6c477cd5e8e6378d40 Mon Sep 17 00:00:00 2001 From: walpuski Date: Thu, 9 Nov 2017 12:26:03 -0500 Subject: Set the foreground color for "font-latex-script-char-face" to "zenburn-orange" (#292) This sets the foreground color for "font-latex-script-char-face" to "zenburn-orange", the standard color for LaTeX math. Before, no foreground color was set for this, resulting in bright red "_" and "^" symbols; cf. https://www.gnu.org/software/auctex/manual/auctex/Fontification-of-math.html. --- zenburn-theme.el | 1 + 1 file changed, 1 insertion(+) diff --git a/zenburn-theme.el b/zenburn-theme.el index c41bbbe..3f8ec0d 100644 --- a/zenburn-theme.el +++ b/zenburn-theme.el @@ -249,6 +249,7 @@ Also bind `class' to ((class color) (min-colors 89))." `(font-latex-italic-face ((t (:foreground ,zenburn-cyan :slant italic)))) `(font-latex-string-face ((t (:inherit ,font-lock-string-face)))) `(font-latex-math-face ((t (:foreground ,zenburn-orange)))) + `(font-latex-script-char-face ((t (:foreground ,zenburn-orange)))) ;;;;; agda-mode `(agda2-highlight-keyword-face ((t (:foreground ,zenburn-yellow :weight bold)))) `(agda2-highlight-string-face ((t (:foreground ,zenburn-red)))) -- cgit v1.2.3