/* Stylesheet generated from TextMate theme
 *
 * barf
 * bw <bw@desync.com>
 *
 */



pre.textmate-source {
	font-family: Monaco, monospace;
	font-size: 11px;
	line-height: 1.3em;
	word-wrap: break-word;
	white-space: pre;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -o-pre-wrap;
}

pre.textmate-source {
	color: #EEF2F7;
	background-color: rgb(21, 25, 30);
}

pre.textmate-source .linenum {
	width: 75px;
	padding: 0.1em 1em 0.2em 0;
	color: #888;
	background-color: #eee;
}
pre.textmate-source span {
   padding-top: 0.2em;
   padding-bottom: 0.1em;
}
pre.textmate-source ::selection {
	background-color: rgba(144, 178, 213, 0.34);
}
/* Comment */
pre.textmate-source .comment {
	color: #6E6E6E;
	font-style: italic;
}

/* String */
pre.textmate-source .string {
	color: #5C81B3;
}

/* Number */
pre.textmate-source .constant_numeric {
	color: #C1E1B8;
}

/* Built-in constant */
pre.textmate-source .constant_language {
	color: #53667D;
}

/* User-defined constant */
pre.textmate-source .constant_character, pre.textmate-source .constant_other {
	color: #53667D;
}

/* Variable */
pre.textmate-source .variable_language, pre.textmate-source .variable_other {
	color: #708E67;
}

/* Keyword */
pre.textmate-source .keyword {
	color: #697A8E;
	font-weight: bold;
}

/* Storage */
pre.textmate-source .storage {
	color: #A3D295;
	font-weight: bold;
}

/* Class name */
pre.textmate-source .entity_name_class {
}

/* Inherited class */
pre.textmate-source .entity_other_inherited-class {
}

/* Tag name */
pre.textmate-source .entity_name_tag {
	color: #A3D295;
}

/* function name */
pre.textmate-source .entity_name_function {
	background-color: #282E36;
}

/* Tag attribute */
pre.textmate-source .entity_other_attribute-name {
	color: #708E67;
}

/* Library function */
pre.textmate-source .support_function {
	color: #BACCE1;
	font-weight: bold;
}

/* Library constant */
pre.textmate-source .support_constant {
}

/* Library class/type */
pre.textmate-source .support_type, pre.textmate-source .support_class {
}

/* Library variable */
pre.textmate-source .support_other_variable {
}

/* Invalid */
pre.textmate-source .invalid {
	color: #FF0000;
	background-color: rgba(255, 255, 255, 0.60);
}


