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

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

[nongnu] elpa/gruvbox-theme eabde642c1 209/258: Fixes a typo in org-draw


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme eabde642c1 209/258: Fixes a typo in org-drawer color definition
Date: Sat, 1 Jan 2022 01:59:47 -0500 (EST)

branch: elpa/gruvbox-theme
commit eabde642c16db40e2bcfd43a671b2c668cb47f04
Author: JulHee <JulHeeger@gmail.com>
Commit: JulHee <JulHeeger@gmail.com>

    Fixes a typo in org-drawer color definition
---
 gruvbox.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index 293ed9f63f..eb4681eaef 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -323,7 +323,7 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (org-level-7                               (:foreground 
gruvbox-faded_blue))
      (org-level-8                               (:foreground 
gruvbox-bright_orange))
      (org-special-keyword                       (:inherit 
'font-lock-comment-face))
-     (org-drawer                                (:inherit 
'font-lock-function-face))
+     (org-drawer                                (:inherit 
'font-lock-function-name-face))
      (org-column                                (:background gruvbox-dark0))
      (org-column-title                          (:background gruvbox-dark0 
:underline t :weight 'bold))
      (org-warning                               (:foreground 
gruvbox-bright_red :weight 'bold :underline nil :bold t))



reply via email to

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