From 07de329db6b288a85421687d34821669055122c2 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 29 Mar 2017 23:38:05 -0700 Subject: [PATCH] Make org faces stand out some more --- CHANGELOG.org | 3 ++- yoshi-theme.el | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index d1c3eb3..905a99e 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -60,7 +60,8 @@ This project adheres to [[http://semver.org][Semantic Versioning]]. Make the =org-level-1=, =org-level-2= and =org-level-3= stand out more by giving them and underline, bold weight and italic slant - respectively. + respectively. Also give the =org-level-1= and =org-level-2= some + extra height. ** REMOVED the 10th rainbow delimiters depth face diff --git a/yoshi-theme.el b/yoshi-theme.el index 96385ae..93e8735 100644 --- a/yoshi-theme.el +++ b/yoshi-theme.el @@ -368,8 +368,8 @@ `(org-date ((t (:foreground ,fgpink :underline unspecified)))) `(org-document-title ((t (:foreground ,fgorange :height 1.5)))) `(org-headline-done ((t (:foreground ,fgdim)))) - `(org-level-1 ((t (:foreground ,fggreen :underline t)))) - `(org-level-2 ((t (:foreground ,fgcyan :weight bold)))) + `(org-level-1 ((t (:foreground ,fggreen :underline t :height 1.2)))) + `(org-level-2 ((t (:foreground ,fgcyan :weight bold :height 1.1)))) `(org-level-3 ((t (:foreground ,fgred :slant italic)))) `(org-level-4 ((t (:foreground ,fgblue)))) `(org-level-5 ((t (:foreground ,fgyellow))))