summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-10 14:27:34 +0200
committerThanos Apollo <[email protected]>2024-01-10 15:06:28 +0200
commit02d0fef94b3eb520f38ab6486c355711d6fb8836 (patch)
tree9369b9a7e7afe0820256b737f94325be0af9fb58 /gnosis.el
parentfadc296ccca067a22a929524f62f5007de0d7e1f (diff)
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--
Diffstat (limited to 'gnosis.el')
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
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)