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

Add some org-mode faces

This commit is contained in:
Tom Willemse 2023-08-01 00:25:37 -07:00
parent c4328b9073
commit 6cd544105e
2 changed files with 3 additions and 1 deletions

View file

@ -54,7 +54,7 @@ Add the cider faces: ~cider-test-success-face~ and ~cider-test-failure-face~.
** ADDED Some org-mode faces
Add the =org-code=, =org-verbatim=, =org-document-info-keyword=, and =org-meta-line= faces.
Add the =org-code=, =org-verbatim=, =org-document-info-keyword=, =org-meta-line=, =org-document-info=, and =org-table= faces.
** CHANGED All the gray faces

View file

@ -429,6 +429,7 @@
`(org-checkbox-statistics-todo ((t (:foreground ,fgcyan))))
`(org-code ((t (:background ,yoshi-1 :box ,(yoshi-theme--make-inline-box yoshi-1) :inherit fixed-pitch))))
`(org-date ((t (:foreground ,fgpink :underline unspecified))))
`(org-document-info ((t (:foreground ,brpurple))))
`(org-document-info-keyword ((t (:foreground ,yoshi-4 :inherit fixed-pitch))))
`(org-document-title ((t (:foreground ,fgorange :height 1.5))))
`(org-headline-done ((t (:foreground ,yoshi-4))))
@ -444,6 +445,7 @@
`(org-scheduled ((t (:foreground ,yoshi-4))))
`(org-scheduled-previously ((t (:weight bold))))
`(org-scheduled-today ((t (:foreground ,yoshi-6))))
`(org-table ((t (:foreground ,fgcyan :inherit fixed-pitch))))
`(org-time-grid ((t (:foreground ,fgorange))))
`(org-verbatim ((t (:foreground ,fgcyan :inherit fixed-pitch))))