pre.textmate-source.dawn {
	color: #080808;
	background-color: #F5F5F5;
}

pre.textmate-source.dawn ::selection {
	background-color: rgba(116, 150, 207, 0.30);
}
/* Comment */
pre.textmate-source.dawn .comment {
	color: #5F5A60;
	font-style: italic;
}

/* Constant */
pre.textmate-source.dawn .constant {
	color: #B4371F;
}

/* Entity */
pre.textmate-source.dawn .entity {
	color: #8D541F;
}

/* Keyword */
pre.textmate-source.dawn .keyword {
	color: #B57931;
}

/* Storage */
pre.textmate-source.dawn .storage {
	color: #CF5628;
}

/* String */
pre.textmate-source.dawn .string {
	color: #6D7D2A;
}

/* Support */
pre.textmate-source.dawn .support {
	color: #7D2C95;
}

/* Variable */
pre.textmate-source.dawn .variable {
	color: #7587A6;
}

/* Invalid – Deprecated */
pre.textmate-source.dawn .invalid_deprecated {
	color: #B52A1D;
	font-style: italic;
	text-decoration: underline;
	font-weight: bold
}

/* Invalid – Illegal */
pre.textmate-source.dawn .invalid_illegal {
	color: #F8F8F8;
	font-style: italic;
	text-decoration: underline;
	background-color: #B52A1D;
}

/* ♦ Embedded Source */
pre.textmate-source.dawn .text .source {
	background-color: rgba(169, 170, 203, 0.15);
}

/* ♦ Embedded Source (Bright) */
pre.textmate-source.dawn .text_html_ruby .source {
	background-color: rgba(141, 177, 236, 0.15);
}

/* ♦ Entity inherited-class */
pre.textmate-source.dawn .entity_other_inherited-class {
	color: #9B5C2E;
	font-style: italic;
}

/* ♦ String embedded-source */
pre.textmate-source.dawn .string_quoted .source {
	color: #78912B;
}

/* ♦ String constant */
pre.textmate-source.dawn .string .constant {
	color: #353291;
	font-weight: bold
}

/* ♦ String.regexp */
pre.textmate-source.dawn .string_regexp {
	color: #C39031;
}

/* ♦ String.regexp.«special» */
pre.textmate-source.dawn .string_regexp .constant_character_escaped, pre.textmate-source.dawn .string_regexp .source_ruby_embedded, pre.textmate-source.dawn .string_regexp .string_regexp_arbitrary-repitition {
	color: #BB6729;
}

/* ♦ String variable */
pre.textmate-source.dawn .string .variable {
	color: #6E959A;
	font-weight: bold
}

/* ♦ Support.function */
pre.textmate-source.dawn .support_function {
	color: #8D541F;
}

/* ♦ Support.constant */
pre.textmate-source.dawn .support_constant {
	color: #B4371F;
}

/* c C/C++ Preprocessor Line */
pre.textmate-source.dawn .other_preprocessor_c {
	color: #69707C;
}

/* c C/C++ Preprocessor Directive */
pre.textmate-source.dawn .other_preprocessor_c .entity {
	color: #3F5C80;
}

/* ✘ Doctype/XML Processing */
pre.textmate-source.dawn .meta_tag_sgml_doctype, pre.textmate-source.dawn .meta_tag_sgml_doctype .entity, pre.textmate-source.dawn .meta_tag_sgml_doctype .string, pre.textmate-source.dawn .meta_tag_preprocessor_xml, pre.textmate-source.dawn .meta_tag_preprocessor_xml .entity, pre.textmate-source.dawn .meta_tag_preprocessor_xml .string {
	color: #434548;
}

/* ✘ Meta.tag.«all» */
pre.textmate-source.dawn .declaration_tag, pre.textmate-source.dawn .declaration_tag .entity, pre.textmate-source.dawn .meta_tag, pre.textmate-source.dawn .meta_tag .entity {
	color: #8D541F;
}

/* § css tag-name */
pre.textmate-source.dawn .meta_selector_css .entity_name_tag {
	color: #78551F;
}

/* § css:pseudo-class */
pre.textmate-source.dawn .meta_selector_css .entity_other_attribute-name_tag_pseudo-class {
	color: #6D7B35;
}

/* § css#id */
pre.textmate-source.dawn .meta_selector_css .entity_other_attribute-name_id {
	color: #495C7B;
	font-weight: bold
}

/* § css.class */
pre.textmate-source.dawn .meta_selector_css .entity_other_attribute-name_class {
	color: #845A2C;
}

/* § css property-name: */
pre.textmate-source.dawn .support_type_property-name_css {
	color: #B57931;
}

/* § css property-value; */
pre.textmate-source.dawn .meta_property-group .support_constant_property-value_css, pre.textmate-source.dawn .meta_property-value .support_constant_property-value_css {
	color: #78912B;
}

/* § css @at-rule */
pre.textmate-source.dawn .meta_preprocessor_at-rule .keyword_control_at-rule {
	color: #576983;
}

/* § css additional-constants */
pre.textmate-source.dawn .meta_property-value .support_constant_named-color_css, pre.textmate-source.dawn .meta_property-value .constant {
	color: #B4371F;
}

/* § css constructor.argument */
pre.textmate-source.dawn .meta_constructor_argument_css {
	color: #7587A6;
}

/* ⎇ diff.header */
pre.textmate-source.dawn .meta_diff, pre.textmate-source.dawn .meta_diff_header {
	color: #F8F8F8;
	font-style: italic;
	background-color: #0E2231;
}

/* ⎇ diff.deleted */
pre.textmate-source.dawn .markup_deleted {
	color: #F8F8F8;
	background-color: #420E09;
}

/* ⎇ diff.changed */
pre.textmate-source.dawn .markup_changed {
	color: #F8F8F8;
	background-color: #4A410D;
}

/* ⎇ diff.inserted */
pre.textmate-source.dawn .markup_inserted {
	color: #F8F8F8;
	background-color: #253B22;
}

/* Markup: List */
pre.textmate-source.dawn .markup_list {
	color: #785327;
}

/* Markup: Heading */
pre.textmate-source.dawn .markup_heading .| .markup_heading .entity_name {
	color: #00237B;
	font-weight: bold
}

/* Markup Comment */
pre.textmate-source.dawn .markup .comment {
	color: #F67B37;
	font-style: italic;
}

/* Markup: Quote */
pre.textmate-source.dawn .markup_quote {
	color: #0B6125;
	font-style: italic;
	background-color: rgba(187, 187, 187, 0.19);
}

/* Markup: Italic */
pre.textmate-source.dawn .markup_italic {
	color: #243516;
	font-style: italic;
}

/* Markup: Bold */
pre.textmate-source.dawn .markup_bold {
	color: #2E250F;
	font-weight: bold
}

/* Markup: Underline */
pre.textmate-source.dawn .markup_underline {
	color: #982C06;
	text-decoration: underline;
}

/* Markup: Rule */
pre.textmate-source.dawn .markup_hr {
	color: #5F6A66;
}

/* Markup: Raw */
pre.textmate-source.dawn .markup_raw {
	color: #1E4E96;
	background-color: rgba(187, 187, 187, 0.19);
}


