diff options
Diffstat (limited to 'gnosis-faces.el')
-rw-r--r-- | gnosis-faces.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index 0d00946..116c90f 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -60,12 +60,12 @@ "Face for user choice." :group 'gnosis-face) -(defface gnosis-face-cloze-correct +(defface gnosis-face-correct '((t :inherit homoglyph)) "Face for user choice." :group 'gnosis-face) -(defface gnosis-face-cloze-false +(defface gnosis-face-false '((t :inherit error)) "Face for user choice." :group 'gnosis-face) |