/*Editor syntax highlighting themes*/
/*Refer to https://manual.macromates.com/en/language_grammars at section 12.4 for the theme hierarchy*/
.atomOneDark .comment {
	color: #575a62;
}
.atomOneDark .constant.numeric.hex {
	color: #9932CC;
}
.atomOneDark .constant.numeric {
	color: #d19a66;
}
.atomOneDark .constant {
	color: #9932CC;
}
.atomOneDark .entity.name.function {
	color: #54a2ba;
}
.atomOneDark .entity.name {
	color: #98937B;
}
.atomOneDark .entity.other.attribute-name {
	color: #5F9EA0;
}
.atomOneDark .keyword.control {
	color: #ad6cc2;
	font-weight: bold;
}
.atomOneDark .keyword.operator {
	color: #ad6cc2;
	font-weight: bold;
}
.atomOneDark .keyword.other.documentation.task {
	color: #5595ff;
}
.atomOneDark .keyword.other.documentation {
	color: #7F9FBF;
}
.atomOneDark .meta.documentation.annotation {
	color: #7F9FBF;
}
.atomOneDark .meta.documentation.tag {
	color: #7F7F9F;
}
.atomOneDark .meta.preprocessor {
	color: #A4A4A4;
}
.atomOneDark .meta.tag.attribute {
	color: #d1884b;
}
.atomOneDark .meta.tag {
	color: #e06c70;
}
.atomOneDark .punctuation.operator {
	color: #53b1bd;
}
.atomOneDark .string.interpolated {
	color: #91b974;
}
.atomOneDark .string {
	color: #91b974;
}
.atomOneDark .support.type.propertyName {
	color: #9F4177;
}
.atomOneDark .variable.language {
	color: #7F0055;
	font-weight: bold;
}
.atomOneDark .variable.other {
	color: #a2a9ad;
}
.atomOneDark .variable.parameter {
	color: #a2a9ad;
}
/*Editor core themes*/
.atomOneDark .annotationLine.currentLine {
	background-color: #2c323c;
}
.atomOneDark .annotationRange.currentBracket {
	background-color: transparent;
	text-decoration: underline;
}
.atomOneDark .annotationRange.matchingBracket {
	background-color: transparent;
	text-decoration: underline;
}
.atomOneDark .annotationRange.matchingSearch.currentSearch {
	background-color: #53d1ff;
}
.atomOneDark .annotationRange.matchingSearch {
	background-color: #c3e1ff;
}
.atomOneDark .annotationRange.writeOccurrence {
	background-color: #3e4451;
}
.atomOneDark .ruler.annotations {
	background-color: #282c34;
}
.atomOneDark .ruler.overview {
	background-color: #282c34;
}
.atomOneDark .ruler {
	background-color: #282c34;
}
.atomOneDark .rulerLines {
	color: #CCCCCC;
}
.atomOneDark .textviewContent ::-moz-selection {
	background: transparent;
}
.atomOneDark .textviewContent ::selection {
	background: transparent;
}
.atomOneDark .textviewLeftRuler {
	border-color: #484c54;
}
.atomOneDark .textviewRightRuler {
	border-color: #484c54;
}
.atomOneDark .textviewSelection {
	background: #3e4451;
}
.atomOneDark .textviewSelectionUnfocused {
	background: #3e4451;
}
.atomOneDark.textview {
	background-color: #282c34;
	color: #a2a9ad;
	font-family: "Source Code Pro", "Consolas", "Monaco", "Vera Mono", monospace;
	font-size: 14px;
}
