branch: externals/nano-theme commit 9e0f0ade1fdccb5528866bccf11919dc3a36c4ec Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Added elpher faces --- nano-theme-support.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nano-theme-support.el b/nano-theme-support.el index 9a0241fb7c..806ced686e 100644 --- a/nano-theme-support.el +++ b/nano-theme-support.el @@ -1306,7 +1306,11 @@ background color that is barely perceptible." '(rst-reference ((t (:inherit nano-salient)))) '(rst-transition ((t (:inherit nano-default)))) - + ;; --- Elpher ---------------------------------------------------- + '(elpher-gemini-heading1 ((t (:inherit nano-strong)))) + '(elpher-gemini-heading2 ((t (:inherit nano-strong)))) + '(elpher-gemini-heading3 ((t (:inherit nano-strong)))) + ;; ---SHR --------------------------------------------------------- '(shr-abbreviation ((t (:inherit nano-popout)))) '(shr-text ((t (:inherit nano-default))))