pre.textmate-source.cobalt {
	color: #FFFFFF;
	background-color: #00182B;
}
pre.textmate-source.cobalt::selection {
	background-color: rgba(17, 139, 202, 0.27);
}
/* Constant */
pre.textmate-source.cobalt .constant {
	color: #FF4740;
}

/* Entity */
pre.textmate-source.cobalt .entity {
	color: #EFE900;
}

/* Keyword */
pre.textmate-source.cobalt .keyword {
	color: #FF8B01;
}

/* Storage */
pre.textmate-source.cobalt .storage {
	color: #F6F080;
}

/* String */
pre.textmate-source.cobalt .string {
	color: #25E133;
	background-color: rgba(7, 45, 10, 0.16);
}

/* Comment */
pre.textmate-source.cobalt .comment {
	color: #0099FF;
	background-color: rgba(0, 61, 102, 0.21);
}

/* Support */
pre.textmate-source.cobalt .support {
	color: #9DF39F;
}

/* Variable */
pre.textmate-source.cobalt .variable {
	color: #D1D1D1;
}

/* Lang Variable */
pre.textmate-source.cobalt .variable_language {
	color: #FF5590;
}

/* Function Call */
pre.textmate-source.cobalt .meta_function-call {
	color: #FFFCA4;
}

/* Invalid */
pre.textmate-source.cobalt .invalid {
	color: #F8F8F8;
	background-color: rgba(216, 41, 13, 0.75);
}

/* Embedded Source */
pre.textmate-source.cobalt .text .source {
	background-color: rgba(176, 179, 186, 0.08);
}

/* Embedded Source (Bright) */
pre.textmate-source.cobalt .text_html_ruby .source {
	background-color: rgba(177, 179, 186, 0.13);
}

/* Entity inherited-class */
pre.textmate-source.cobalt .entity_other_inherited-class {
	color: #8DECD7;
}

/* String embedded-source */
pre.textmate-source.cobalt .string_quoted .source {
	color: #9DF39F;
}

/* String constant */
pre.textmate-source.cobalt .string .constant {
	color: #9DF39F;
}

/* String.regexp */
pre.textmate-source.cobalt .string_regexp {
	color: #54FF9D;
}

/* String variable */
pre.textmate-source.cobalt .string .variable {
	color: #EDEF7D;
}

/* Support.function */
pre.textmate-source.cobalt .support_function {
	color: #FFB054;
}

/* Support.constant */
pre.textmate-source.cobalt .support_constant {
	color: #EB939A;
}

/* Exception */
pre.textmate-source.cobalt .support_class_exception {
	color: #FF000B;
	background-color: rgba(72, 1, 0, 0.25);
}

/* C/C++ Preprocessor Line */
pre.textmate-source.cobalt .other_preprocessor_c {
	color: #8996A8;
}

/* C/C++ Preprocessor Directive */
pre.textmate-source.cobalt .other_preprocessor_c .entity {
	color: #AFC4DB;
}

/* Doctype/XML Processing */
pre.textmate-source.cobalt .declaration_sgml_html .declaration_doctype, pre.textmate-source.cobalt .declaration_sgml_html .declaration_doctype .entity, pre.textmate-source.cobalt .declaration_sgml_html .declaration_doctype .string, pre.textmate-source.cobalt .declaration_xml-processing, pre.textmate-source.cobalt .declaration_xml-processing .entity, pre.textmate-source.cobalt .declaration_xml-processing .string {
	color: #73817D;
}

/* Meta.tag.A */
pre.textmate-source.cobalt .declaration_tag, pre.textmate-source.cobalt .declaration_tag .entity, pre.textmate-source.cobalt .meta_tag, pre.textmate-source.cobalt .meta_tag .entity {
	color: #9EFFFF;
}

/* css tag-name */
pre.textmate-source.cobalt .meta_selector_css .entity_name_tag {
	color: #9EFFFF;
}

/* css#id */
pre.textmate-source.cobalt .meta_selector_css .entity_other_attribute-name_id {
	color: #FFB454;
}

/* css.class */
pre.textmate-source.cobalt .meta_selector_css .entity_other_attribute-name_class {
	color: #5FE461;
}

/* css property-name: */
pre.textmate-source.cobalt .support_type_property-name_css {
	color: #9DF39F;
}

/* css property-value; */
pre.textmate-source.cobalt .meta_property-group .support_constant_property-value_css, pre.textmate-source.cobalt .meta_property-value .support_constant_property-value_css {
	color: #F6F080;
}

/* css @at-rule */
pre.textmate-source.cobalt .meta_preprocessor_at-rule .keyword_control_at-rule {
	color: #F6AA11;
}

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

/* css constructor.argument */
pre.textmate-source.cobalt .meta_constructor_argument_css {
	color: #EB939A;
}

/* diff.header */
pre.textmate-source.cobalt .meta_diff, pre.textmate-source.cobalt .meta_diff_header {
	color: #F8F8F8;
	background-color: #0E2231;
}

/* diff.deleted */
pre.textmate-source.cobalt .markup_deleted {
	color: #F8F8F8;
	background-color: #D03620;
}

/* diff.changed */
pre.textmate-source.cobalt .markup_changed {
	color: #F8F8F8;
	background-color: #C4B14A;
}

/* diff.inserted */
pre.textmate-source.cobalt .markup_inserted {
	color: #F8F8F8;
	background-color: #41A83E;
}

/* Raw Markup */
pre.textmate-source.cobalt .markup_raw {
	background-color: rgba(143, 221, 246, 0.19);
}

/* Block Quote */
pre.textmate-source.cobalt .markup_quote {
	background-color: rgba(0, 101, 181, 0.42);
}

/* List */
pre.textmate-source.cobalt .markup_list {
	background-color: rgba(86, 0, 94, 0.19);
}

/* Bold Markup */
pre.textmate-source.cobalt .markup_bold {
	color: #8592FF;
	font-weight: bold
}

/* Italic Markup */
pre.textmate-source.cobalt .markup_italic {
	color: #6CFF68;
	font-style: italic;
}

/* Heading Markup */
pre.textmate-source.cobalt .markup_heading {
	font-weight: bold
}