-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDracula art.YAML-tmTheme
executable file
·241 lines (198 loc) · 4.83 KB
/
Dracula art.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
# [PackageDev] target_format: plist, ext: tmTheme
name: Dracula
settings:
- settings:
activeGuide: '#9d550fb0'
background: '#202122'
bracketContentsForeground: '#f8f8f2a5'
bracketContentsOptions: underline
bracketsForeground: '#f8f8f2a5'
bracketsOptions: underline
caret: '#f8f8f0'
findHighlight: '#effb7b'
findHighlightForeground: '#000000'
foreground: '#f8f8f0'
invisibles: '#3b3a32'
lineHighlight: '#33353a'
selection: '#383a40'
selectionBorder: '#222218'
tagsOptions: stippled_underline
- name: Comment
scope: comment
settings:
fontStyle: ''
foreground: '#6272a4'
- name: String
scope: string
settings:
foreground: '#f1fa8c'
- name: Number
scope: constant.numeric
settings:
foreground: '#bd93f9'
- name: Built-in constant
scope: constant.language
settings:
foreground: '#bd93f9'
- name: User-defined constant
scope: constant.character, constant.other
settings:
foreground: '#bd93f9'
- name: Variable
scope: variable
settings:
fontStyle: ''
- name: Keyword
scope: keyword
settings:
foreground: '#ff79c6'
- name: Storage
scope: storage
settings:
fontStyle: ''
foreground: '#ff79c6'
- name: Storage type
scope: storage.type
settings:
fontStyle: italic
foreground: '#8be9fd'
- name: Class name
scope: entity.name.class
settings:
fontStyle: italic
foreground: '#50fa7b'
- name: Inherited class
scope: entity.other.inherited-class
settings:
fontStyle: italic underline
foreground: '#50fa7b'
- name: Function name
scope: entity.name.function
settings:
fontStyle: italic
foreground: '#50fa7b'
- name: Function argument
scope: variable.parameter
settings:
fontStyle: italic
foreground: '#ffb86c'
- name: Tag name
scope: entity.name.tag
settings:
fontStyle: ''
foreground: '#ff79c6'
- name: Tag attribute
scope: entity.other.attribute-name
settings:
fontStyle: ''
foreground: '#50fa7b'
- name: Library function
scope: support.function
settings:
fontStyle: ''
foreground: '#8be9fd'
- name: Library constant
scope: support.constant
settings:
fontStyle: ''
foreground: '#8be9fd'
- name: Library class/type
scope: support.type, support.class
settings:
fontStyle: italic
foreground: '#8be9fd'
- name: Library variable
scope: support.other.variable
settings:
fontStyle: ''
- name: Invalid
scope: invalid
settings:
background: '#ff79c6'
fontStyle: ''
foreground: '#f8f8f0'
- name: Invalid deprecated
scope: invalid.deprecated
settings:
background: '#bd93f9'
foreground: '#f8f8f0'
- name: JSON String
scope: meta.structure.dictionary.json string.quoted.double.json
settings:
foreground: '#8be9fd'
- name: YAML String
scope: string.unquoted.yaml
settings:
foreground: '#f8f8f0'
- name: diff.header
scope: meta.diff, meta.diff.header
settings:
foreground: '#6272a4'
- name: diff.deleted
scope: markup.deleted
settings:
foreground: '#ff79c6'
- name: diff.inserted
scope: markup.inserted
settings:
foreground: '#50fa7b'
- name: diff.changed
scope: markup.changed
settings:
foreground: '#f1fa8c'
- scope: constant.numeric.line-number.find-in-files - match
settings:
foreground: '#bd93f9'
- scope: entity.name.filename
settings:
foreground: '#f1fa8c'
- scope: message.error
settings:
foreground: '#ff5555'
################################################################################
## not defined in Monokai
################################################################################
- name: Flow
scope: meta.flowtype
settings:
background: '#282c33'
- name: Flow
scope: punctuation.separator.flowtype, punctuation.section.flowtype
settings:
fontStyle: bold
- name: String contents
scope: constant.character.escape
settings:
foreground: '#ff79c6'
- name: Function call
scope: meta.function-call variable.function
settings:
foreground: '#50fa7b'
- name: (like) Library class/type
scope: variable.language
settings:
fontStyle: italic
foreground: '#8be9fd'
- name: JSON Punctuation
scope: punctuation.definition.string.begin.json, punctuation.definition.string.end.json
settings:
foreground: '#f8f8f0'
- name: JSON String
scope: meta.structure.dictionary.value.json string.quoted.double.json
settings:
foreground: '#f1fa8c'
################################################################################
## art fixes
################################################################################
- name: JS Embedded in HTML String
scope: text.html string.quoted source.js
settings:
foreground: '#f8f8f0'
- name: JS Quoted String
scope: string.quoted.js
settings:
foreground: '#f1fa8c'
- name: JS Template String
scope: string.interpolated.js
settings:
foreground: '#f1fa8c'