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

Add ‘org-code’ face

This commit is contained in:
Tom Willemse 2021-01-31 22:05:11 -08:00
parent c99b35bddb
commit af60ee88e2
2 changed files with 5 additions and 0 deletions

View file

@ -52,6 +52,10 @@ Add the face =fill-column-indicator=.
Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~. Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
** ADDED org-code face
Add the face ~org-code~.
* [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05 * [[https://github.com/ryuslash/yoshi-theme/compare/v6.1.0...v6.2.0][6.2.0]] -- 2019-05-05
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: release-6.2.0 :CUSTOM_ID: release-6.2.0

View file

@ -409,6 +409,7 @@
`(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71)))) `(org-block-end-line ((t (:foreground ,yoshi-4 :slant unspecified :background ,yoshi-1 :height 0.71))))
`(org-checkbox-statistics-done ((t (:foreground ,bgcyan)))) `(org-checkbox-statistics-done ((t (:foreground ,bgcyan))))
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan)))) `(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
`(org-code ((t (:background ,yoshi-1 :box unspecified :inherit unspecified))))
`(org-date ((t (:foreground ,fgpink :underline unspecified)))) `(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5)))) `(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4)))) `(org-headline-done ((t (:foreground ,yoshi-4))))