diff options
| author | 2017-03-05 21:58:56 -0800 | |
|---|---|---|
| committer | 2017-03-05 21:58:56 -0800 | |
| commit | c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263 (patch) | |
| tree | afe3f8239ff33700a007753514b3decf5de56027 /yoshi-theme.el | |
| parent | 2424e9f3a17f11d82a48cc308248034f08b0788a (diff) | |
| download | yoshi-theme-c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263.tar.gz yoshi-theme-c76b1659a8e5cfccbdfcfe971ef6fcb3b7cd0263.zip | |
Update org faces
Diffstat (limited to 'yoshi-theme.el')
| -rw-r--r-- | yoshi-theme.el | 9 |
1 files changed, 5 insertions, 4 deletions
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))) |
