You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. .cm-s-ttcn .cm-quote {
  2. color: #090;
  3. }
  4. .cm-s-ttcn .cm-negative {
  5. color: #d44;
  6. }
  7. .cm-s-ttcn .cm-positive {
  8. color: #292;
  9. }
  10. .cm-s-ttcn .cm-header, .cm-strong {
  11. font-weight: bold;
  12. }
  13. .cm-s-ttcn .cm-em {
  14. font-style: italic;
  15. }
  16. .cm-s-ttcn .cm-link {
  17. text-decoration: underline;
  18. }
  19. .cm-s-ttcn .cm-strikethrough {
  20. text-decoration: line-through;
  21. }
  22. .cm-s-ttcn .cm-header {
  23. color: #00f;
  24. font-weight: bold;
  25. }
  26. .cm-s-ttcn .cm-atom {
  27. color: #219;
  28. }
  29. .cm-s-ttcn .cm-attribute {
  30. color: #00c;
  31. }
  32. .cm-s-ttcn .cm-bracket {
  33. color: #997;
  34. }
  35. .cm-s-ttcn .cm-comment {
  36. color: #333333;
  37. }
  38. .cm-s-ttcn .cm-def {
  39. color: #00f;
  40. }
  41. .cm-s-ttcn .cm-em {
  42. font-style: italic;
  43. }
  44. .cm-s-ttcn .cm-error {
  45. color: #f00;
  46. }
  47. .cm-s-ttcn .cm-hr {
  48. color: #999;
  49. }
  50. .cm-s-ttcn .cm-invalidchar {
  51. color: #f00;
  52. }
  53. .cm-s-ttcn .cm-keyword {
  54. font-weight: bold;
  55. }
  56. .cm-s-ttcn .cm-link {
  57. color: #00c;
  58. text-decoration: underline;
  59. }
  60. .cm-s-ttcn .cm-meta {
  61. color: #555;
  62. }
  63. .cm-s-ttcn .cm-negative {
  64. color: #d44;
  65. }
  66. .cm-s-ttcn .cm-positive {
  67. color: #292;
  68. }
  69. .cm-s-ttcn .cm-qualifier {
  70. color: #555;
  71. }
  72. .cm-s-ttcn .cm-strikethrough {
  73. text-decoration: line-through;
  74. }
  75. .cm-s-ttcn .cm-string {
  76. color: #006400;
  77. }
  78. .cm-s-ttcn .cm-string-2 {
  79. color: #f50;
  80. }
  81. .cm-s-ttcn .cm-strong {
  82. font-weight: bold;
  83. }
  84. .cm-s-ttcn .cm-tag {
  85. color: #170;
  86. }
  87. .cm-s-ttcn .cm-variable {
  88. color: #8B2252;
  89. }
  90. .cm-s-ttcn .cm-variable-2 {
  91. color: #05a;
  92. }
  93. .cm-s-ttcn .cm-variable-3, .cm-s-ttcn .cm-type {
  94. color: #085;
  95. }
  96. .cm-s-ttcn .cm-invalidchar {
  97. color: #f00;
  98. }
  99. /* ASN */
  100. .cm-s-ttcn .cm-accessTypes,
  101. .cm-s-ttcn .cm-compareTypes {
  102. color: #27408B;
  103. }
  104. .cm-s-ttcn .cm-cmipVerbs {
  105. color: #8B2252;
  106. }
  107. .cm-s-ttcn .cm-modifier {
  108. color: #D2691E;
  109. }
  110. .cm-s-ttcn .cm-status {
  111. color: #8B4545;
  112. }
  113. .cm-s-ttcn .cm-storage {
  114. color: #A020F0;
  115. }
  116. .cm-s-ttcn .cm-tags {
  117. color: #006400;
  118. }
  119. /* CFG */
  120. .cm-s-ttcn .cm-externalCommands {
  121. color: #8B4545;
  122. font-weight: bold;
  123. }
  124. .cm-s-ttcn .cm-fileNCtrlMaskOptions,
  125. .cm-s-ttcn .cm-sectionTitle {
  126. color: #2E8B57;
  127. font-weight: bold;
  128. }
  129. /* TTCN */
  130. .cm-s-ttcn .cm-booleanConsts,
  131. .cm-s-ttcn .cm-otherConsts,
  132. .cm-s-ttcn .cm-verdictConsts {
  133. color: #006400;
  134. }
  135. .cm-s-ttcn .cm-configOps,
  136. .cm-s-ttcn .cm-functionOps,
  137. .cm-s-ttcn .cm-portOps,
  138. .cm-s-ttcn .cm-sutOps,
  139. .cm-s-ttcn .cm-timerOps,
  140. .cm-s-ttcn .cm-verdictOps {
  141. color: #0000FF;
  142. }
  143. .cm-s-ttcn .cm-preprocessor,
  144. .cm-s-ttcn .cm-templateMatch,
  145. .cm-s-ttcn .cm-ttcn3Macros {
  146. color: #27408B;
  147. }
  148. .cm-s-ttcn .cm-types {
  149. color: #A52A2A;
  150. font-weight: bold;
  151. }
  152. .cm-s-ttcn .cm-visibilityModifiers {
  153. font-weight: bold;
  154. }