tuned colors -- more distance between outdated_color and quoted_color;
authorwenzelm
Tue, 30 Aug 2011 12:24:55 +0200
changeset 45466a9cf2380377d
parent 45465 ca3844a3dcf7
child 45467 3bc9a215a56d
tuned colors -- more distance between outdated_color and quoted_color;
src/Tools/jEdit/src/isabelle_markup.scala
     1.1 --- a/src/Tools/jEdit/src/isabelle_markup.scala	Tue Aug 30 12:01:07 2011 +0200
     1.2 +++ b/src/Tools/jEdit/src/isabelle_markup.scala	Tue Aug 30 12:24:55 2011 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5    def get_color(s: String): Color = ColorFactory.getInstance.getColor(s)
     1.6  
     1.7 -  val outdated_color = new Color(240, 240, 240)
     1.8 +  val outdated_color = new Color(238, 227, 227)
     1.9    val unfinished_color = new Color(255, 228, 225)
    1.10  
    1.11    val light_color = new Color(240, 240, 240)