aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-syntax.el
diff options
context:
space:
mode:
Diffstat (limited to 'isar/isar-syntax.el')
-rw-r--r--isar/isar-syntax.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el
index 176ae5f0..6b48cce7 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -281,12 +281,12 @@ matches contents of quotes for quoted identifiers.")
(return t)))))
-;; ----- Isabelle inner syntax hilite
+;; ----- Isabelle inner syntax highlight
(defface isabelle-string-face
(proof-face-specs
- (:foreground "darkgray")
- (:background "lightgray")
+ (:foreground "springgreen4")
+ (:background "springgreen1")
(:italic t))
"*Face used instead of `font-lock-string-face' for Isar."
:group 'proof-faces)