summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis-faces.el10
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