From d3cfbdcbb2be5d5356da7f54b2b0289a6e2bacfd Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sun, 14 Jan 2024 11:16:14 +0200 Subject: Add gnosis-face-next-review & update docstrings for faces --- gnosis.el | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'gnosis.el') diff --git a/gnosis.el b/gnosis.el index 7e3e3d0..2659a6e 100644 --- a/gnosis.el +++ b/gnosis.el @@ -77,12 +77,12 @@ (defface gnosis-face-extra '((t :inherit italic :foreground "#9C91E4")) - "Face for extra-notes from note." + "Face for extra-notes." :group 'gnosis-faces) (defface gnosis-face-main '((t :inherit default)) - "Face for main section from note." + "Face for the main section from note." :group 'gnosis-face-faces) (defface gnosis-face-seperator @@ -120,6 +120,11 @@ "Face for user choice." :group 'gnosis-face) +(defface gnosis-face-next-review + '((t :inherit bold)) + "Face for next review." + :group 'gnosis-face) + (cl-defun gnosis-select (value table &optional (restrictions '1=1)) -- cgit v1.2.3