From 72e32b259215bda786365b70d267abefe4f929d7 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 11 Aug 2010 13:20:13 +0000 Subject: isabelle-string-face: switch to a more traditional green (strings are brown, but logic is green) --- isar/isar-syntax.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'isar') 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) -- cgit v1.2.3