aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/proof-faces.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-11 19:52:06 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-11 19:52:06 +0000
commit2b3875a358f60680e62076eb755e46b867866c49 (patch)
tree3da1758127532bb9b5476b18eec5aaa8f024faae /generic/proof-faces.el
parentd74ddc0eab1e4ed3b182bee4975ff4c2bfe0048f (diff)
Make proof-boring-face a bit darker again so almost visible.
Diffstat (limited to 'generic/proof-faces.el')
-rw-r--r--generic/proof-faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-faces.el b/generic/proof-faces.el
index c64aad7a..9cc01e83 100644
--- a/generic/proof-faces.el
+++ b/generic/proof-faces.el
@@ -141,7 +141,7 @@ Warning messages can come from proof assistant or from Proof General itself."
(defface proof-boring-face
(proof-face-specs
- (:foreground "Gray85")
+ (:foreground "Gray75")
(:background "Gray30")
(:italic t))
"*Face for boring text in proof assistant output."