branch: elpa/spacemacs-theme
commit 863e447f1b37d40c74b836b5132033430c6e8a7b
Author: nashamri <[email protected]>
Commit: nashamri <[email protected]>
LaTeX warning face
---
spacemacs-common.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/spacemacs-common.el b/spacemacs-common.el
index 9e421097cf..02b0affa93 100644
--- a/spacemacs-common.el
+++ b/spacemacs-common.el
@@ -472,6 +472,7 @@
`(font-latex-sectioning-4-face ((,class (:bold nil :foreground ,head3
:height ,(if spacemacs-theme-org-height 1.1 1.0) :background ,(when
spacemacs-theme-org-highlight head3-bg)))))
`(font-latex-sectioning-5-face ((,class (:bold nil :foreground ,head4
:background ,(when spacemacs-theme-org-highlight head4-bg)))))
`(font-latex-string-face ((,class (:foreground ,str))))
+ `(font-latex-warning-face ((,class (:foreground ,war))))
;;;;; linum-mode
`(linum ((,class (:foreground ,lnum :background ,bg2))))