diff editor.css @ 105:35006a6e1c47

Fixed more editor coderot and improved syntax/selection coloring a bit.
author Mike Pavone <pavone@retrodev.com>
date Thu, 11 Apr 2013 09:16:35 -0700
parents 93bbc4c8be95
children d715fb3c39ab
line wrap: on
line diff
--- a/editor.css	Thu Apr 11 00:12:21 2013 -0700
+++ b/editor.css	Thu Apr 11 09:16:35 2013 -0700
@@ -44,7 +44,7 @@
 
 #src .selected
 {
-	background-color: yellow;
+	background-color: #FFFFB0;
 }
 
 #editor
@@ -200,6 +200,16 @@
 	color: #FF1030;
 }
 
+.funpart
+{
+	color: #108030;
+}
+
+.args
+{
+	color: #1030C0;
+}
+
 .op > div
 {
 	display: inline-block;