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

Add ‘org-verbatim’ face

This commit is contained in:
Tom Willemse 2021-02-15 16:12:15 -08:00
parent 77036b1067
commit 4c4b29f346
2 changed files with 3 additions and 2 deletions

View file

@ -52,9 +52,9 @@ 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 ** ADDED Some org-mode faces
Add the face ~org-code~. Add the ~org-code~ and =org-verbatim= faces.
** CHANGED All the gray faces ** CHANGED All the gray faces

View file

@ -425,6 +425,7 @@
`(org-scheduled-previously ((t (:weight bold)))) `(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,yoshi-6)))) `(org-scheduled-today ((t (:foreground ,yoshi-6))))
`(org-time-grid ((t (:foreground ,fgorange)))) `(org-time-grid ((t (:foreground ,fgorange))))
`(org-verbatim ((t (:foreground ,fgcyan :inherit fixed-pitch))))
;;; Outline ;;; Outline
`(outline-1 ((t (:inherit org-level-1)))) `(outline-1 ((t (:inherit org-level-1))))