1
0
Fork 0
mirror of https://git.sr.ht/~ryuslash/yoshi-theme synced 2025-01-31 03:15:52 +01:00

Update org faces

This commit is contained in:
Tom Willemse 2017-03-05 21:58:56 -08:00
parent 2424e9f3a1
commit c76b1659a8
2 changed files with 11 additions and 4 deletions

View file

@ -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

View file

@ -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)))