Skip to content

Commit

Permalink
[Fix #321] Scale org-document-title only if zenburn-scale-org-headlin…
Browse files Browse the repository at this point in the history
…es is t (#324)
  • Loading branch information
matteo-l authored and bbatsov committed May 9, 2019
1 parent 0f14f78 commit cf268af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Binary file modified screenshots/overview.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion zenburn-theme.el
Expand Up @@ -1197,7 +1197,9 @@ Also bind `class' to ((class color) (min-colors 89))."
`(org-ellipsis ((t (:foreground ,zenburn-yellow-1 :underline t))))
`(org-footnote ((t (:foreground ,zenburn-cyan :underline t))))
`(org-document-title ((t (:inherit ,z-variable-pitch :foreground ,zenburn-blue
:weight bold :height ,zenburn-height-plus-4))))
:weight bold
,@(when zenburn-scale-org-headlines
(list :height zenburn-height-plus-4))))))
`(org-document-info ((t (:foreground ,zenburn-blue))))
`(org-habit-ready-face ((t :background ,zenburn-green)))
`(org-habit-alert-face ((t :background ,zenburn-yellow-1 :foreground ,zenburn-bg)))
Expand Down

0 comments on commit cf268af

Please sign in to comment.