ttcn.css 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. .cm-s-ttcn .cm-quote { color: #090; }
  2. .cm-s-ttcn .cm-negative { color: #d44; }
  3. .cm-s-ttcn .cm-positive { color: #292; }
  4. .cm-s-ttcn .cm-header, .cm-strong { font-weight: bold; }
  5. .cm-s-ttcn .cm-em { font-style: italic; }
  6. .cm-s-ttcn .cm-link { text-decoration: underline; }
  7. .cm-s-ttcn .cm-strikethrough { text-decoration: line-through; }
  8. .cm-s-ttcn .cm-header { color: #00f; font-weight: bold; }
  9. .cm-s-ttcn .cm-atom { color: #219; }
  10. .cm-s-ttcn .cm-attribute { color: #00c; }
  11. .cm-s-ttcn .cm-bracket { color: #997; }
  12. .cm-s-ttcn .cm-comment { color: #333333; }
  13. .cm-s-ttcn .cm-def { color: #00f; }
  14. .cm-s-ttcn .cm-em { font-style: italic; }
  15. .cm-s-ttcn .cm-error { color: #f00; }
  16. .cm-s-ttcn .cm-hr { color: #999; }
  17. .cm-s-ttcn .cm-invalidchar { color: #f00; }
  18. .cm-s-ttcn .cm-keyword { font-weight:bold; }
  19. .cm-s-ttcn .cm-link { color: #00c; text-decoration: underline; }
  20. .cm-s-ttcn .cm-meta { color: #555; }
  21. .cm-s-ttcn .cm-negative { color: #d44; }
  22. .cm-s-ttcn .cm-positive { color: #292; }
  23. .cm-s-ttcn .cm-qualifier { color: #555; }
  24. .cm-s-ttcn .cm-strikethrough { text-decoration: line-through; }
  25. .cm-s-ttcn .cm-string { color: #006400; }
  26. .cm-s-ttcn .cm-string-2 { color: #f50; }
  27. .cm-s-ttcn .cm-strong { font-weight: bold; }
  28. .cm-s-ttcn .cm-tag { color: #170; }
  29. .cm-s-ttcn .cm-variable { color: #8B2252; }
  30. .cm-s-ttcn .cm-variable-2 { color: #05a; }
  31. .cm-s-ttcn .cm-variable-3, .cm-s-ttcn .cm-type { color: #085; }
  32. .cm-s-ttcn .cm-invalidchar { color: #f00; }
  33. /* ASN */
  34. .cm-s-ttcn .cm-accessTypes,
  35. .cm-s-ttcn .cm-compareTypes { color: #27408B; }
  36. .cm-s-ttcn .cm-cmipVerbs { color: #8B2252; }
  37. .cm-s-ttcn .cm-modifier { color:#D2691E; }
  38. .cm-s-ttcn .cm-status { color:#8B4545; }
  39. .cm-s-ttcn .cm-storage { color:#A020F0; }
  40. .cm-s-ttcn .cm-tags { color:#006400; }
  41. /* CFG */
  42. .cm-s-ttcn .cm-externalCommands { color: #8B4545; font-weight:bold; }
  43. .cm-s-ttcn .cm-fileNCtrlMaskOptions,
  44. .cm-s-ttcn .cm-sectionTitle { color: #2E8B57; font-weight:bold; }
  45. /* TTCN */
  46. .cm-s-ttcn .cm-booleanConsts,
  47. .cm-s-ttcn .cm-otherConsts,
  48. .cm-s-ttcn .cm-verdictConsts { color: #006400; }
  49. .cm-s-ttcn .cm-configOps,
  50. .cm-s-ttcn .cm-functionOps,
  51. .cm-s-ttcn .cm-portOps,
  52. .cm-s-ttcn .cm-sutOps,
  53. .cm-s-ttcn .cm-timerOps,
  54. .cm-s-ttcn .cm-verdictOps { color: #0000FF; }
  55. .cm-s-ttcn .cm-preprocessor,
  56. .cm-s-ttcn .cm-templateMatch,
  57. .cm-s-ttcn .cm-ttcn3Macros { color: #27408B; }
  58. .cm-s-ttcn .cm-types { color: #A52A2A; font-weight:bold; }
  59. .cm-s-ttcn .cm-visibilityModifiers { font-weight:bold; }