Monorepo for Tangled
tangled.org
1{
2 "text-color": null,
3 "background-color": null,
4 "line-number-color": null,
5 "line-number-background-color": null,
6 "text-styles": {
7 "Annotation": {
8 "text-color": null,
9 "background-color": null,
10 "bold": false,
11 "italic": true,
12 "underline": false
13 },
14 "ControlFlow": {
15 "text-color": null,
16 "background-color": null,
17 "bold": true,
18 "italic": false,
19 "underline": false
20 },
21 "Error": {
22 "text-color": null,
23 "background-color": null,
24 "bold": true,
25 "italic": false,
26 "underline": false
27 },
28 "Alert": {
29 "text-color": null,
30 "background-color": null,
31 "bold": true,
32 "italic": false,
33 "underline": false
34 },
35 "Preprocessor": {
36 "text-color": null,
37 "background-color": null,
38 "bold": true,
39 "italic": false,
40 "underline": false
41 },
42 "Information": {
43 "text-color": null,
44 "background-color": null,
45 "bold": false,
46 "italic": true,
47 "underline": false
48 },
49 "Warning": {
50 "text-color": null,
51 "background-color": null,
52 "bold": false,
53 "italic": true,
54 "underline": false
55 },
56 "Documentation": {
57 "text-color": null,
58 "background-color": null,
59 "bold": false,
60 "italic": true,
61 "underline": false
62 },
63 "DataType": {
64 "text-color": "#8f4e8b",
65 "background-color": null,
66 "bold": false,
67 "italic": false,
68 "underline": false
69 },
70 "Comment": {
71 "text-color": null,
72 "background-color": null,
73 "bold": false,
74 "italic": true,
75 "underline": false
76 },
77 "CommentVar": {
78 "text-color": null,
79 "background-color": null,
80 "bold": false,
81 "italic": true,
82 "underline": false
83 },
84 "Keyword": {
85 "text-color": null,
86 "background-color": null,
87 "bold": true,
88 "italic": false,
89 "underline": false
90 }
91 }
92}
93