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

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

[elpa] externals/nano-theme 17be8fdc63 08/21: Made org-code to use defau


From: ELPA Syncer
Subject: [elpa] externals/nano-theme 17be8fdc63 08/21: Made org-code to use default face.
Date: Mon, 31 Jan 2022 11:57:49 -0500 (EST)

branch: externals/nano-theme
commit 17be8fdc637488544363946eedb4da4d0b2e41bb
Author: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>
Commit: Nicolas P. Rougier <Nicolas.Rougier@inria.fr>

    Made org-code to use default face.
---
 nano-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nano-theme.el b/nano-theme.el
index 1370598c39..add8a49231 100644
--- a/nano-theme.el
+++ b/nano-theme.el
@@ -962,7 +962,7 @@ background color that is barely perceptible."
    '(org-checkbox-statistics-done            ((t (:inherit nano-faded))))
    '(org-checkbox-statistics-todo            ((t (:inherit nano-faded))))
    '(org-clock-overlay                       ((t (:inherit nano-faded))))
-   '(org-code                                ((t (:inherit nano-faded))))
+   '(org-code                                ((t (:inherit nano-default))))
    '(org-column                              ((t (:inherit nano-faded))))
    '(org-column-title                        ((t (:inherit nano-faded))))
    '(org-date                                ((t (:inherit nano-faded))))



reply via email to

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