branch: elpa/gruvbox-theme
commit 70b8e5fd28aa58a86ae443d1e23d59a54ffa95dc
Author: martijnat <[email protected]>
Commit: Jason Milkins <[email protected]>
Added faces for LaTeX (#97)
* Added faces for LaTeX
* Added AUCTeX preview face
This face is used to display the code behind previewed sections
---
gruvbox.el | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/gruvbox.el b/gruvbox.el
index 62b63e807b..26d2179c29 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -470,6 +470,17 @@ Should contain 2 %s constructs to allow for theme name and
directory/prefix")
(langtool-errline (:foreground gruvbox-dark0
:background gruvbox-bright_red))
(langtool-correction-face (:foreground
gruvbox-bright_yellow :weight 'bold))
+ ;; Latex
+ (font-latex-bold-face (:foreground
gruvbox-faded_green :bold t))
+ (font-latex-italic-face (:foreground
gruvbox-bright_green :underline t))
+ (font-latex-math-face (:foreground gruvbox-light3))
+ (font-latex-script-char-face (:foreground
gruvbox-faded_aqua))
+ (font-latex-sectioning-5-face (:foreground
gruvbox-bright_yellow :bold t))
+ (font-latex-string-face (:foreground
gruvbox-bright_orange))
+ (font-latex-warning-face (:foreground
gruvbox-bright_red :weight 'bold))
+ (font-latex-sedate-face (:foreground gruvbox-light4))
+ (preview-face (:background gruvbox-dark1))
+
;; mu4e
(mu4e-header-key-face (:foreground
gruvbox-bright_green :weight 'bold ))
(mu4e-unread-face (:foreground
gruvbox-bright_blue :weight 'bold ))