Skip to main content

out/TextMate_dark.tmTheme

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