comparison .cms/lib/codemirror/theme/ttcn.css @ 0:78edf6b517a0 draft

24.10
author Coffee CMS <info@coffee-cms.ru>
date Fri, 11 Oct 2024 22:40:23 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:78edf6b517a0
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
10 .cm-s-ttcn .cm-atom { color: #219; }
11 .cm-s-ttcn .cm-attribute { color: #00c; }
12 .cm-s-ttcn .cm-bracket { color: #997; }
13 .cm-s-ttcn .cm-comment { color: #333333; }
14 .cm-s-ttcn .cm-def { color: #00f; }
15 .cm-s-ttcn .cm-em { font-style: italic; }
16 .cm-s-ttcn .cm-error { color: #f00; }
17 .cm-s-ttcn .cm-hr { color: #999; }
18 .cm-s-ttcn .cm-invalidchar { color: #f00; }
19 .cm-s-ttcn .cm-keyword { font-weight:bold; }
20 .cm-s-ttcn .cm-link { color: #00c; text-decoration: underline; }
21 .cm-s-ttcn .cm-meta { color: #555; }
22 .cm-s-ttcn .cm-negative { color: #d44; }
23 .cm-s-ttcn .cm-positive { color: #292; }
24 .cm-s-ttcn .cm-qualifier { color: #555; }
25 .cm-s-ttcn .cm-strikethrough { text-decoration: line-through; }
26 .cm-s-ttcn .cm-string { color: #006400; }
27 .cm-s-ttcn .cm-string-2 { color: #f50; }
28 .cm-s-ttcn .cm-strong { font-weight: bold; }
29 .cm-s-ttcn .cm-tag { color: #170; }
30 .cm-s-ttcn .cm-variable { color: #8B2252; }
31 .cm-s-ttcn .cm-variable-2 { color: #05a; }
32 .cm-s-ttcn .cm-variable-3, .cm-s-ttcn .cm-type { color: #085; }
33
34 .cm-s-ttcn .cm-invalidchar { color: #f00; }
35
36 /* ASN */
37 .cm-s-ttcn .cm-accessTypes,
38 .cm-s-ttcn .cm-compareTypes { color: #27408B; }
39 .cm-s-ttcn .cm-cmipVerbs { color: #8B2252; }
40 .cm-s-ttcn .cm-modifier { color:#D2691E; }
41 .cm-s-ttcn .cm-status { color:#8B4545; }
42 .cm-s-ttcn .cm-storage { color:#A020F0; }
43 .cm-s-ttcn .cm-tags { color:#006400; }
44
45 /* CFG */
46 .cm-s-ttcn .cm-externalCommands { color: #8B4545; font-weight:bold; }
47 .cm-s-ttcn .cm-fileNCtrlMaskOptions,
48 .cm-s-ttcn .cm-sectionTitle { color: #2E8B57; font-weight:bold; }
49
50 /* TTCN */
51 .cm-s-ttcn .cm-booleanConsts,
52 .cm-s-ttcn .cm-otherConsts,
53 .cm-s-ttcn .cm-verdictConsts { color: #006400; }
54 .cm-s-ttcn .cm-configOps,
55 .cm-s-ttcn .cm-functionOps,
56 .cm-s-ttcn .cm-portOps,
57 .cm-s-ttcn .cm-sutOps,
58 .cm-s-ttcn .cm-timerOps,
59 .cm-s-ttcn .cm-verdictOps { color: #0000FF; }
60 .cm-s-ttcn .cm-preprocessor,
61 .cm-s-ttcn .cm-templateMatch,
62 .cm-s-ttcn .cm-ttcn3Macros { color: #27408B; }
63 .cm-s-ttcn .cm-types { color: #A52A2A; font-weight:bold; }
64 .cm-s-ttcn .cm-visibilityModifiers { font-weight:bold; }