aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2010-08-11 19:52:06 +0000
committerDavid Aspinall2010-08-11 19:52:06 +0000
commit2b3875a358f60680e62076eb755e46b867866c49 (patch)
tree3da1758127532bb9b5476b18eec5aaa8f024faae
parentd74ddc0eab1e4ed3b182bee4975ff4c2bfe0048f (diff)
Make proof-boring-face a bit darker again so almost visible.
-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."