diff options
author | Thanos Apollo <[email protected]> | 2024-01-14 11:16:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-14 11:16:14 +0200 |
commit | d3cfbdcbb2be5d5356da7f54b2b0289a6e2bacfd (patch) | |
tree | 257d32463f2f4aaf7af503e67a17ed9e53c6f7ec /gnosis.el | |
parent | 5fefd3d4407bcc1c6ae02645f60cc665eca995fe (diff) |
Add gnosis-face-next-review & update docstrings for faces
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -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)) |