src/Tools/jEdit/src/isabelle_markup.scala
changeset 43453 3c9696efe6b4
parent 43436 13afd4634ac3
child 43548 f231a7594e54
--- a/src/Tools/jEdit/src/isabelle_markup.scala	Sat Jun 18 23:34:34 2011 +0200
+++ b/src/Tools/jEdit/src/isabelle_markup.scala	Sat Jun 18 23:51:22 2011 +0200
@@ -118,7 +118,7 @@
       Markup.TCLASS -> get_color("red"),
       Markup.TFREE -> get_color("#A020F0"),
       Markup.TVAR -> get_color("#A020F0"),
-      Markup.CONST -> get_color("dimgrey"),
+      Markup.CONST -> get_color("black"),
       Markup.FREE -> get_color("blue"),
       Markup.SKOLEM -> get_color("#D2691E"),
       Markup.BOUND -> get_color("green"),