diff --git a/themes/doom-gruvbox-theme.el b/themes/doom-gruvbox-theme.el index fca0664..9bf97a5 100644 --- a/themes/doom-gruvbox-theme.el +++ b/themes/doom-gruvbox-theme.el @@ -91,7 +91,7 @@ determine the exact padding." (org-quote `(,(doom-lighten (car bg) 0.05) "#1f1f1f"))) ;; --- extra faces ------------------------ -( + ( ;;;;;;;; Editor ;;;;;;;; (cursor :background "white") (hl-line :background bg-alt) @@ -232,11 +232,17 @@ determine the exact padding." (magit-diff-hunk-heading-highlight :background accent :foreground fg) (magit-diff-context :foreground bg-alt :foreground fg-alt) - + ;;;;;;;; Major mode faces ;;;;;;;; ;; css-mode / scss-mode (css-proprietary-property :foreground keywords) + ;; elisp-mode + (highlight-quoted-symbol :foreground dark-cyan) + + ;; LaTeX-mode + (font-latex-math-face :foreground dark-cyan) + ;; markdown-mode (markdown-blockquote-face :inherit 'italic :foreground cyan) (markdown-list-face :foreground red) @@ -245,6 +251,9 @@ determine the exact padding." (markdown-link-face :inherit 'bold :foreground cyan) ((markdown-code-face &override) :background (doom-lighten base2 0.045)) + ;; mu4e-view + (mu4e-header-key-face :foreground red) + ;; org-mode ((outline-1 &override) :foreground yellow) ((outline-2 &override) :foreground cyan) diff --git a/themes/doom-one-theme.el b/themes/doom-one-theme.el index 83e7930..24bb15e 100644 --- a/themes/doom-one-theme.el +++ b/themes/doom-one-theme.el @@ -154,6 +154,9 @@ determine the exact padding." (css-property :foreground green) (css-selector :foreground blue) + ;; LaTeX-mode + (font-latex-math-face :foreground green) + ;; markdown-mode (markdown-markup-face :foreground base5) (markdown-header-face :inherit 'bold :foreground red)