diff options
author | Thanos Apollo <[email protected]> | 2023-12-25 07:05:29 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-25 07:05:29 +0200 |
commit | b30a3011833c2c175743a761f72f67c592a7726a (patch) | |
tree | c09d096b8b869964c2d1816da78d88649cb9c764 | |
parent | 6267dd0904cb2dec4b6e2d23f6d86e3657890ce9 (diff) |
Update face-seperator & add face for correct-answer
-rw-r--r-- | gnosis-faces.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnosis-faces.el b/gnosis-faces.el index 9d8875d..49c99e4 100644 --- a/gnosis-faces.el +++ b/gnosis-faces.el @@ -46,10 +46,14 @@ :group 'gnosis-face-faces) (defface gnosis-face-seperator - '((t :inherit homoglyph)) + '((t :inherit warning)) "Face for section seperator." :group 'gnosis-face) +(defface gnosis-face-correct-answer + '((t :inherit info-xref)) + "Face for section seperator." + :group 'gnosis-face) (provide 'gnosis-faces) ;;; gnosis-faces.el ends here |