aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-faces.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-faces.el')
-rw-r--r--generic/proof-faces.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/generic/proof-faces.el b/generic/proof-faces.el
index 115d8667..b06a64fd 100644
--- a/generic/proof-faces.el
+++ b/generic/proof-faces.el
@@ -218,6 +218,13 @@ Warning messages can come from proof assistant or from Proof General itself."
"Proof General face for highlighting an error in the proof script. "
:group 'proof-faces)
+(defface proof-omitted-proof-face
+ (proof-face-specs
+ (:background "#EAEFFF" :extend t)
+ (:background "#9C4A90" :extend t)
+ (:foreground "white" :background "black" :extend t))
+ "*Face for background of omitted proofs"
+ :group 'proof-faces)
;;; Compatibility: these are required for use in GNU Emacs/font-lock-keywords