1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Add setting for ‘org-fontify-whole-block-delimiter-line’

This commit is contained in:
Tom Willemse 2020-04-20 15:28:36 -07:00
parent b70b8a9c10
commit 4b682d2b2b
2 changed files with 6 additions and 0 deletions

View file

@ -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, block itself has been changed to match that of other highlighted backgrounds,
such as the posframe pop-ups for ivy and company. 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 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.2.0 :CUSTOM_ID: release-6.2.0

View file

@ -525,6 +525,7 @@
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow `(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
,fgblue ,fgmagenta ,fgcyan ,fgdim]) ,fgblue ,fgmagenta ,fgcyan ,fgdim])
`(fci-rule-color ,bgred) `(fci-rule-color ,bgred)
'(org-fontify-whole-block-delimiter-line t)
'(org-fontify-whole-heading-line t) '(org-fontify-whole-heading-line t)
'(window-divider-mode t) '(window-divider-mode t)
'(window-divider-default-right-width 1) '(window-divider-default-right-width 1)