Refine foreground for org-code, org-verbatim

This commit is contained in:
Protesilaos Stavrou 2022-08-14 09:43:23 +03:00
parent ebb7393050
commit 81bbcd7ae1
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA

View file

@ -517,7 +517,7 @@ When called from Lisp, THEME is a symbol."
`(org-checkbox-statistics-done ((,c :inherit org-done)))
`(org-checkbox-statistics-todo ((,c :inherit org-todo)))
`(org-clock-overlay ((,c :background ,bg-alt :foreground ,red-cooler)))
`(org-code ((,c :foreground ,builtin)))
`(org-code ((,c :foreground ,fnname)))
`(org-column ((,c :inherit default :background ,bg-alt)))
`(org-column-title ((,c :inherit (bold default) :underline t :background ,bg-alt)))
`(org-date ((,c :foreground ,date)))
@ -568,7 +568,7 @@ When called from Lisp, THEME is a symbol."
`(org-todo ((,c :foreground ,err)))
`(org-upcoming-deadline ((,c :foreground ,warning)))
`(org-upcoming-distant-deadline ((,c :inherit org-upcoming-deadline)))
`(org-verbatim ((,c :foreground ,constant)))
`(org-verbatim ((,c :foreground ,variable)))
`(org-verse (( )))
`(org-warning ((,c :inherit warning)))
;;;; orderless