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

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

[nongnu] elpa/ample-theme 3eae3fa 122/137: Add AUCTeX error faces


From: ELPA Syncer
Subject: [nongnu] elpa/ample-theme 3eae3fa 122/137: Add AUCTeX error faces
Date: Thu, 21 Oct 2021 18:00:30 -0400 (EDT)

branch: elpa/ample-theme
commit 3eae3fa4ae9d4690b90cb30e15f9974cbd9d4ca6
Author: Fice T <fice-t@protonmail.com>
Commit: jordonbiondo <jordonbiondo@gmail.com>

    Add AUCTeX error faces
---
 ample-theme.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ample-theme.el b/ample-theme.el
index 72fcbc2..fa379f4 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -713,6 +713,9 @@
    ;;`(font-latex-superscript-face        ((t (:height 0.8))))
    `(font-latex-verbatim-face             ((t (:foreground ,ample/tan))))
    `(font-latex-warning-face              ((t (:inherit 
font-lock-warning-face))))
+   `(TeX-error-description-error          ((t (:inherit error :bold t))))
+   `(TeX-error-description-tex-said       ((t (:foreground 
,ample/lighter-blue))))
+   `(TeX-error-description-warning        ((t (:foreground ,ample/orange :bold 
t))))
 
    ;; guide-key
    `(guide-key/prefix-command-face    ((t (:foreground ,ample/green))))



reply via email to

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