emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/gruvbox-theme 3c10048be1 097/258: Headers colors for markd


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 3c10048be1 097/258: Headers colors for markdown-mode (#51)
Date: Sat, 1 Jan 2022 01:59:32 -0500 (EST)

branch: elpa/gruvbox-theme
commit 3c10048be1cf7bfddd642aa3850b5fcbe4ac6ed6
Author: Julien Barnier <julien@nozav.org>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Headers colors for markdown-mode (#51)
---
 gruvbox-theme.el | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/gruvbox-theme.el b/gruvbox-theme.el
index 2e77f367d4..6c7a1eb677 100644
--- a/gruvbox-theme.el
+++ b/gruvbox-theme.el
@@ -370,6 +370,14 @@
     `(lazy-highlight           ((t (:foreground ,gruvbox-black :background 
,gruvbox-neutral_yellow))))
     `(isearch-fail                  ((t (:foreground ,gruvbox-light0 
:background ,gruvbox-bright_red))))
 
+    ;; markdown-mode
+    `(markdown-header-face-1                       ((t (:foreground 
,gruvbox-neutral_blue))))
+    `(markdown-header-face-2                       ((t (:foreground 
,gruvbox-neutral_yellow))))
+    `(markdown-header-face-3                       ((t (:foreground 
,gruvbox-neutral_purple))))
+    `(markdown-header-face-4                       ((t (:foreground 
,gruvbox-neutral_red))))
+    `(markdown-header-face-5                       ((t (:foreground 
,gruvbox-neutral_green))))
+    `(markdown-header-face-6                       ((t (:foreground 
,gruvbox-neutral_aqua))))
+    
     ;; anzu-mode
     `(anzu-mode-line        ((t (:foreground ,gruvbox-bright_yellow :weight 
bold))))
     `(anzu-match-1          ((t (:background ,gruvbox-bright_green))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]