branch: externals/ef-themes commit ef71477549ad0d1f219ec0a1ff02a30a59128224 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Refine mapping of colour for org code --- ef-themes.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ef-themes.el b/ef-themes.el index 57d38ccb0c..477a9ce8ef 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -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