forked from AntonNguyen/JavaScriptNext.tmLanguage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Monokai Phoenix.YAML-tmTheme
253 lines (208 loc) · 5.31 KB
/
Monokai Phoenix.YAML-tmTheme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
# [PackageDev] target_format: plist, ext: tmTheme
name: Monokai Phoenix
uuid: 5815b34d-fb7d-4593-bf0c-4f41f8b1f0a9
settings:
- settings:
activeGuide: '#9D550FB0'
background: '#111111'
bracketContentsForeground: '#F8F8F2A5'
bracketContentsOptions: underline
bracketsForeground: '#F8F8F2A5'
bracketsOptions: underline
caret: '#F8F8F0'
findHighlight: '#FFE792'
findHighlightForeground: '#000000'
foreground: '#F8F8F2'
invisibles: '#3B3A32'
lineHighlight: '#3E3D32'
selection: '#49483E'
selectionBorder: '#222218'
tagsOptions: stippled_underline
- name: comment
scope: comment
settings:
fontStyle: italic
foreground: '#75715E'
- name: String
scope: string
settings:
foreground: '#E6DB74'
- name: Built-in constant
scope: constant.language
settings:
foreground: '#AE81FF'
- name: User-defined constant
scope: constant.character, constant.other
settings:
foreground: '#AE81FF'
- name: Invalid
scope: invalid
settings:
background: '#F92672'
- name: constant
scope: constant
settings:
foreground: '#AE81FFA0'
- name: Keyword
scope: keyword
settings:
foreground: '#F92672'
- name: constant.numeric
scope: constant.numeric
settings:
foreground: '#AE81FF'
- name: Storage
scope: storage
settings:
foreground: '#F92672'
- name: storage.type
scope: storage.type
settings:
foreground: '#66D9EF'
- name: Support
scope: support
settings:
foreground: '#8A5C8DFF'
- name: Function arg
scope: meta.function.argument, variable.parameter, meta.parens.c
settings:
foreground: '#FD971F'
- name: invalid.illegal
scope: invalid.illegal
settings:
background: '#562D56BF'
foreground: '#FD5FF1FF'
- name: support.function
scope: support.function
settings:
foreground: '#A6E22E'
- name: meta.tag entity
scope: entity.name.tag
settings:
foreground: '#F92672'
- name: Attribute
scope: entity.other.attribute-name
settings:
foreground: '#A6E22E'
- name: entity.arrow.function.js
scope: entity.arrow.function.js
settings:
foreground: '#AA00FF'
- name: support.class.error.js
scope: support.class.error.js
settings:
foreground: '#FF5522'
- name: support.class.node.js
scope: support.class.node.js
settings:
foreground: '#1224FE'
- name: support.keyword.node.js
scope: support.keyword.node.js
settings:
fontStyle: bold
foreground: '#F92672'
- name: entity.name.module.js, variable.import.parameter.js, variable.other.class.js
scope: entity.name.module.js, variable.import.parameter.js, variable.other.class.js
settings:
foreground: '#A6E22E'
- name: entity.name.accessor.js
scope: entity.name.accessor.js
settings:
foreground: '#A6E22E'
- name: entity.name.method.js
scope: entity.name.method.js
settings:
foreground: '#A6E22E'
- name: meta.method.js
scope: meta.method.js
settings:
foreground: '#FFF'
- name: support.function
scope: support.function
settings:
foreground: '#66D9EF'
- name: Function name
scope: entity.name.function
settings:
foreground: '#A6E22E'
- name: entity.name.class.js
scope: entity.name.class.js
settings:
fontStyle: italic
foreground: '#A6E22E'
- name: entity.name.extends.js
scope: entity.name.extends.js
settings:
fontStyle: italic
foreground: '#00FF99'
- name: entity.other.attribute-name.id
scope: entity.other.attribute-name.id
settings:
foreground: '#A6E22E'
- name: class name
scope: meta.prototype support.class
settings:
foreground: '#A6E22E'
- name: Library constant
scope: support.constant
settings:
foreground: '#66D9EF'
- name: Library class/type
scope: support.type, support.class, variable.language
settings:
fontStyle: italic
foreground: '#66D9EF'
- name: js undefined
scope: constant.language.undefined.js
settings:
foreground: '#AE81FF'
- name: 'false'
scope: constant.language.boolean.false
settings:
foreground: '#AE81FF'
- name: 'true'
scope: constant.language.boolean.true
settings:
foreground: '#AE81FF'
- name: js null
scope: constant.language.null.js
settings:
foreground: '#AE81FF'
- name: Inherited class
scope: entity.other.inherited-class
settings:
fontStyle: italic underline
foreground: '#A6E22E'
- name: diff.header
scope: meta.diff, meta.diff.header, entity.name.namespace
settings:
foreground: '#75715E'
- name: diff.deleted
scope: markup.deleted
settings:
background: '#420E09FF'
foreground: '#F92672'
- name: diff.changed
scope: markup.changed
settings:
background: '#4A410DFF'
foreground: '#E6DB74'
- name: diff.inserted
scope: markup.inserted
settings:
background: '#253B22FF'
foreground: '#F8F8F8FF'
- name: Log Entry
scope: meta.line.entry.logfile, meta.line.exit.logfile
settings:
background: '#EEEEEE29'
foreground: '#F8F8F8FF'
- name: Log Entry Error
scope: meta.line.error.logfile
settings:
background: '#751012'
foreground: '#F8F8F8'
- name: JSON String
scope: meta.structure.dictionary.json string.quoted.double
settings:
foreground: '#CFCFC2'