emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gotham-theme 0f1db311e8 008/214: Add AUCTEX faces


From: ELPA Syncer
Subject: [nongnu] elpa/gotham-theme 0f1db311e8 008/214: Add AUCTEX faces
Date: Fri, 7 Jan 2022 17:58:35 -0500 (EST)

branch: elpa/gotham-theme
commit 0f1db311e8e1da1046bf70a3ac68d908a8264517
Author: Vasilij Schneidermann <v.schneidermann@gmail.com>
Commit: Vasilij Schneidermann <v.schneidermann@gmail.com>

    Add AUCTEX faces
---
 gotham-theme.el | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gotham-theme.el b/gotham-theme.el
index 067430630d..a17212aa7f 100644
--- a/gotham-theme.el
+++ b/gotham-theme.el
@@ -128,6 +128,24 @@
    `(enh-ruby-string-delimiter-face ((t (:foreground ,green))))
    `(erm-syn-errline ((t (:foreground ,red))))
    `(erm-syn-warnline ((t (:foreground ,orange))))
+
+   ;; auctex
+   `(font-latex-bold-face ((t (:inherit bold))))
+   `(font-latex-doctex-documentation-face ((t (:inherit highlight))))
+   `(font-latex-doctex-preprocessor-face ((t (:inherit highlight :foreground 
,red))))
+   `(font-latex-italic-face ((t (:inherit italic))))
+   `(font-latex-math-face ((t (:foreground ,base5))))
+   `(font-latex-sectioning-0-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sectioning-1-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sectioning-2-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sectioning-3-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sectioning-4-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sectioning-5-face ((t (:inherit bold :foreground ,yellow))))
+   `(font-latex-sedate-face ((t (:foreground ,orange))))
+   `(font-latex-slide-title-face ((t (:inherit bold :foreground ,orange))))
+   `(font-latex-string-face ((t (:inherit font-lock-string-face))))
+   `(font-latex-verbatim-face ((t (:inherit font-lock-string-face))))
+   `(font-latex-warning-face ((t (:inherit warning))))
    ))
 
 ;;;###autoload



reply via email to

[Prev in Thread] Current Thread [Next in Thread]