more jEdit colors;
authorwenzelm
Tue, 09 Dec 2014 20:00:45 +0100
changeset 59121 8ea2748241da
parent 59120 74fde39274d5
child 59122 c1dbcde94cd2
more jEdit colors;
etc/isabelle.css
--- a/etc/isabelle.css	Tue Dec 09 19:52:26 2014 +0100
+++ b/etc/isabelle.css	Tue Dec 09 20:00:45 2014 +0100
@@ -35,9 +35,11 @@
 
 .bold           { font-weight: bold; }
 
-.keyword        { font-weight: bold; }
+.keyword1       { color: #006699; font-weight: bold; }
+.command        { color: #006699; font-weight: bold; }
+.keyword2       { color: #009966; font-weight: bold; }
+.keyword        { color: #009966; font-weight: bold; }
 .operator       { }
-.command        { font-weight: bold; }
 .string         { color: #FF00CC; }
 .alt_string     { color: #CC00CC; }
 .verbatim       { color: #6600CC; }