branch: externals/nano-theme commit 17be8fdc637488544363946eedb4da4d0b2e41bb Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@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))))