diff options
| author | 2020-04-20 15:28:36 -0700 | |
|---|---|---|
| committer | 2020-04-20 15:30:39 -0700 | |
| commit | 4b682d2b2b0008a8824aaf5e373c33b5b3dce1dd (patch) | |
| tree | d28c1c7b113d093c1099d77d983b2dfa0235ef7a | |
| parent | b70b8a9c1051c01d152f03943abedbc7f253e3f3 (diff) | |
| download | yoshi-theme-4b682d2b2b0008a8824aaf5e373c33b5b3dce1dd.tar.gz yoshi-theme-4b682d2b2b0008a8824aaf5e373c33b5b3dce1dd.zip | |
Add setting for ‘org-fontify-whole-block-delimiter-line’
| -rw-r--r-- | CHANGELOG.org | 5 | ||||
| -rw-r--r-- | yoshi-theme.el | 1 |
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) |
