branch: elpa/gruvbox-theme commit b48e16b45081144379336e720c9ad9451fa18f14 Author: Martijn Terpstra <bigmart...@gmail.com> Commit: Jason Milkins <jason...@users.noreply.github.com>
Added org-latex-and-related face Default color was SaddleBrown which did not fit the pallete and was hard to read on a dark background --- gruvbox.el | 1 + 1 file changed, 1 insertion(+) diff --git a/gruvbox.el b/gruvbox.el index 5cbb3f7e5b..c0da057a3c 100644 --- a/gruvbox.el +++ b/gruvbox.el @@ -306,6 +306,7 @@ (org-upcoming-deadline (:inherit 'font-lock-keyword-face)) (org-deadline-announce (:foreground gruvbox-faded_red)) (org-time-grid (:foreground gruvbox-faded_orange)) + (org-latex-and-related (:foreground gruvbox-neutral_blue)) ;; org-habit (org-habit-clear-face (:background gruvbox-faded_blue))