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

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

[nongnu] elpa/gruvbox-theme 69a6ddf6c7 219/258: Using slightly different


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 69a6ddf6c7 219/258: Using slightly different BG colors for source blocks (#138)
Date: Sat, 1 Jan 2022 01:59:48 -0500 (EST)

branch: elpa/gruvbox-theme
commit 69a6ddf6c7e8c84174b94900ba71ddd08ec0237f
Author: chama-chomo <34240896+chama-chomo@users.noreply.github.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Using slightly different BG colors for source blocks (#138)
---
 gruvbox.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gruvbox.el b/gruvbox.el
index d967b6f476..96ad5d5917 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -340,6 +340,9 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
      (org-agenda-done                           (:foreground 
gruvbox-bright_aqua))
      (org-headline-done                         (:foreground 
gruvbox-bright_aqua))
      (org-table                                 (:foreground 
gruvbox-bright_blue))
+     (org-block                                 (:background 
gruvbox-dark0_soft))
+     (org-block-begin-line                      (:background gruvbox-dark1))
+     (org-block-end-line                        (:background gruvbox-dark1))
      (org-formula                               (:foreground 
gruvbox-bright_yellow))
      (org-document-title                        (:foreground 
gruvbox-faded_blue))
      (org-document-info                         (:foreground 
gruvbox-faded_blue))



reply via email to

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