Refine mapping of colour for org code

This commit is contained in:
Protesilaos Stavrou 2022-08-16 22:30:24 +03:00
parent 6cf9f27a26
commit ef71477549
No known key found for this signature in database
GPG Key ID: 99BD6459CD5CA3EA
1 changed files with 3 additions and 3 deletions

View File

@ -756,7 +756,7 @@ Helper function for `ef-themes-preview-colors'."
`(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 ,fnname)))
`(org-code ((,c :foreground ,accent-1)))
`(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)))
@ -786,7 +786,7 @@ Helper function for `ef-themes-preview-colors'."
`(org-level-8 ((,c :inherit bold :foreground ,rainbow-8 :height 1.0)))
`(org-link ((,c :inherit link)))
`(org-list-dt ((,c :inherit bold)))
`(org-macro ((,c :foreground ,keyword)))
`(org-macro ((,c :foreground ,accent-2)))
`(org-meta-line ((,c :inherit shadow)))
`(org-mode-line-clock (( )))
`(org-mode-line-clock-overrun ((,c :inherit bold :foreground ,err)))
@ -807,7 +807,7 @@ Helper function for `ef-themes-preview-colors'."
`(org-todo ((,c :foreground ,err)))
`(org-upcoming-deadline ((,c :foreground ,warning)))
`(org-upcoming-distant-deadline ((,c :inherit org-upcoming-deadline)))
`(org-verbatim ((,c :foreground ,variable)))
`(org-verbatim ((,c :foreground ,accent-0)))
`(org-verse (( )))
`(org-warning ((,c :inherit warning)))
;;;; org-modern