aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2017-03-05 21:58:56 -0800
committerGravatar Tom Willemse2017-03-05 21:58:56 -0800
commitc76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263 (patch)
treeafe3f8239ff33700a007753514b3decf5de56027
parent2424e9f3a17f11d82a48cc308248034f08b0788a (diff)
downloadyoshi-theme-c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263.tar.gz
yoshi-theme-c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263.zip
Update org faces
-rw-r--r--CHANGELOG.org6
-rw-r--r--yoshi-theme.el9
2 files changed, 11 insertions, 4 deletions
diff --git a/CHANGELOG.org b/CHANGELOG.org
index ff7caea..0d0bf8f 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -48,6 +48,12 @@ This project adheres to [[http://semver.org][Semantic Versioning]].
Make the foreground and background color on the =diff-hl-change=,
=diff-hl-add= and =diff-hl-remove= the same.
+** CHANGED the top 3 Org heading faces
+
+ 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.
+
** REMOVED the 10th rainbow delimiters depth face
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.0.0...v6.1.0][6.1.0]] -- 2015-11-20
diff --git a/yoshi-theme.el b/yoshi-theme.el
index 6a836e8..0c296f5 100644
--- a/yoshi-theme.el
+++ b/yoshi-theme.el
@@ -356,9 +356,9 @@
`(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))))
- `(org-level-2 ((t (:foreground ,fgcyan))))
- `(org-level-3 ((t (:foreground ,fgred))))
+ `(org-level-1 ((t (:foreground ,fggreen :underline t))))
+ `(org-level-2 ((t (:foreground ,fgcyan :weight bold))))
+ `(org-level-3 ((t (:foreground ,fgred :slant italic))))
`(org-level-4 ((t (:foreground ,fgblue))))
`(org-level-5 ((t (:foreground ,fgyellow))))
`(org-level-6 ((t (:foreground ,fgpurple))))
@@ -488,9 +488,10 @@
(custom-theme-set-variables
'yoshi
- `(fci-rule-color ,bgred)
`(ansi-color-names-vector [,bgdim ,fgred ,fggreen ,fgyellow
,fgblue ,fgmagenta ,fgcyan ,fgdim])
+ `(fci-rule-color ,bgred)
+ '(org-fontify-whole-heading-line t)
'(window-divider-mode t)
'(window-divider-default-right-width 1)))