diff src/nabble/view/web/util/codemirror/css/xmlcolors.css @ 0:7ecd1a4ef557

add content
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 21 Mar 2019 19:15:52 -0600
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/nabble/view/web/util/codemirror/css/xmlcolors.css	Thu Mar 21 19:15:52 2019 -0600
@@ -0,0 +1,20 @@
+html {cursor: text;}
+.editbox {
+	margin: 0 .4em .4em;
+	padding: 0;
+	font-family: verdana, arial, sans-serif;
+	font-size: 11pt;
+	color: black;
+	background-color:white;
+}
+.editbox p {margin: 0;}
+span.xml-tagname {color: #A0B;}
+span.xml-attribute {color: #281;}
+span.xml-punctuation {color: black;}
+span.xml-attname {color: #00F;}
+span.xml-comment {color: #A70;}
+span.xml-cdata {color: #48A;}
+span.xml-processing {color: #999;}
+span.xml-entity {color: #A22;}
+span.xml-error {color: #F00 !important;}
+span.xml-text {color: black;}