diff options
author | Thanos Apollo <[email protected]> | 2023-12-27 10:13:40 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-27 10:13:40 +0200 |
commit | d5fc50687144c505551b89e6c6817790d10bea50 (patch) | |
tree | 699bfcd8fa1c6bf33f0b15f2dce0de388058c88b /gnosis-faces.el | |
parent | 5242c12bfe461c20500dd7f82ad5325b199c4341 (diff) |
Add gnosis-face-cloze-correct & false
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index f6c3554..0d00946 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -60,6 +60,16 @@ "Face for user choice." :group 'gnosis-face) +(defface gnosis-face-cloze-correct + '((t :inherit homoglyph)) + "Face for user choice." + :group 'gnosis-face) + +(defface gnosis-face-cloze-false + '((t :inherit error)) + "Face for user choice." + :group 'gnosis-face) + (provide 'gnosis-faces) ;;; gnosis-faces.el ends here |