aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 19:29:04 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-01-31 19:29:04 +0000
commit633fa7cece6f61ba396892188ff2c595f1df7772 (patch)
treeac131d5f5a91e5356c90429713479171be7d9472 /generic
parenta3337953b7b77bb51f85ab9b5bdc2c2e0114044d (diff)
More apparent decoration for active (sendback) areas
Diffstat (limited to 'generic')
-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)