From 935f591093e4f1d78b85a7fd23c4820d985a236a Mon Sep 17 00:00:00 2001 From: Afay Zangetsu Date: Sat, 7 Jul 2018 15:17:25 +0300 Subject: [PATCH] fix: begin and end lines block org ... [ci skip] --- themes/spolsky-term-theme.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/spolsky-term-theme.el b/themes/spolsky-term-theme.el index 19517f5..586c0eb 100644 --- a/themes/spolsky-term-theme.el +++ b/themes/spolsky-term-theme.el @@ -120,9 +120,9 @@ `(org-level-6 ((t (:foreground, *regexp*)))) `(org-level-7 ((t (:foreground, *warning*)))) `(org-level-8 ((t (:foreground, *variable*)))) - `(org-block-background ((t (:background "color-234")))) - `(org-block-begin-line ((t (:background, *visual-selection* :foreground, *string*)))) - `(org-block-end-line ((t (:background, *visual-selection* :foreground, *string*)))) + `(org-block-background ((t (:background "color-235")))) + `(org-block-begin-line ((t (:background, "color-233" :foreground, *string*)))) + `(org-block-end-line ((t (:background, "color-233" :foreground, *string*)))) )) ;;;###autoload