aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.org5
-rw-r--r--yoshi-theme.el1
2 files changed, 6 insertions, 0 deletions
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)