From 02d0fef94b3eb520f38ab6486c355711d6fb8836 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 10 Jan 2024 14:27:34 +0200 Subject: gnosis-face-extra: Inherit italic Use italic face & change foreground value This way we keep the same face but do not depend on markdown-mode --Suggested by Protesilaos Stavrou-- --- gnosis.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 93ce244..f1d3b19 100644 --- a/gnosis.el +++ b/gnosis.el @@ -75,7 +75,8 @@ :prefix 'gnosis-face) (defface gnosis-face-extra - '((t :inherit markdown-italic-face)) + '((t :inherit italic + :foreground "#9C91E4")) "Face for extra-notes from note." :group 'gnosis-faces) -- cgit v1.2.3