branch: elpa/ample-theme
commit 3eae3fa4ae9d4690b90cb30e15f9974cbd9d4ca6
Author: Fice T <[email protected]>
Commit: jordonbiondo <[email protected]>

    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