From 4b682d2b2b0008a8824aaf5e373c33b5b3dce1dd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Apr 2020 15:28:36 -0700 Subject: [PATCH] =?UTF-8?q?Add=20setting=20for=20=E2=80=98org-fontify-whol?= =?UTF-8?q?e-block-delimiter-line=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.org | 5 +++++ yoshi-theme.el | 1 + 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.org b/CHANGELOG.org index 9b8da5f..07d59a1 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -33,6 +33,11 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. block itself has been changed to match that of other highlighted backgrounds, such as the posframe pop-ups for ivy and company. +** ADDED the setting to fontify whole block delimiter lines + + With =org-fontify-whole-block-delimiter-line= set to =t= the org block colors + have a better appearance. + * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05 :PROPERTIES: :CUSTOM_ID: release-6.2.0 diff --git a/yoshi-theme.el b/yoshi-theme.el index b6e7273..c5890f6 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -525,6 +525,7 @@ `(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow ,fgblue ,fgmagenta ,fgcyan ,fgdim]) `(fci-rule-color ,bgred) + '(org-fontify-whole-block-delimiter-line t) '(org-fontify-whole-heading-line t) '(window-divider-mode t) '(window-divider-default-right-width 1)