.cm-quote {
  color: #090;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-header, .cm-strong {
  font-weight: bold;
}
.cm-em {
  font-style: italic;
}
.cm-link {
  text-decoration: underline;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-header {
  font-weight: bold;
  color: #00f;
}

.cm-atom {
  color: #219;
}
.cm-attribute {
  color: #00c;
}
.cm-bracket {
  color: #997;
}
.cm-comment {
  color: #333;
}
.cm-def {
  color: #00f;
}
.cm-em {
  font-style: italic;
}
.cm-error {
  color: #f00;
}
.cm-hr {
  color: #999;
}
.cm-invalidchar {
  color: #f00;
}
.cm-keyword {
  font-weight: bold;
}
.cm-link {
  color: #00c;
  text-decoration: underline;
}
.cm-meta {
  color: #555;
}
.cm-negative {
  color: #d44;
}
.cm-positive {
  color: #292;
}
.cm-qualifier {
  color: #555;
}
.cm-strikethrough {
  text-decoration: line-through;
}
.cm-string {
  color: #006400;
}
.cm-string-2 {
  color: #f50;
}
.cm-strong {
  font-weight: bold;
}
.cm-tag {
  color: #170;
}
.cm-variable {
  color: #8b2252;
}
.cm-variable-2 {
  color: #05a;
}
.cm-variable-3 {
  color: #085;
}

.cm-s-default .cm-error {
  color: #f00;
}
.cm-invalidchar {
  color: #f00;
}

/* ASN */
.cm-s-ttcn .cm-accessTypes,
.cm-s-ttcn .cm-compareTypes {
  color: #27408b;
}
.cm-s-ttcn .cm-cmipVerbs {
  color: #8b2252;
}
.cm-s-ttcn .cm-modifier {
  color: #d2691e;
}
.cm-s-ttcn .cm-status {
  color: #8b4545;
}
.cm-s-ttcn .cm-storage {
  color: #a020f0;
}
.cm-s-ttcn .cm-tags {
  color: #006400;
}

/* CFG */
.cm-s-ttcn .cm-externalCommands {
  font-weight: bold;
  color: #8b4545;
}
.cm-s-ttcn .cm-fileNCtrlMaskOptions,
.cm-s-ttcn .cm-sectionTitle {
  font-weight: bold;
  color: #2e8b57;
}

/* TTCN */
.cm-s-ttcn .cm-booleanConsts,
.cm-s-ttcn .cm-otherConsts,
.cm-s-ttcn .cm-verdictConsts {
  color: #006400;
}
.cm-s-ttcn .cm-configOps,
.cm-s-ttcn .cm-functionOps,
.cm-s-ttcn .cm-portOps,
.cm-s-ttcn .cm-sutOps,
.cm-s-ttcn .cm-timerOps,
.cm-s-ttcn .cm-verdictOps {
  color: #00f;
}
.cm-s-ttcn .cm-preprocessor,
.cm-s-ttcn .cm-templateMatch,
.cm-s-ttcn .cm-ttcn3Macros {
  color: #27408b;
}
.cm-s-ttcn .cm-types {
  font-weight: bold;
  color: #a52a2a;
}
.cm-s-ttcn .cm-visibilityModifiers {
  font-weight: bold;
}
