aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2008-08-03 20:51:50 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2008-08-03 20:51:50 +0000
commit544f8fa496fd035398bd09e87b8023bf8cbc8cab (patch)
tree48adf65d1e4ca9dd69605359077f12d541c5b4e1 /generic
parent60d7a20328d9e3a2b34f3761f2b2a8e82dff9238 (diff)
Make proof-locked-face much lighter
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-config.el5
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/proof-config.el b/generic/proof-config.el
index 6c742246..b83ca8e8 100644
--- a/generic/proof-config.el
+++ b/generic/proof-config.el
@@ -473,10 +473,7 @@ not listed here, you may not get the correct syntax colouring behaviour.")
(proof-face-specs
;; This colour is quite subjective and may be best chosen according
;; to the type of display you have.
- ;; PG 3.3: lavender, later "lightcyan"
- ;; PG 3.4,3.5: lightsteelblue (stronger colour, more visible on data projectors)
- ;; PG 4.0: lightsteelblue1 (lighter again, even than lavender)
- (:background "lightsteelblue1")
+ (:background "#eaf8ff")
(:background "darkblue")
(:underline t))
"*Face for locked region of proof script (processed commands)."