aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-29 23:38:05 -0700
committerGravatar Tom Willemse2017-03-30 00:00:14 -0700
commit07de329db6b288a85421687d34821669055122c2 (patch)
tree52f108e04e72f314bb7cca565d684c250755f04f
parent7e14fad678745232683f1b69b1b54c214722faf5 (diff)
downloadyoshi-theme-07de329db6b288a85421687d34821669055122c2.tar.gz
yoshi-theme-07de329db6b288a85421687d34821669055122c2.zip
Make org faces stand out some more
-rw-r--r--CHANGELOG.org3
-rw-r--r--yoshi-theme.el4
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))))