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 f0edc3e8..4d9cba4b 100644
--- a/isar/isar-syntax.el
+++ b/isar/isar-syntax.el
@@ -285,9 +285,9 @@ matches contents of quotes for quoted identifiers.")
(defface isabelle-string-face
(proof-face-specs
- (:foreground "springgreen4" :italic t)
- (:background "springgreen1" :italic t)
- (:italic t))
+ (:foreground "springgreen4")
+ (:background "springgreen1")
+ ())
"*Face for fontifying string contents in Isabelle."
:group 'proof-faces)