summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-06-27 14:17:49 +0300
committerThanos Apollo <[email protected]>2024-06-27 14:17:49 +0300
commit0d4b92cfd8e1b8d210cf80a689979eaef2ada756 (patch)
tree1a19a003bc3303b65c728426ab8b52dafa877a55
parentbc5c8bbad44f4782fafeaecba3b23585c400d53b (diff)
gnosis-face-separator: Use strike-through & adjust for light bg
-rw-r--r--gnosis.el4
1 files changed, 3 insertions, 1 deletions
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)