From 69a6ddf6c7e8c84174b94900ba71ddd08ec0237f Mon Sep 17 00:00:00 2001 From: chama-chomo <34240896+chama-chomo@users.noreply.github.com> Date: Thu, 25 Apr 2019 08:22:12 +0200 Subject: [PATCH] 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 d967b6f..96ad5d5 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))