summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-14 11:16:14 +0200
committerThanos Apollo <[email protected]>2024-01-14 11:16:14 +0200
commitd3cfbdcbb2be5d5356da7f54b2b0289a6e2bacfd (patch)
tree257d32463f2f4aaf7af503e67a17ed9e53c6f7ec
parent5fefd3d4407bcc1c6ae02645f60cc665eca995fe (diff)
Add gnosis-face-next-review & update docstrings for faces
-rw-r--r--gnosis.el9
1 files changed, 7 insertions, 2 deletions
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))