Skip to main content

out/TextMate_light.tmTheme

1// Generated from palette 2477498-94fa872 at 2025-12-02T07:12:18.010804+00:00
2// See https://github.com/alexwlchan/colour-scheme
3{ settings = (
4 { settings = {
5 foreground = '#202020';
6 background = '#fafafa';
7 caret = '#202020';
8 invisibles = '#999999';
9 selection = '#ffeb12b3';
10 lineHighlight = '#ffeb12b3';
11 };
12 },
13 { name = 'Text base';
14 scope = 'text';
15 settings = {
16 foreground = '#202020';
17 background = '#fafafa';
18 };
19 },
20 { name = 'Source base';
21 scope = 'source - source source';
22 settings = {
23 foreground = '#202020';
24 background = '#fafafa';
25 };
26 },
27 { name = 'Text base';
28 scope = 'text';
29 settings = {
30 foreground = '#202020';
31 background = '#fafafa';
32 };
33 },
34 { name = 'Source base';
35 scope = 'source - source source';
36 settings = {
37 foreground = '#202020';
38 background = '#fafafa';
39 };
40 },
41 { name = 'Embedded source (text)';
42 scope = 'text meta.embedded';
43 settings = {
44 foreground = '#202020';
45 background = '#fafafa';
46 };
47 },
48 { name = 'Embedded source (source)';
49 scope = 'source meta.embedded';
50 settings = {
51 foreground = '#202020';
52 background = '#fafafa';
53 };
54 },
55 { name = 'comment';
56 scope = 'comment';
57 settings = {
58 foreground = '#d01c11';
59 };
60 },
61 { name = 'source comment.block';
62 scope = 'source comment.block';
63 settings = {
64 foreground = '#d01c11';
65 };
66 },
67 { name = 'constant';
68 scope = 'constant';
69 settings = {
70 foreground = '#c311d0';
71 };
72 },
73 { name = 'entity.name';
74 scope = 'entity.name';
75 settings = {
76 foreground = '#115bda';
77 };
78 },
79 { name = 'variable';
80 scope = 'variable';
81 settings = {
82 foreground = '#115bda';
83 };
84 },
85 { name = 'meta.class.ruby';
86 scope = 'meta.class.ruby';
87 settings = {
88 foreground = '#115bda';
89 };
90 },
91 { name = 'keyword.control.class.ruby';
92 scope = 'keyword.control.class.ruby';
93 settings = {
94 foreground = '#202020';
95 };
96 },
97 { name = 'meta.identifier.python';
98 scope = 'meta.identifier.python';
99 settings = {
100 foreground = '#115bda';
101 };
102 },
103 { name = 'markup.heading.1.markdown';
104 scope = 'markup.heading.1.markdown';
105 settings = {
106 foreground = '#115bda';
107 };
108 },
109 { name = 'markup.heading.2.markdown';
110 scope = 'markup.heading.2.markdown';
111 settings = {
112 foreground = '#115bda';
113 };
114 },
115 { name = 'markup.heading.3.markdown';
116 scope = 'markup.heading.3.markdown';
117 settings = {
118 foreground = '#115bda';
119 };
120 },
121 { name = 'markup.heading.4.markdown';
122 scope = 'markup.heading.4.markdown';
123 settings = {
124 foreground = '#115bda';
125 };
126 },
127 { name = 'markup.heading.5.markdown';
128 scope = 'markup.heading.5.markdown';
129 settings = {
130 foreground = '#115bda';
131 };
132 },
133 { name = 'markup.heading.6.markdown';
134 scope = 'markup.heading.6.markdown';
135 settings = {
136 foreground = '#115bda';
137 };
138 },
139 { name = 'string';
140 scope = 'string';
141 settings = {
142 foreground = '#1bad0e';
143 };
144 },
145 { name = 'string constant.character.escape';
146 scope = 'string constant.character.escape';
147 settings = {
148 foreground = '#1bad0e';
149 };
150 },
151 { name = 'string.interpolated';
152 scope = 'string.interpolated';
153 settings = {
154 foreground = '#1bad0e';
155 };
156 },
157 { name = 'string.literal';
158 scope = 'string.literal';
159 settings = {
160 foreground = '#1bad0e';
161 };
162 },
163 { name = 'string.interpolated constant.character.escape';
164 scope = 'string.interpolated constant.character.escape';
165 settings = {
166 foreground = '#1bad0e';
167 };
168 },
169 );