diff options
author | Thanos Apollo <[email protected]> | 2024-01-10 14:27:34 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-10 15:06:28 +0200 |
commit | 02d0fef94b3eb520f38ab6486c355711d6fb8836 (patch) | |
tree | 9369b9a7e7afe0820256b737f94325be0af9fb58 | |
parent | fadc296ccca067a22a929524f62f5007de0d7e1f (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--
-rw-r--r-- | gnosis.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |