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:
parent
77036b1067
commit
4c4b29f346
2 changed files with 3 additions and 2 deletions
|
@ -52,9 +52,9 @@ Add the face =fill-column-indicator=.
|
|||
|
||||
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
|
||||
|
||||
|
|
|
@ -425,6 +425,7 @@
|
|||
`(org-scheduled-previously ((t (:weight bold))))
|
||||
`(org-scheduled-today ((t (:foreground ,yoshi-6))))
|
||||
`(org-time-grid ((t (:foreground ,fgorange))))
|
||||
`(org-verbatim ((t (:foreground ,fgcyan :inherit fixed-pitch))))
|
||||
|
||||
;;; Outline
|
||||
`(outline-1 ((t (:inherit org-level-1))))
|
||||
|
|
Loading…
Reference in a new issue