emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ef-themes 81bbcd7ae1 097/281: Refine foreground for org


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 81bbcd7ae1 097/281: Refine foreground for org-code, org-verbatim
Date: Tue, 16 Aug 2022 16:58:22 -0400 (EDT)

branch: externals/ef-themes
commit 81bbcd7ae1a649a7fe2daeed2f49722055bab909
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Refine foreground for org-code, org-verbatim
---
 ef-themes.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ef-themes.el b/ef-themes.el
index fdc534b9f4..ba997b9c39 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]