From 0d4b92cfd8e1b8d210cf80a689979eaef2ada756 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 27 Jun 2024 14:17:49 +0300 Subject: gnosis-face-separator: Use strike-through & adjust for light bg --- gnosis.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnosis.el b/gnosis.el index 532b6c7..70ffab3 100644 --- a/gnosis.el +++ b/gnosis.el @@ -193,7 +193,9 @@ Seperate the question/stem from options." :group 'gnosis-face-faces) (defface gnosis-face-separator - '((t :inherit warning)) + '((default :inherit org-hide) + (((background light)) :strike-through "gray70") + (t :strike-through "gray30")) "Face for section separator." :group 'gnosis-face) -- cgit v1.2.3