summaryrefslogtreecommitdiff
path: root/zenburn-theme.el
diff options
context:
space:
mode:
authorwalpuski <walpuski@users.noreply.github.com>2017-11-09 12:26:03 -0500
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2017-11-09 17:26:03 +0000
commit613f4c69513c7ffe7cb00a6c477cd5e8e6378d40 (patch)
tree89cb88c29aded38200386f4640d87dee77c94824 /zenburn-theme.el
parent22068f5e5e0f67b22419cccb21abf80d2e59757d (diff)
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.
Diffstat (limited to 'zenburn-theme.el')
-rw-r--r--zenburn-theme.el1
1 files changed, 1 insertions, 0 deletions
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))))