aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'generic/proof-config.el')
-rw-r--r--generic/proof-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index e6026952..e3b9404a 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -593,8 +593,8 @@ Warning messages can come from proof assistant or from Proof General itself."
(defface proof-active-area-face
(proof-face-specs
- (:underline t)
- (:underline t)
+ (:background "lightyellow" :box (:line-width 2 :color "grey75" :style released-button))
+ (:background "darkyellow" :underline t)
(:underline t))
"*Face for showing active areas (clickable regions), outside of subterm markup."
:group 'proof-faces)