@yuntijs/ui 1.0.0-beta.8 → 1.0.0-beta.80

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (239) hide show
  1. package/es/Alert/index.d.ts +13 -0
  2. package/es/Alert/index.js +25 -0
  3. package/es/Alert/style.d.ts +4 -0
  4. package/es/Alert/style.js +13 -0
  5. package/es/App/index.d.ts +7 -0
  6. package/es/App/index.js +19 -0
  7. package/es/ButtonGroup/index.d.ts +24 -0
  8. package/es/ButtonGroup/index.js +66 -0
  9. package/es/Card/index.d.ts +1 -0
  10. package/es/Card/index.js +1 -0
  11. package/es/CardList/Item/index.d.ts +4 -0
  12. package/es/CardList/Item/index.js +43 -0
  13. package/es/CardList/Item/style.d.ts +0 -0
  14. package/es/CardList/Item/style.js +0 -0
  15. package/es/CardList/index.d.ts +2 -0
  16. package/es/CardList/index.js +39 -0
  17. package/es/ChatInputArea/desktop/ChatInputArea.d.ts +19 -0
  18. package/es/ChatInputArea/desktop/ChatInputArea.js +72 -0
  19. package/es/ChatInputArea/index.d.ts +6 -0
  20. package/es/ChatInputArea/index.js +6 -0
  21. package/es/ChatItem/components/MessageContent.d.ts +21 -0
  22. package/es/ChatItem/components/MessageContent.js +59 -0
  23. package/es/ChatItem/index.d.ts +4 -0
  24. package/es/ChatItem/index.js +120 -0
  25. package/es/ChatItem/style.d.ts +24 -0
  26. package/es/ChatItem/style.js +38 -0
  27. package/es/ChatItem/type.d.ts +82 -0
  28. package/es/ChatItem/type.js +1 -0
  29. package/es/CollapseGroup/index.d.ts +4 -0
  30. package/es/CollapseGroup/index.js +23 -0
  31. package/es/CollapseGroup/style.d.ts +3 -0
  32. package/es/CollapseGroup/style.js +11 -0
  33. package/es/ConfigProvider/index.d.ts +3 -0
  34. package/es/ConfigProvider/index.js +17 -11
  35. package/es/Descriptions/index.d.ts +14 -0
  36. package/es/Descriptions/index.js +31 -0
  37. package/es/Descriptions/style.d.ts +4 -0
  38. package/es/Descriptions/style.js +24 -0
  39. package/es/Divider/index.d.ts +38 -0
  40. package/es/Divider/index.js +66 -0
  41. package/es/Divider/style.d.ts +3 -0
  42. package/es/Divider/style.js +12 -0
  43. package/es/DragPanel/index.d.ts +10 -0
  44. package/es/DragPanel/index.js +97 -0
  45. package/es/DragPanel/style.d.ts +7 -0
  46. package/es/DragPanel/style.js +15 -0
  47. package/es/Drawer/index.d.ts +13 -0
  48. package/es/Drawer/index.js +20 -0
  49. package/es/Drawer/style.d.ts +4 -0
  50. package/es/Drawer/style.js +16 -0
  51. package/es/Dropdown/index.d.ts +14 -0
  52. package/es/Dropdown/index.js +59 -0
  53. package/es/Dropdown/style.d.ts +7 -0
  54. package/es/Dropdown/style.js +13 -0
  55. package/es/EditableMessage/index.d.ts +75 -0
  56. package/es/EditableMessage/index.js +99 -0
  57. package/es/Form/collapse-list/index.d.ts +40 -0
  58. package/es/Form/collapse-list/index.js +209 -0
  59. package/es/Form/collapse-list/style.d.ts +5 -0
  60. package/es/Form/collapse-list/style.js +13 -0
  61. package/es/Form/index.d.ts +8 -0
  62. package/es/Form/index.js +5 -0
  63. package/es/FormHelper/autoFocus.d.ts +10 -0
  64. package/es/FormHelper/autoFocus.js +38 -0
  65. package/es/FormHelper/index.d.ts +13 -0
  66. package/es/FormHelper/index.js +41 -0
  67. package/es/Highlighter/FullFeatured.d.ts +18 -0
  68. package/es/Highlighter/FullFeatured.js +102 -0
  69. package/es/Highlighter/SyntaxHighlighter/index.d.ts +7 -0
  70. package/es/Highlighter/SyntaxHighlighter/index.js +51 -0
  71. package/es/Highlighter/SyntaxHighlighter/style.d.ts +5 -0
  72. package/es/Highlighter/SyntaxHighlighter/style.js +16 -0
  73. package/es/Highlighter/index.d.ts +50 -0
  74. package/es/Highlighter/index.js +77 -0
  75. package/es/Highlighter/style.d.ts +9 -0
  76. package/es/Highlighter/style.js +23 -0
  77. package/es/Highlighter/theme.d.ts +1 -0
  78. package/es/Highlighter/theme.js +1661 -0
  79. package/es/LogViewer/index.d.ts +10 -0
  80. package/es/LogViewer/index.js +141 -0
  81. package/es/LogViewer/style.d.ts +6 -0
  82. package/es/LogViewer/style.js +16 -0
  83. package/es/LogViewer/types.d.ts +235 -0
  84. package/es/LogViewer/types.js +1 -0
  85. package/es/Mentions/constants.d.ts +6 -0
  86. package/es/Mentions/constants.js +28 -0
  87. package/es/Mentions/hooks.d.ts +20 -0
  88. package/es/Mentions/hooks.js +133 -0
  89. package/es/Mentions/index.d.ts +19 -0
  90. package/es/Mentions/index.js +136 -0
  91. package/es/Mentions/plugins/custom-text/node.d.ts +11 -0
  92. package/es/Mentions/plugins/custom-text/node.js +72 -0
  93. package/es/Mentions/plugins/mention-node/component.d.ts +6 -0
  94. package/es/Mentions/plugins/mention-node/component.js +64 -0
  95. package/es/Mentions/plugins/mention-node/index.d.ts +9 -0
  96. package/es/Mentions/plugins/mention-node/index.js +32 -0
  97. package/es/Mentions/plugins/mention-node/node.d.ts +23 -0
  98. package/es/Mentions/plugins/mention-node/node.js +97 -0
  99. package/es/Mentions/plugins/mention-node/replacement.d.ts +5 -0
  100. package/es/Mentions/plugins/mention-node/replacement.js +42 -0
  101. package/es/Mentions/plugins/mention-node/style.d.ts +8 -0
  102. package/es/Mentions/plugins/mention-node/style.js +47 -0
  103. package/es/Mentions/plugins/mention-node/utils.d.ts +4 -0
  104. package/es/Mentions/plugins/mention-node/utils.js +5 -0
  105. package/es/Mentions/plugins/mention-picker/hooks.d.ts +5 -0
  106. package/es/Mentions/plugins/mention-picker/hooks.js +39 -0
  107. package/es/Mentions/plugins/mention-picker/index.d.ts +36 -0
  108. package/es/Mentions/plugins/mention-picker/index.js +87 -0
  109. package/es/Mentions/plugins/mention-picker/menu-item.d.ts +11 -0
  110. package/es/Mentions/plugins/mention-picker/menu-item.js +71 -0
  111. package/es/Mentions/plugins/mention-picker/menu.d.ts +9 -0
  112. package/es/Mentions/plugins/mention-picker/menu.js +30 -0
  113. package/es/Mentions/plugins/mention-picker/style.d.ts +11 -0
  114. package/es/Mentions/plugins/mention-picker/style.js +19 -0
  115. package/es/Mentions/plugins/mention-picker/utils.d.ts +22 -0
  116. package/es/Mentions/plugins/mention-picker/utils.js +39 -0
  117. package/es/Mentions/plugins/on-blur-or-focus-block.d.ts +7 -0
  118. package/es/Mentions/plugins/on-blur-or-focus-block.js +36 -0
  119. package/es/Mentions/provider.d.ts +12 -0
  120. package/es/Mentions/provider.js +15 -0
  121. package/es/Mentions/style.d.ts +11 -0
  122. package/es/Mentions/style.js +22 -0
  123. package/es/Mentions/types.d.ts +17 -0
  124. package/es/Mentions/types.js +1 -0
  125. package/es/Mentions/utils.d.ts +9 -0
  126. package/es/Mentions/utils.js +95 -0
  127. package/es/Modal/index.d.ts +19 -0
  128. package/es/Modal/index.js +36 -0
  129. package/es/Modal/style.d.ts +4 -0
  130. package/es/Modal/style.js +17 -0
  131. package/es/MonacoEditor/base/controller.d.ts +17 -0
  132. package/es/MonacoEditor/base/controller.js +49 -0
  133. package/es/MonacoEditor/base/helper.d.ts +65 -0
  134. package/es/MonacoEditor/base/helper.js +324 -0
  135. package/es/MonacoEditor/base/index.d.ts +35 -0
  136. package/es/MonacoEditor/base/index.js +236 -0
  137. package/es/MonacoEditor/base/monaco.d.ts +6 -0
  138. package/es/MonacoEditor/base/monaco.js +64 -0
  139. package/es/MonacoEditor/base/style.d.ts +12 -0
  140. package/es/MonacoEditor/base/style.js +26 -0
  141. package/es/MonacoEditor/index.d.ts +2 -4
  142. package/es/MonacoEditor/index.js +26 -62
  143. package/es/MonacoEditor/style.js +3 -2
  144. package/es/Page/Breadcrumb/index.d.ts +9 -0
  145. package/es/Page/Breadcrumb/index.js +56 -0
  146. package/es/Page/Content/index.d.ts +4 -0
  147. package/es/Page/Content/index.js +59 -0
  148. package/es/Page/Content/style.d.ts +3 -0
  149. package/es/Page/Content/style.js +12 -0
  150. package/es/Page/Footer/index.d.ts +2 -0
  151. package/es/Page/Footer/index.js +6 -0
  152. package/es/Page/Header/Icon.d.ts +17 -0
  153. package/es/Page/Header/Icon.js +42 -0
  154. package/es/Page/Header/index.d.ts +43 -0
  155. package/es/Page/Header/index.js +202 -0
  156. package/es/Page/Header/style.d.ts +12 -0
  157. package/es/Page/Header/style.js +21 -0
  158. package/es/Page/Page.d.ts +9 -0
  159. package/es/Page/Page.js +49 -0
  160. package/es/Page/PageContext.d.ts +15 -0
  161. package/es/Page/PageContext.js +21 -0
  162. package/es/Page/Title/index.d.ts +5 -0
  163. package/es/Page/Title/index.js +18 -0
  164. package/es/Page/Title/style.d.ts +3 -0
  165. package/es/Page/Title/style.js +10 -0
  166. package/es/Page/index.d.ts +18 -0
  167. package/es/Page/index.js +15 -0
  168. package/es/Page/style.d.ts +3 -0
  169. package/es/Page/style.js +10 -0
  170. package/es/ProCard/Card/index.d.ts +6 -0
  171. package/es/ProCard/Card/index.js +25 -0
  172. package/es/ProCard/Card/style.d.ts +7 -0
  173. package/es/ProCard/Card/style.js +15 -0
  174. package/es/ProCard/Content/index.d.ts +4 -0
  175. package/es/ProCard/Content/index.js +24 -0
  176. package/es/ProCard/Content/style.d.ts +3 -0
  177. package/es/ProCard/Content/style.js +10 -0
  178. package/es/ProCard/Descriptions/index.d.ts +4 -0
  179. package/es/ProCard/Descriptions/index.js +28 -0
  180. package/es/ProCard/Descriptions/style.d.ts +3 -0
  181. package/es/ProCard/Descriptions/style.js +12 -0
  182. package/es/ProCard/Header/index.d.ts +15 -0
  183. package/es/ProCard/Header/index.js +86 -0
  184. package/es/ProCard/Header/style.d.ts +12 -0
  185. package/es/ProCard/Header/style.js +21 -0
  186. package/es/ProCard/index.d.ts +13 -0
  187. package/es/ProCard/index.js +8 -0
  188. package/es/Radio/index.d.ts +36 -0
  189. package/es/Radio/index.js +26 -0
  190. package/es/Radio/style.d.ts +4 -0
  191. package/es/Radio/style.js +66 -0
  192. package/es/SelectCard/index.d.ts +33 -0
  193. package/es/SelectCard/index.js +132 -0
  194. package/es/SelectCard/style.d.ts +10 -0
  195. package/es/SelectCard/style.js +42 -0
  196. package/es/SliderInput/index.js +2 -2
  197. package/es/Status/index.d.ts +7 -0
  198. package/es/Status/index.js +39 -0
  199. package/es/Status/style.d.ts +4 -0
  200. package/es/Status/style.js +14 -0
  201. package/es/Table/collapse/index.d.ts +8 -0
  202. package/es/Table/collapse/index.js +39 -0
  203. package/es/Table/collapse/style.d.ts +3 -0
  204. package/es/Table/collapse/style.js +11 -0
  205. package/es/Table/index.d.ts +20 -0
  206. package/es/Table/index.js +56 -0
  207. package/es/Typography/index.d.ts +32 -0
  208. package/es/Typography/index.js +77 -0
  209. package/es/WaveformIcon/index.d.ts +9 -0
  210. package/es/WaveformIcon/index.js +51 -0
  211. package/es/hooks/languageMap.d.ts +1 -0
  212. package/es/hooks/languageMap.js +1 -0
  213. package/es/hooks/useHighlight.d.ts +5 -0
  214. package/es/hooks/useHighlight.js +78 -0
  215. package/es/index.d.ts +38 -1
  216. package/es/index.js +52 -1
  217. package/es/notification/index.d.ts +24 -0
  218. package/es/notification/index.js +237 -0
  219. package/es/notification/style.d.ts +2 -0
  220. package/es/notification/style.js +28 -0
  221. package/es/styles/colors/colors.d.ts +39 -0
  222. package/es/styles/colors/colors.js +86 -0
  223. package/es/styles/colors/generateColorPalette.d.ts +11 -0
  224. package/es/styles/colors/generateColorPalette.js +31 -0
  225. package/es/styles/colors/neutralColors.d.ts +9 -0
  226. package/es/styles/colors/neutralColors.js +32 -0
  227. package/es/styles/index.d.ts +4 -0
  228. package/es/styles/index.js +4 -0
  229. package/es/useSpeechSynthes/const/polyfill.d.ts +3 -0
  230. package/es/useSpeechSynthes/const/polyfill.js +21 -0
  231. package/es/useSpeechSynthes/index.d.ts +13 -0
  232. package/es/useSpeechSynthes/index.js +69 -0
  233. package/es/utils/constants.d.ts +1 -0
  234. package/es/utils/constants.js +1 -0
  235. package/es/utils/tools.d.ts +1 -0
  236. package/es/utils/tools.js +1 -0
  237. package/package.json +30 -9
  238. package/umd/index.min.js +1 -1
  239. package/umd/index.min.js.map +1 -1
@@ -0,0 +1,1661 @@
1
+ import { colorScales } from "../styles";
2
+ export var themeConfig = function themeConfig(isDarkMode) {
3
+ var type = isDarkMode ? 'dark' : 'light';
4
+ var colorText = colorScales.gray[type][11];
5
+ // const colorTextSecondary = colorScales.gray[type][10];
6
+ var colorTextTertiary = colorScales.gray[type][7];
7
+ var colorRed = isDarkMode ? colorScales.red[type][9] : colorScales.volcano[type][9];
8
+ var colorOrange = isDarkMode ? colorScales.gold[type][9] : colorScales.orange[type][9];
9
+ var colorGreen = isDarkMode ? colorScales.lime[type][9] : colorScales.green[type][9];
10
+ var colorBlue = isDarkMode ? colorScales.blue[type][9] : colorScales.geekblue[type][9];
11
+ return {
12
+ colors: {
13
+ 'editor.foreground': colorText
14
+ },
15
+ name: type,
16
+ semanticHighlighting: true,
17
+ semanticTokenColors: {
18
+ 'annotation:dart': {
19
+ foreground: colorGreen
20
+ },
21
+ 'enumMember': {
22
+ foreground: colorBlue
23
+ },
24
+ 'macro': {
25
+ foreground: colorGreen
26
+ },
27
+ 'parameter.label:dart': {
28
+ foreground: colorTextTertiary
29
+ },
30
+ 'property:dart': {
31
+ foreground: colorGreen
32
+ },
33
+ 'tomlArrayKey': {
34
+ foreground: colorRed
35
+ },
36
+ 'variable.constant': {
37
+ foreground: colorGreen
38
+ },
39
+ 'variable.defaultLibrary': {
40
+ foreground: colorRed
41
+ },
42
+ 'variable:dart': {
43
+ foreground: colorGreen
44
+ }
45
+ },
46
+ tokenColors: [{
47
+ scope: 'meta.embedded',
48
+ settings: {
49
+ foreground: colorTextTertiary
50
+ }
51
+ }, {
52
+ name: 'unison punctuation',
53
+ scope: 'punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison',
54
+ settings: {
55
+ foreground: colorText
56
+ }
57
+ }, {
58
+ name: 'haskell variable generic-type',
59
+ scope: 'variable.other.generic-type.haskell',
60
+ settings: {
61
+ foreground: colorBlue
62
+ }
63
+ }, {
64
+ name: 'haskell storage type',
65
+ scope: 'storage.type.haskell',
66
+ settings: {
67
+ foreground: colorGreen
68
+ }
69
+ }, {
70
+ name: 'support.variable.magic.python',
71
+ scope: 'support.variable.magic.python',
72
+ settings: {
73
+ foreground: colorText
74
+ }
75
+ }, {
76
+ name: 'punctuation.separator.parameters.python',
77
+ scope: 'punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python',
78
+ settings: {
79
+ foreground: colorTextTertiary
80
+ }
81
+ }, {
82
+ name: 'variable.parameter.function.language.special.self.python',
83
+ scope: 'variable.parameter.function.language.special.self.python',
84
+ settings: {
85
+ foreground: colorRed
86
+ }
87
+ }, {
88
+ name: 'variable.parameter.function.language.special.cls.python',
89
+ scope: 'variable.parameter.function.language.special.cls.python',
90
+ settings: {
91
+ foreground: colorRed
92
+ }
93
+ }, {
94
+ name: 'storage.modifier.lifetime.rust',
95
+ scope: 'storage.modifier.lifetime.rust',
96
+ settings: {
97
+ foreground: colorTextTertiary
98
+ }
99
+ }, {
100
+ name: 'support.function.std.rust',
101
+ scope: 'support.function.std.rust',
102
+ settings: {
103
+ foreground: colorOrange
104
+ }
105
+ }, {
106
+ name: 'entity.name.lifetime.rust',
107
+ scope: 'entity.name.lifetime.rust',
108
+ settings: {
109
+ foreground: colorRed
110
+ }
111
+ }, {
112
+ name: 'variable.language.rust',
113
+ scope: 'variable.language.rust',
114
+ settings: {
115
+ foreground: colorText
116
+ }
117
+ }, {
118
+ name: 'support.constant.edge',
119
+ scope: 'support.constant.edge',
120
+ settings: {
121
+ foreground: colorBlue
122
+ }
123
+ }, {
124
+ name: 'regexp constant character-class',
125
+ scope: 'constant.other.character-class.regexp',
126
+ settings: {
127
+ foreground: colorText
128
+ }
129
+ }, {
130
+ name: 'keyword.operator',
131
+ scope: ['keyword.operator.word'],
132
+ settings: {
133
+ foreground: colorBlue
134
+ }
135
+ }, {
136
+ name: 'regexp operator.quantifier',
137
+ scope: 'keyword.operator.quantifier.regexp',
138
+ settings: {
139
+ foreground: colorGreen
140
+ }
141
+ }, {
142
+ name: 'Text',
143
+ scope: 'variable.parameter.function',
144
+ settings: {
145
+ foreground: colorTextTertiary
146
+ }
147
+ }, {
148
+ name: 'Comment Markup Link',
149
+ scope: 'comment markup.link',
150
+ settings: {
151
+ foreground: colorTextTertiary
152
+ }
153
+ }, {
154
+ name: 'markup diff',
155
+ scope: 'markup.changed.diff',
156
+ settings: {
157
+ foreground: colorRed
158
+ }
159
+ }, {
160
+ name: 'diff',
161
+ scope: 'meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff',
162
+ settings: {
163
+ foreground: colorOrange
164
+ }
165
+ }, {
166
+ name: 'inserted.diff',
167
+ scope: 'markup.inserted.diff',
168
+ settings: {
169
+ foreground: colorGreen
170
+ }
171
+ }, {
172
+ name: 'deleted.diff',
173
+ scope: 'markup.deleted.diff',
174
+ settings: {
175
+ foreground: colorText
176
+ }
177
+ }, {
178
+ name: 'c++ function',
179
+ scope: 'meta.function.c,meta.function.cpp',
180
+ settings: {
181
+ foreground: colorText
182
+ }
183
+ }, {
184
+ name: 'c++ block',
185
+ scope: 'punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c',
186
+ settings: {
187
+ foreground: colorTextTertiary
188
+ }
189
+ }, {
190
+ name: 'js/ts punctuation separator key-value',
191
+ scope: 'punctuation.separator.key-value',
192
+ settings: {
193
+ foreground: colorTextTertiary
194
+ }
195
+ }, {
196
+ name: 'js/ts import keyword',
197
+ scope: 'keyword.operator.expression.import',
198
+ settings: {
199
+ foreground: colorOrange
200
+ }
201
+ }, {
202
+ name: 'math js/ts',
203
+ scope: 'support.constant.math',
204
+ settings: {
205
+ foreground: colorRed
206
+ }
207
+ }, {
208
+ name: 'math property js/ts',
209
+ scope: 'support.constant.property.math',
210
+ settings: {
211
+ foreground: colorGreen
212
+ }
213
+ }, {
214
+ name: 'js/ts variable.other.constant',
215
+ scope: 'variable.other.constant',
216
+ settings: {
217
+ foreground: colorRed
218
+ }
219
+ }, {
220
+ name: 'java type',
221
+ scope: ['storage.type.annotation.java', 'storage.type.object.array.java'],
222
+ settings: {
223
+ foreground: colorRed
224
+ }
225
+ }, {
226
+ name: 'java source',
227
+ scope: 'source.java',
228
+ settings: {
229
+ foreground: colorText
230
+ }
231
+ }, {
232
+ name: 'java modifier.import',
233
+ scope: 'punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java',
234
+ settings: {
235
+ foreground: colorTextTertiary
236
+ }
237
+ }, {
238
+ name: 'java modifier.import',
239
+ scope: 'meta.method.java',
240
+ settings: {
241
+ foreground: colorOrange
242
+ }
243
+ }, {
244
+ name: 'java modifier.import',
245
+ scope: 'storage.modifier.import.java,storage.type.java,storage.type.generic.java',
246
+ settings: {
247
+ foreground: colorRed
248
+ }
249
+ }, {
250
+ name: 'java instanceof',
251
+ scope: 'keyword.operator.instanceof.java',
252
+ settings: {
253
+ foreground: colorBlue
254
+ }
255
+ }, {
256
+ name: 'java variable.name',
257
+ scope: 'meta.definition.variable.name.java',
258
+ settings: {
259
+ foreground: colorText
260
+ }
261
+ }, {
262
+ name: 'operator logical',
263
+ scope: 'keyword.operator.logical',
264
+ settings: {
265
+ foreground: colorBlue
266
+ }
267
+ }, {
268
+ name: 'operator bitwise',
269
+ scope: 'keyword.operator.bitwise',
270
+ settings: {
271
+ foreground: colorBlue
272
+ }
273
+ }, {
274
+ name: 'operator channel',
275
+ scope: 'keyword.operator.channel',
276
+ settings: {
277
+ foreground: colorBlue
278
+ }
279
+ }, {
280
+ name: 'support.constant.property-value.scss',
281
+ scope: 'support.constant.property-value.scss,support.constant.property-value.css',
282
+ settings: {
283
+ foreground: colorGreen
284
+ }
285
+ }, {
286
+ name: 'CSS/SCSS/LESS Operators',
287
+ scope: 'keyword.operator.css,keyword.operator.scss,keyword.operator.less',
288
+ settings: {
289
+ foreground: colorBlue
290
+ }
291
+ }, {
292
+ name: 'css color standard name',
293
+ scope: 'support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss',
294
+ settings: {
295
+ foreground: colorGreen
296
+ }
297
+ }, {
298
+ name: 'css comma',
299
+ scope: 'punctuation.separator.list.comma.css',
300
+ settings: {
301
+ foreground: colorText
302
+ }
303
+ }, {
304
+ name: 'css attribute-name.id',
305
+ scope: 'support.constant.color.w3c-standard-color-name.css',
306
+ settings: {
307
+ foreground: colorGreen
308
+ }
309
+ }, {
310
+ name: 'css property-name',
311
+ scope: 'support.type.vendored.property-name.css',
312
+ settings: {
313
+ foreground: colorBlue
314
+ }
315
+ }, {
316
+ name: 'js/ts module',
317
+ scope: 'support.module.node,support.type.object.module,support.module.node',
318
+ settings: {
319
+ foreground: colorRed
320
+ }
321
+ }, {
322
+ name: 'entity.name.type.module',
323
+ scope: 'entity.name.type.module',
324
+ settings: {
325
+ foreground: colorRed
326
+ }
327
+ }, {
328
+ name: 'js variable readwrite',
329
+ scope: 'variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node',
330
+ settings: {
331
+ foreground: colorText
332
+ }
333
+ }, {
334
+ name: 'js/ts json',
335
+ scope: 'support.constant.json',
336
+ settings: {
337
+ foreground: colorGreen
338
+ }
339
+ }, {
340
+ name: 'js/ts Keyword',
341
+ scope: ['keyword.operator.expression.instanceof', 'keyword.operator.new', 'keyword.operator.ternary', 'keyword.operator.optional', 'keyword.operator.expression.keyof'],
342
+ settings: {
343
+ foreground: colorBlue
344
+ }
345
+ }, {
346
+ name: 'js/ts console',
347
+ scope: 'support.type.object.console',
348
+ settings: {
349
+ foreground: colorText
350
+ }
351
+ }, {
352
+ name: 'js/ts support.variable.property.process',
353
+ scope: 'support.variable.property.process',
354
+ settings: {
355
+ foreground: colorGreen
356
+ }
357
+ }, {
358
+ name: 'js console function',
359
+ scope: 'entity.name.function,support.function.console',
360
+ settings: {
361
+ foreground: colorOrange
362
+ }
363
+ }, {
364
+ name: 'keyword.operator.misc.rust',
365
+ scope: 'keyword.operator.misc.rust',
366
+ settings: {
367
+ foreground: colorTextTertiary
368
+ }
369
+ }, {
370
+ name: 'keyword.operator.sigil.rust',
371
+ scope: 'keyword.operator.sigil.rust',
372
+ settings: {
373
+ foreground: colorBlue
374
+ }
375
+ }, {
376
+ name: 'operator',
377
+ scope: 'keyword.operator.delete',
378
+ settings: {
379
+ foreground: colorBlue
380
+ }
381
+ }, {
382
+ name: 'js dom',
383
+ scope: 'support.type.object.dom',
384
+ settings: {
385
+ foreground: colorBlue
386
+ }
387
+ }, {
388
+ name: 'js dom variable',
389
+ scope: 'support.variable.dom,support.variable.property.dom',
390
+ settings: {
391
+ foreground: colorText
392
+ }
393
+ }, {
394
+ name: 'keyword.operator',
395
+ scope: 'keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational',
396
+ settings: {
397
+ foreground: colorBlue
398
+ }
399
+ }, {
400
+ name: 'C operator assignment',
401
+ scope: 'keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp',
402
+ settings: {
403
+ foreground: colorBlue
404
+ }
405
+ }, {
406
+ name: 'Punctuation',
407
+ scope: 'punctuation.separator.delimiter',
408
+ settings: {
409
+ foreground: colorTextTertiary
410
+ }
411
+ }, {
412
+ name: 'Other punctuation .c',
413
+ scope: 'punctuation.separator.c,punctuation.separator.cpp',
414
+ settings: {
415
+ foreground: colorBlue
416
+ }
417
+ }, {
418
+ name: 'C type posix-reserved',
419
+ scope: 'support.type.posix-reserved.c,support.type.posix-reserved.cpp',
420
+ settings: {
421
+ foreground: colorBlue
422
+ }
423
+ }, {
424
+ name: 'keyword.operator.sizeof.c',
425
+ scope: 'keyword.operator.sizeof.c,keyword.operator.sizeof.cpp',
426
+ settings: {
427
+ foreground: colorBlue
428
+ }
429
+ }, {
430
+ name: 'python parameter',
431
+ scope: 'variable.parameter.function.language.python',
432
+ settings: {
433
+ foreground: colorGreen
434
+ }
435
+ }, {
436
+ name: 'python type',
437
+ scope: 'support.type.python',
438
+ settings: {
439
+ foreground: colorBlue
440
+ }
441
+ }, {
442
+ name: 'python logical',
443
+ scope: 'keyword.operator.logical.python',
444
+ settings: {
445
+ foreground: colorBlue
446
+ }
447
+ }, {
448
+ name: 'pyCs',
449
+ scope: 'variable.parameter.function.python',
450
+ settings: {
451
+ foreground: colorGreen
452
+ }
453
+ }, {
454
+ name: 'python block',
455
+ scope: 'punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python',
456
+ settings: {
457
+ foreground: colorTextTertiary
458
+ }
459
+ }, {
460
+ name: 'python function-call.generic',
461
+ scope: 'meta.function-call.generic.python',
462
+ settings: {
463
+ foreground: colorOrange
464
+ }
465
+ }, {
466
+ name: 'python placeholder reset to normal string',
467
+ scope: 'constant.character.format.placeholder.other.python',
468
+ settings: {
469
+ foreground: colorGreen
470
+ }
471
+ }, {
472
+ name: 'Operators',
473
+ scope: 'keyword.operator',
474
+ settings: {
475
+ foreground: colorTextTertiary
476
+ }
477
+ }, {
478
+ name: 'Compound Assignment Operators',
479
+ scope: 'keyword.operator.assignment.compound',
480
+ settings: {
481
+ foreground: colorBlue
482
+ }
483
+ }, {
484
+ name: 'Compound Assignment Operators js/ts',
485
+ scope: 'keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts',
486
+ settings: {
487
+ foreground: colorBlue
488
+ }
489
+ }, {
490
+ name: 'Keywords',
491
+ scope: 'keyword',
492
+ settings: {
493
+ foreground: colorBlue
494
+ }
495
+ }, {
496
+ name: 'Namespaces',
497
+ scope: 'entity.name.namespace',
498
+ settings: {
499
+ foreground: colorRed
500
+ }
501
+ }, {
502
+ name: 'Variables',
503
+ scope: 'variable',
504
+ settings: {
505
+ foreground: colorText
506
+ }
507
+ }, {
508
+ name: 'Variables',
509
+ scope: 'variable.c',
510
+ settings: {
511
+ foreground: colorTextTertiary
512
+ }
513
+ }, {
514
+ name: 'Language variables',
515
+ scope: 'variable.language',
516
+ settings: {
517
+ foreground: colorRed
518
+ }
519
+ }, {
520
+ name: 'Java Variables',
521
+ scope: 'token.variable.parameter.java',
522
+ settings: {
523
+ foreground: colorTextTertiary
524
+ }
525
+ }, {
526
+ name: 'Java Imports',
527
+ scope: 'import.storage.java',
528
+ settings: {
529
+ foreground: colorRed
530
+ }
531
+ }, {
532
+ name: 'Packages',
533
+ scope: 'token.package.keyword',
534
+ settings: {
535
+ foreground: colorBlue
536
+ }
537
+ }, {
538
+ name: 'Packages',
539
+ scope: 'token.package',
540
+ settings: {
541
+ foreground: colorTextTertiary
542
+ }
543
+ }, {
544
+ name: 'Functions',
545
+ scope: ['entity.name.function', 'meta.require', 'support.function.any-method', 'variable.function'],
546
+ settings: {
547
+ foreground: colorOrange
548
+ }
549
+ }, {
550
+ name: 'Classes',
551
+ scope: 'entity.name.type.namespace',
552
+ settings: {
553
+ foreground: colorRed
554
+ }
555
+ }, {
556
+ name: 'Classes',
557
+ scope: 'support.class, entity.name.type.class',
558
+ settings: {
559
+ foreground: colorRed
560
+ }
561
+ }, {
562
+ name: 'Class name',
563
+ scope: 'entity.name.class.identifier.namespace.type',
564
+ settings: {
565
+ foreground: colorRed
566
+ }
567
+ }, {
568
+ name: 'Class name',
569
+ scope: ['entity.name.class', 'variable.other.class.js', 'variable.other.class.ts'],
570
+ settings: {
571
+ foreground: colorRed
572
+ }
573
+ }, {
574
+ name: 'Class name php',
575
+ scope: 'variable.other.class.php',
576
+ settings: {
577
+ foreground: colorText
578
+ }
579
+ }, {
580
+ name: 'Type Name',
581
+ scope: 'entity.name.type',
582
+ settings: {
583
+ foreground: colorRed
584
+ }
585
+ }, {
586
+ name: 'Keyword Control',
587
+ scope: 'keyword.control',
588
+ settings: {
589
+ foreground: colorBlue
590
+ }
591
+ }, {
592
+ name: 'Control Elements',
593
+ scope: 'control.elements, keyword.operator.less',
594
+ settings: {
595
+ foreground: colorGreen
596
+ }
597
+ }, {
598
+ name: 'Methods',
599
+ scope: 'keyword.other.special-method',
600
+ settings: {
601
+ foreground: colorOrange
602
+ }
603
+ }, {
604
+ name: 'Storage',
605
+ scope: 'storage',
606
+ settings: {
607
+ foreground: colorBlue
608
+ }
609
+ }, {
610
+ name: 'Storage JS TS',
611
+ scope: 'token.storage',
612
+ settings: {
613
+ foreground: colorBlue
614
+ }
615
+ }, {
616
+ name: 'Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void',
617
+ scope: 'keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void',
618
+ settings: {
619
+ foreground: colorBlue
620
+ }
621
+ }, {
622
+ name: 'Java Storage',
623
+ scope: 'token.storage.type.java',
624
+ settings: {
625
+ foreground: colorRed
626
+ }
627
+ }, {
628
+ name: 'Support',
629
+ scope: 'support.function',
630
+ settings: {
631
+ foreground: colorBlue
632
+ }
633
+ }, {
634
+ name: 'Support type',
635
+ scope: 'support.type.property-name',
636
+ settings: {
637
+ foreground: colorTextTertiary
638
+ }
639
+ }, {
640
+ name: '[VSCODE-CUSTOM] toml support',
641
+ scope: 'support.type.property-name.toml, support.type.property-name.table.toml, support.type.property-name.array.toml',
642
+ settings: {
643
+ foreground: colorText
644
+ }
645
+ }, {
646
+ name: 'Support type',
647
+ scope: 'support.constant.property-value',
648
+ settings: {
649
+ foreground: colorTextTertiary
650
+ }
651
+ }, {
652
+ name: 'Support type',
653
+ scope: 'support.constant.font-name',
654
+ settings: {
655
+ foreground: colorGreen
656
+ }
657
+ }, {
658
+ name: 'Meta tag',
659
+ scope: 'meta.tag',
660
+ settings: {
661
+ foreground: colorTextTertiary
662
+ }
663
+ }, {
664
+ name: 'Strings',
665
+ scope: 'string',
666
+ settings: {
667
+ foreground: colorGreen
668
+ }
669
+ }, {
670
+ name: 'Constant other symbol',
671
+ scope: 'constant.other.symbol',
672
+ settings: {
673
+ foreground: colorBlue
674
+ }
675
+ }, {
676
+ name: 'Integers',
677
+ scope: 'constant.numeric',
678
+ settings: {
679
+ foreground: colorGreen
680
+ }
681
+ }, {
682
+ name: 'Constants',
683
+ scope: 'constant',
684
+ settings: {
685
+ foreground: colorGreen
686
+ }
687
+ }, {
688
+ name: 'Constants',
689
+ scope: 'punctuation.definition.constant',
690
+ settings: {
691
+ foreground: colorGreen
692
+ }
693
+ }, {
694
+ name: 'Tags',
695
+ scope: 'entity.name.tag',
696
+ settings: {
697
+ foreground: colorText
698
+ }
699
+ }, {
700
+ name: 'Attributes',
701
+ scope: 'entity.other.attribute-name',
702
+ settings: {
703
+ foreground: colorGreen
704
+ }
705
+ }, {
706
+ name: 'Attribute IDs',
707
+ scope: 'entity.other.attribute-name.id',
708
+ settings: {
709
+ foreground: colorOrange
710
+ }
711
+ }, {
712
+ name: 'Attribute class',
713
+ scope: 'entity.other.attribute-name.class.css',
714
+ settings: {
715
+ foreground: colorGreen
716
+ }
717
+ }, {
718
+ name: 'Selector',
719
+ scope: 'meta.selector',
720
+ settings: {
721
+ foreground: colorBlue
722
+ }
723
+ }, {
724
+ name: 'Headings',
725
+ scope: 'markup.heading',
726
+ settings: {
727
+ fontStyle: 'bold'
728
+ }
729
+ }, {
730
+ name: 'FencedCode',
731
+ scope: 'punctuation.definition.markdown, fenced_code.block.language.markdown',
732
+ settings: {
733
+ foreground: colorRed
734
+ }
735
+ }, {
736
+ name: 'Headings',
737
+ scope: 'markup.heading punctuation.definition.heading, entity.name.section',
738
+ settings: {
739
+ foreground: colorOrange
740
+ }
741
+ }, {
742
+ name: 'Units',
743
+ scope: 'keyword.other.unit',
744
+ settings: {
745
+ foreground: colorText
746
+ }
747
+ }, {
748
+ name: 'Bold',
749
+ scope: 'markup.bold,todo.bold',
750
+ settings: {
751
+ foreground: colorGreen
752
+ }
753
+ }, {
754
+ name: 'Bold',
755
+ scope: 'punctuation.definition.bold',
756
+ settings: {
757
+ foreground: colorRed
758
+ }
759
+ }, {
760
+ name: 'markup Italic',
761
+ scope: 'markup.italic, punctuation.definition.italic,todo.emphasis',
762
+ settings: {
763
+ foreground: colorBlue
764
+ }
765
+ }, {
766
+ name: 'emphasis md',
767
+ scope: 'emphasis md',
768
+ settings: {
769
+ foreground: colorBlue
770
+ }
771
+ }, {
772
+ name: '[VSCODE-CUSTOM] Markdown headings',
773
+ scope: 'entity.name.section.markdown',
774
+ settings: {
775
+ foreground: colorText
776
+ }
777
+ }, {
778
+ name: '[VSCODE-CUSTOM] Markdown heading Punctuation Definition',
779
+ scope: 'punctuation.definition.heading.markdown',
780
+ settings: {
781
+ foreground: colorText
782
+ }
783
+ }, {
784
+ name: 'punctuation.definition.list.begin.markdown',
785
+ scope: 'punctuation.definition.list.begin.markdown',
786
+ settings: {
787
+ foreground: colorRed
788
+ }
789
+ }, {
790
+ name: '[VSCODE-CUSTOM] Markdown heading setext',
791
+ scope: 'markup.heading.setext',
792
+ settings: {
793
+ foreground: colorTextTertiary
794
+ }
795
+ }, {
796
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition Bold',
797
+ scope: 'punctuation.definition.bold.markdown',
798
+ settings: {
799
+ foreground: colorGreen
800
+ }
801
+ }, {
802
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw',
803
+ scope: 'markup.inline.raw.markdown',
804
+ settings: {
805
+ foreground: colorGreen
806
+ }
807
+ }, {
808
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw',
809
+ scope: 'markup.inline.raw.string.markdown',
810
+ settings: {
811
+ foreground: colorGreen
812
+ }
813
+ }, {
814
+ name: '[VSCODE-CUSTOM] Markdown Inline Raw punctuation',
815
+ scope: 'punctuation.definition.raw.markdown',
816
+ settings: {
817
+ foreground: colorRed
818
+ }
819
+ }, {
820
+ name: '[VSCODE-CUSTOM] Markdown List Punctuation Definition',
821
+ scope: 'punctuation.definition.list.markdown',
822
+ settings: {
823
+ foreground: colorRed
824
+ }
825
+ }, {
826
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition String',
827
+ scope: ['punctuation.definition.string.begin.markdown', 'punctuation.definition.string.end.markdown', 'punctuation.definition.metadata.markdown'],
828
+ settings: {
829
+ foreground: colorText
830
+ }
831
+ }, {
832
+ name: 'beginning.punctuation.definition.list.markdown',
833
+ scope: ['beginning.punctuation.definition.list.markdown'],
834
+ settings: {
835
+ foreground: colorText
836
+ }
837
+ }, {
838
+ name: '[VSCODE-CUSTOM] Markdown Punctuation Definition Link',
839
+ scope: 'punctuation.definition.metadata.markdown',
840
+ settings: {
841
+ foreground: colorText
842
+ }
843
+ }, {
844
+ name: '[VSCODE-CUSTOM] Markdown Underline Link/Image',
845
+ scope: 'markup.underline.link.markdown,markup.underline.link.image.markdown',
846
+ settings: {
847
+ foreground: colorBlue
848
+ }
849
+ }, {
850
+ name: '[VSCODE-CUSTOM] Markdown Link Title/Description',
851
+ scope: 'string.other.link.title.markdown,string.other.link.description.markdown',
852
+ settings: {
853
+ foreground: colorOrange
854
+ }
855
+ }, {
856
+ name: '[VSCODE-CUSTOM] Asciidoc Inline Raw',
857
+ scope: 'markup.raw.monospace.asciidoc',
858
+ settings: {
859
+ foreground: colorGreen
860
+ }
861
+ }, {
862
+ name: '[VSCODE-CUSTOM] Asciidoc Inline Raw Punctuation Definition',
863
+ scope: 'punctuation.definition.asciidoc',
864
+ settings: {
865
+ foreground: colorRed
866
+ }
867
+ }, {
868
+ name: '[VSCODE-CUSTOM] Asciidoc List Punctuation Definition',
869
+ scope: 'markup.list.asciidoc',
870
+ settings: {
871
+ foreground: colorRed
872
+ }
873
+ }, {
874
+ name: '[VSCODE-CUSTOM] Asciidoc underline link',
875
+ scope: 'markup.link.asciidoc,markup.other.url.asciidoc',
876
+ settings: {
877
+ foreground: colorBlue
878
+ }
879
+ }, {
880
+ name: '[VSCODE-CUSTOM] Asciidoc link name',
881
+ scope: 'string.unquoted.asciidoc,markup.other.url.asciidoc',
882
+ settings: {
883
+ foreground: colorOrange
884
+ }
885
+ }, {
886
+ name: 'Regular Expressions',
887
+ scope: 'string.regexp',
888
+ settings: {
889
+ foreground: colorBlue
890
+ }
891
+ }, {
892
+ name: 'Embedded',
893
+ scope: 'punctuation.section.embedded, variable.interpolation',
894
+ settings: {
895
+ foreground: colorText
896
+ }
897
+ }, {
898
+ name: 'Embedded',
899
+ scope: 'punctuation.section.embedded.begin,punctuation.section.embedded.end',
900
+ settings: {
901
+ foreground: colorBlue
902
+ }
903
+ }, {
904
+ name: 'illegal',
905
+ scope: 'invalid.illegal',
906
+ settings: {
907
+ foreground: colorText
908
+ }
909
+ }, {
910
+ name: 'illegal',
911
+ scope: 'invalid.illegal.bad-ampersand.html',
912
+ settings: {
913
+ foreground: colorTextTertiary
914
+ }
915
+ }, {
916
+ scope: 'invalid.illegal.unrecognized-tag.html',
917
+ settings: {
918
+ foreground: colorText
919
+ }
920
+ }, {
921
+ name: 'Broken',
922
+ scope: 'invalid.broken',
923
+ settings: {
924
+ foreground: colorText
925
+ }
926
+ }, {
927
+ name: 'Deprecated',
928
+ scope: 'invalid.deprecated',
929
+ settings: {
930
+ foreground: colorText
931
+ }
932
+ }, {
933
+ name: 'html Deprecated',
934
+ scope: 'invalid.deprecated.entity.other.attribute-name.html',
935
+ settings: {
936
+ foreground: colorGreen
937
+ }
938
+ }, {
939
+ name: 'Unimplemented',
940
+ scope: 'invalid.unimplemented',
941
+ settings: {
942
+ foreground: colorText
943
+ }
944
+ }, {
945
+ name: 'Source Json Meta Structure Dictionary Json > String Quoted Json',
946
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json',
947
+ settings: {
948
+ foreground: colorText
949
+ }
950
+ }, {
951
+ name: 'Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String',
952
+ scope: 'source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string',
953
+ settings: {
954
+ foreground: colorText
955
+ }
956
+ }, {
957
+ name: 'Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation',
958
+ scope: 'source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation',
959
+ settings: {
960
+ foreground: colorGreen
961
+ }
962
+ }, {
963
+ name: 'Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json',
964
+ scope: 'source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json',
965
+ settings: {
966
+ foreground: colorBlue
967
+ }
968
+ }, {
969
+ name: '[VSCODE-CUSTOM] JSON Property Name',
970
+ scope: 'support.type.property-name.json',
971
+ settings: {
972
+ foreground: colorText
973
+ }
974
+ }, {
975
+ name: '[VSCODE-CUSTOM] JSON Punctuation for Property Name',
976
+ scope: 'support.type.property-name.json punctuation',
977
+ settings: {
978
+ foreground: colorText
979
+ }
980
+ }, {
981
+ name: 'laravel blade tag',
982
+ scope: 'text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade',
983
+ settings: {
984
+ foreground: colorBlue
985
+ }
986
+ }, {
987
+ name: 'laravel blade @',
988
+ scope: 'text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade',
989
+ settings: {
990
+ foreground: colorBlue
991
+ }
992
+ }, {
993
+ name: 'use statement for other classes',
994
+ scope: 'support.other.namespace.use.php,support.other.namespace.use-as.php,entity.other.alias.php,meta.interface.php',
995
+ settings: {
996
+ foreground: colorRed
997
+ }
998
+ }, {
999
+ name: 'error suppression',
1000
+ scope: 'keyword.operator.error-control.php',
1001
+ settings: {
1002
+ foreground: colorBlue
1003
+ }
1004
+ }, {
1005
+ name: 'php instanceof',
1006
+ scope: 'keyword.operator.type.php',
1007
+ settings: {
1008
+ foreground: colorBlue
1009
+ }
1010
+ }, {
1011
+ name: 'style double quoted array index normal begin',
1012
+ scope: 'punctuation.section.array.begin.php',
1013
+ settings: {
1014
+ foreground: colorTextTertiary
1015
+ }
1016
+ }, {
1017
+ name: 'style double quoted array index normal end',
1018
+ scope: 'punctuation.section.array.end.php',
1019
+ settings: {
1020
+ foreground: colorTextTertiary
1021
+ }
1022
+ }, {
1023
+ name: 'php illegal.non-undefined-typehinted',
1024
+ scope: 'invalid.illegal.non-undefined-typehinted.php',
1025
+ settings: {
1026
+ foreground: colorRed
1027
+ }
1028
+ }, {
1029
+ name: 'php types',
1030
+ scope: 'storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php',
1031
+ settings: {
1032
+ foreground: colorRed
1033
+ }
1034
+ }, {
1035
+ name: 'php call-function',
1036
+ scope: 'meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php',
1037
+ settings: {
1038
+ foreground: colorOrange
1039
+ }
1040
+ }, {
1041
+ name: 'php function-resets',
1042
+ scope: 'punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php',
1043
+ settings: {
1044
+ foreground: colorTextTertiary
1045
+ }
1046
+ }, {
1047
+ name: 'support php constants',
1048
+ scope: 'support.constant.core.rust',
1049
+ settings: {
1050
+ foreground: colorGreen
1051
+ }
1052
+ }, {
1053
+ name: 'support php constants',
1054
+ scope: 'support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php',
1055
+ settings: {
1056
+ foreground: colorGreen
1057
+ }
1058
+ }, {
1059
+ name: 'php goto',
1060
+ scope: 'entity.name.goto-label.php,support.other.php',
1061
+ settings: {
1062
+ foreground: colorOrange
1063
+ }
1064
+ }, {
1065
+ name: 'php logical/bitwise operator',
1066
+ scope: 'keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php',
1067
+ settings: {
1068
+ foreground: colorBlue
1069
+ }
1070
+ }, {
1071
+ name: 'php regexp operator',
1072
+ scope: 'keyword.operator.regexp.php',
1073
+ settings: {
1074
+ foreground: colorBlue
1075
+ }
1076
+ }, {
1077
+ name: 'php comparison',
1078
+ scope: 'keyword.operator.comparison.php',
1079
+ settings: {
1080
+ foreground: colorBlue
1081
+ }
1082
+ }, {
1083
+ name: 'php heredoc/nowdoc',
1084
+ scope: 'keyword.operator.heredoc.php,keyword.operator.nowdoc.php',
1085
+ settings: {
1086
+ foreground: colorBlue
1087
+ }
1088
+ }, {
1089
+ name: 'python function decorator @',
1090
+ scope: 'meta.function.decorator.python',
1091
+ settings: {
1092
+ foreground: colorOrange
1093
+ }
1094
+ }, {
1095
+ name: 'python function support',
1096
+ scope: 'support.token.decorator.python,meta.function.decorator.identifier.python',
1097
+ settings: {
1098
+ foreground: colorBlue
1099
+ }
1100
+ }, {
1101
+ name: 'parameter function js/ts',
1102
+ scope: 'function.parameter',
1103
+ settings: {
1104
+ foreground: colorTextTertiary
1105
+ }
1106
+ }, {
1107
+ name: 'brace function',
1108
+ scope: 'function.brace',
1109
+ settings: {
1110
+ foreground: colorTextTertiary
1111
+ }
1112
+ }, {
1113
+ name: 'parameter function ruby cs',
1114
+ scope: 'function.parameter.ruby, function.parameter.cs',
1115
+ settings: {
1116
+ foreground: colorTextTertiary
1117
+ }
1118
+ }, {
1119
+ name: 'constant.language.symbol.ruby',
1120
+ scope: 'constant.language.symbol.ruby',
1121
+ settings: {
1122
+ foreground: colorBlue
1123
+ }
1124
+ }, {
1125
+ name: 'constant.language.symbol.hashkey.ruby',
1126
+ scope: 'constant.language.symbol.hashkey.ruby',
1127
+ settings: {
1128
+ foreground: colorBlue
1129
+ }
1130
+ }, {
1131
+ name: 'rgb-value',
1132
+ scope: 'rgb-value',
1133
+ settings: {
1134
+ foreground: colorBlue
1135
+ }
1136
+ }, {
1137
+ name: 'rgb value',
1138
+ scope: 'inline-color-decoration rgb-value',
1139
+ settings: {
1140
+ foreground: colorGreen
1141
+ }
1142
+ }, {
1143
+ name: 'rgb value less',
1144
+ scope: 'less rgb-value',
1145
+ settings: {
1146
+ foreground: colorGreen
1147
+ }
1148
+ }, {
1149
+ name: 'sass selector',
1150
+ scope: 'selector.sass',
1151
+ settings: {
1152
+ foreground: colorText
1153
+ }
1154
+ }, {
1155
+ name: 'ts primitive/builtin types',
1156
+ scope: 'support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx',
1157
+ settings: {
1158
+ foreground: colorRed
1159
+ }
1160
+ }, {
1161
+ name: 'block scope',
1162
+ scope: 'block.scope.end,block.scope.begin',
1163
+ settings: {
1164
+ foreground: colorTextTertiary
1165
+ }
1166
+ }, {
1167
+ name: 'cs storage type',
1168
+ scope: 'storage.type.cs',
1169
+ settings: {
1170
+ foreground: colorRed
1171
+ }
1172
+ }, {
1173
+ name: 'cs local variable',
1174
+ scope: 'entity.name.variable.local.cs',
1175
+ settings: {
1176
+ foreground: colorText
1177
+ }
1178
+ }, {
1179
+ scope: 'token.info-token',
1180
+ settings: {
1181
+ foreground: colorOrange
1182
+ }
1183
+ }, {
1184
+ scope: 'token.warn-token',
1185
+ settings: {
1186
+ foreground: colorGreen
1187
+ }
1188
+ }, {
1189
+ scope: 'token.error-token',
1190
+ settings: {
1191
+ foreground: colorRed
1192
+ }
1193
+ }, {
1194
+ scope: 'token.debug-token',
1195
+ settings: {
1196
+ foreground: colorBlue
1197
+ }
1198
+ }, {
1199
+ name: 'String interpolation',
1200
+ scope: ['punctuation.definition.template-expression.begin', 'punctuation.definition.template-expression.end', 'punctuation.section.embedded'],
1201
+ settings: {
1202
+ foreground: colorBlue
1203
+ }
1204
+ }, {
1205
+ name: 'Reset JavaScript string interpolation expression',
1206
+ scope: ['meta.template.expression'],
1207
+ settings: {
1208
+ foreground: colorTextTertiary
1209
+ }
1210
+ }, {
1211
+ name: 'Import module JS',
1212
+ scope: ['keyword.operator.module'],
1213
+ settings: {
1214
+ foreground: colorBlue
1215
+ }
1216
+ }, {
1217
+ name: 'js Flowtype',
1218
+ scope: ['support.type.type.flowtype'],
1219
+ settings: {
1220
+ foreground: colorOrange
1221
+ }
1222
+ }, {
1223
+ name: 'js Flow',
1224
+ scope: ['support.type.primitive'],
1225
+ settings: {
1226
+ foreground: colorRed
1227
+ }
1228
+ }, {
1229
+ name: 'js class prop',
1230
+ scope: ['meta.property.object'],
1231
+ settings: {
1232
+ foreground: colorText
1233
+ }
1234
+ }, {
1235
+ name: 'js func parameter',
1236
+ scope: ['variable.parameter.function.js'],
1237
+ settings: {
1238
+ foreground: colorText
1239
+ }
1240
+ }, {
1241
+ name: 'js template literals begin',
1242
+ scope: ['keyword.other.template.begin'],
1243
+ settings: {
1244
+ foreground: colorGreen
1245
+ }
1246
+ }, {
1247
+ name: 'js template literals end',
1248
+ scope: ['keyword.other.template.end'],
1249
+ settings: {
1250
+ foreground: colorGreen
1251
+ }
1252
+ }, {
1253
+ name: 'js template literals variable braces begin',
1254
+ scope: ['keyword.other.substitution.begin'],
1255
+ settings: {
1256
+ foreground: colorGreen
1257
+ }
1258
+ }, {
1259
+ name: 'js template literals variable braces end',
1260
+ scope: ['keyword.other.substitution.end'],
1261
+ settings: {
1262
+ foreground: colorGreen
1263
+ }
1264
+ }, {
1265
+ name: 'js operator.assignment',
1266
+ scope: ['keyword.operator.assignment'],
1267
+ settings: {
1268
+ foreground: colorBlue
1269
+ }
1270
+ }, {
1271
+ name: 'go operator',
1272
+ scope: ['keyword.operator.assignment.go'],
1273
+ settings: {
1274
+ foreground: colorRed
1275
+ }
1276
+ }, {
1277
+ name: 'go operator',
1278
+ scope: ['keyword.operator.arithmetic.go', 'keyword.operator.address.go'],
1279
+ settings: {
1280
+ foreground: colorBlue
1281
+ }
1282
+ }, {
1283
+ name: 'Go package name',
1284
+ scope: ['entity.name.package.go'],
1285
+ settings: {
1286
+ foreground: colorRed
1287
+ }
1288
+ }, {
1289
+ name: 'elm prelude',
1290
+ scope: ['support.type.prelude.elm'],
1291
+ settings: {
1292
+ foreground: colorBlue
1293
+ }
1294
+ }, {
1295
+ name: 'elm constant',
1296
+ scope: ['support.constant.elm'],
1297
+ settings: {
1298
+ foreground: colorGreen
1299
+ }
1300
+ }, {
1301
+ name: 'template literal',
1302
+ scope: ['punctuation.quasi.element'],
1303
+ settings: {
1304
+ foreground: colorBlue
1305
+ }
1306
+ }, {
1307
+ name: 'html/pug (jade) escaped characters and entities',
1308
+ scope: ['constant.character.entity'],
1309
+ settings: {
1310
+ foreground: colorText
1311
+ }
1312
+ }, {
1313
+ name: 'styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour',
1314
+ scope: ['entity.other.attribute-name.pseudo-element', 'entity.other.attribute-name.pseudo-class'],
1315
+ settings: {
1316
+ foreground: colorBlue
1317
+ }
1318
+ }, {
1319
+ name: 'Clojure globals',
1320
+ scope: ['entity.global.clojure'],
1321
+ settings: {
1322
+ foreground: colorRed
1323
+ }
1324
+ }, {
1325
+ name: 'Clojure symbols',
1326
+ scope: ['meta.symbol.clojure'],
1327
+ settings: {
1328
+ foreground: colorText
1329
+ }
1330
+ }, {
1331
+ name: 'Clojure constants',
1332
+ scope: ['constant.keyword.clojure'],
1333
+ settings: {
1334
+ foreground: colorBlue
1335
+ }
1336
+ }, {
1337
+ name: 'CoffeeScript Function Argument',
1338
+ scope: ['meta.arguments.coffee', 'variable.parameter.function.coffee'],
1339
+ settings: {
1340
+ foreground: colorText
1341
+ }
1342
+ }, {
1343
+ name: 'Ini Default Text',
1344
+ scope: ['source.ini'],
1345
+ settings: {
1346
+ foreground: colorGreen
1347
+ }
1348
+ }, {
1349
+ name: 'Makefile prerequisities',
1350
+ scope: ['meta.scope.prerequisites.makefile'],
1351
+ settings: {
1352
+ foreground: colorText
1353
+ }
1354
+ }, {
1355
+ name: 'Makefile text colour',
1356
+ scope: ['source.makefile'],
1357
+ settings: {
1358
+ foreground: colorRed
1359
+ }
1360
+ }, {
1361
+ name: 'Groovy import names',
1362
+ scope: ['storage.modifier.import.groovy'],
1363
+ settings: {
1364
+ foreground: colorRed
1365
+ }
1366
+ }, {
1367
+ name: 'Groovy Methods',
1368
+ scope: ['meta.method.groovy'],
1369
+ settings: {
1370
+ foreground: colorOrange
1371
+ }
1372
+ }, {
1373
+ name: 'Groovy Variables',
1374
+ scope: ['meta.definition.variable.name.groovy'],
1375
+ settings: {
1376
+ foreground: colorText
1377
+ }
1378
+ }, {
1379
+ name: 'Groovy Inheritance',
1380
+ scope: ['meta.definition.class.inherited.classes.groovy'],
1381
+ settings: {
1382
+ foreground: colorGreen
1383
+ }
1384
+ }, {
1385
+ name: 'HLSL Semantic',
1386
+ scope: ['support.variable.semantic.hlsl'],
1387
+ settings: {
1388
+ foreground: colorRed
1389
+ }
1390
+ }, {
1391
+ name: 'HLSL Types',
1392
+ scope: ['support.type.texture.hlsl', 'support.type.sampler.hlsl', 'support.type.object.hlsl', 'support.type.object.rw.hlsl', 'support.type.fx.hlsl', 'support.type.object.hlsl'],
1393
+ settings: {
1394
+ foreground: colorBlue
1395
+ }
1396
+ }, {
1397
+ name: 'SQL Variables',
1398
+ scope: ['text.variable', 'text.bracketed'],
1399
+ settings: {
1400
+ foreground: colorText
1401
+ }
1402
+ }, {
1403
+ name: 'types',
1404
+ scope: ['support.type.swift', 'support.type.vb.asp'],
1405
+ settings: {
1406
+ foreground: colorRed
1407
+ }
1408
+ }, {
1409
+ name: 'heading 1, keyword',
1410
+ scope: ['entity.name.function.xi'],
1411
+ settings: {
1412
+ foreground: colorRed
1413
+ }
1414
+ }, {
1415
+ name: 'heading 2, callable',
1416
+ scope: ['entity.name.class.xi'],
1417
+ settings: {
1418
+ foreground: colorBlue
1419
+ }
1420
+ }, {
1421
+ name: 'heading 3, property',
1422
+ scope: ['constant.character.character-class.regexp.xi'],
1423
+ settings: {
1424
+ foreground: colorText
1425
+ }
1426
+ }, {
1427
+ name: 'heading 4, type, class, interface',
1428
+ scope: ['constant.regexp.xi'],
1429
+ settings: {
1430
+ foreground: colorBlue
1431
+ }
1432
+ }, {
1433
+ name: 'heading 5, enums, preprocessor, constant, decorator',
1434
+ scope: ['keyword.control.xi'],
1435
+ settings: {
1436
+ foreground: colorBlue
1437
+ }
1438
+ }, {
1439
+ name: 'heading 6, number',
1440
+ scope: ['invalid.xi'],
1441
+ settings: {
1442
+ foreground: colorTextTertiary
1443
+ }
1444
+ }, {
1445
+ name: 'string',
1446
+ scope: ['beginning.punctuation.definition.quote.markdown.xi'],
1447
+ settings: {
1448
+ foreground: colorGreen
1449
+ }
1450
+ }, {
1451
+ name: 'comments',
1452
+ scope: ['beginning.punctuation.definition.list.markdown.xi'],
1453
+ settings: {
1454
+ foreground: colorTextTertiary
1455
+ }
1456
+ }, {
1457
+ name: 'link',
1458
+ scope: ['constant.character.xi'],
1459
+ settings: {
1460
+ foreground: colorOrange
1461
+ }
1462
+ }, {
1463
+ name: 'accent',
1464
+ scope: ['accent.xi'],
1465
+ settings: {
1466
+ foreground: colorOrange
1467
+ }
1468
+ }, {
1469
+ name: 'wikiword',
1470
+ scope: ['wikiword.xi'],
1471
+ settings: {
1472
+ foreground: colorGreen
1473
+ }
1474
+ }, {
1475
+ name: "language operators like '+', '-' etc",
1476
+ scope: ['constant.other.color.rgb-value.xi'],
1477
+ settings: {
1478
+ foreground: colorText
1479
+ }
1480
+ }, {
1481
+ name: 'elements to dim',
1482
+ scope: ['punctuation.definition.tag.xi'],
1483
+ settings: {
1484
+ foreground: colorTextTertiary
1485
+ }
1486
+ }, {
1487
+ name: 'C++/C#',
1488
+ scope: ['entity.name.label.cs', 'entity.name.scope-resolution.function.call', 'entity.name.scope-resolution.function.definition'],
1489
+ settings: {
1490
+ foreground: colorRed
1491
+ }
1492
+ }, {
1493
+ name: 'Markdown underscore-style headers',
1494
+ scope: ['entity.name.label.cs', 'markup.heading.setext.1.markdown', 'markup.heading.setext.2.markdown'],
1495
+ settings: {
1496
+ foreground: colorText
1497
+ }
1498
+ }, {
1499
+ name: 'meta.brace.square',
1500
+ scope: [' meta.brace.square'],
1501
+ settings: {
1502
+ foreground: colorTextTertiary
1503
+ }
1504
+ }, {
1505
+ name: 'Comments',
1506
+ scope: 'comment, punctuation.definition.comment',
1507
+ settings: {
1508
+ fontStyle: 'italic',
1509
+ foreground: colorTextTertiary
1510
+ }
1511
+ }, {
1512
+ name: '[VSCODE-CUSTOM] Markdown Quote',
1513
+ scope: 'markup.quote.markdown',
1514
+ settings: {
1515
+ foreground: colorTextTertiary
1516
+ }
1517
+ }, {
1518
+ name: 'punctuation.definition.block.sequence.item.yaml',
1519
+ scope: 'punctuation.definition.block.sequence.item.yaml',
1520
+ settings: {
1521
+ foreground: colorTextTertiary
1522
+ }
1523
+ }, {
1524
+ scope: ['constant.language.symbol.elixir', 'constant.language.symbol.double-quoted.elixir'],
1525
+ settings: {
1526
+ foreground: colorBlue
1527
+ }
1528
+ }, {
1529
+ scope: ['entity.name.variable.parameter.cs'],
1530
+ settings: {
1531
+ foreground: colorRed
1532
+ }
1533
+ }, {
1534
+ scope: ['entity.name.variable.field.cs'],
1535
+ settings: {
1536
+ foreground: colorText
1537
+ }
1538
+ }, {
1539
+ name: 'Deleted',
1540
+ scope: 'markup.deleted',
1541
+ settings: {
1542
+ foreground: colorText
1543
+ }
1544
+ }, {
1545
+ name: 'Inserted',
1546
+ scope: 'markup.inserted',
1547
+ settings: {
1548
+ foreground: colorGreen
1549
+ }
1550
+ }, {
1551
+ name: 'Underline',
1552
+ scope: 'markup.underline',
1553
+ settings: {
1554
+ fontStyle: 'underline'
1555
+ }
1556
+ }, {
1557
+ name: 'punctuation.section.embedded.begin.php',
1558
+ scope: ['punctuation.section.embedded.begin.php', 'punctuation.section.embedded.end.php'],
1559
+ settings: {
1560
+ foreground: colorRed
1561
+ }
1562
+ }, {
1563
+ name: 'support.other.namespace.php',
1564
+ scope: ['support.other.namespace.php'],
1565
+ settings: {
1566
+ foreground: colorTextTertiary
1567
+ }
1568
+ }, {
1569
+ name: 'variable.other.object',
1570
+ scope: ['variable.other.object'],
1571
+ settings: {
1572
+ foreground: colorRed
1573
+ }
1574
+ }, {
1575
+ name: 'variable.other.constant.property',
1576
+ scope: ['variable.other.constant.property'],
1577
+ settings: {
1578
+ foreground: colorText
1579
+ }
1580
+ }, {
1581
+ name: 'entity.other.inherited-class',
1582
+ scope: ['entity.other.inherited-class'],
1583
+ settings: {
1584
+ foreground: colorRed
1585
+ }
1586
+ }, {
1587
+ name: 'c variable readwrite',
1588
+ scope: 'variable.other.readwrite.c',
1589
+ settings: {
1590
+ foreground: colorText
1591
+ }
1592
+ }, {
1593
+ name: 'php scope',
1594
+ scope: 'entity.name.variable.parameter.php,punctuation.separator.colon.php,constant.other.php',
1595
+ settings: {
1596
+ foreground: colorTextTertiary
1597
+ }
1598
+ }, {
1599
+ name: 'Assembly',
1600
+ scope: ['constant.numeric.decimal.asm.x86_64'],
1601
+ settings: {
1602
+ foreground: colorBlue
1603
+ }
1604
+ }, {
1605
+ scope: ['support.other.parenthesis.regexp'],
1606
+ settings: {
1607
+ foreground: colorGreen
1608
+ }
1609
+ }, {
1610
+ scope: ['constant.character.escape'],
1611
+ settings: {
1612
+ foreground: colorBlue
1613
+ }
1614
+ }, {
1615
+ scope: ['string.regexp'],
1616
+ settings: {
1617
+ foreground: colorText
1618
+ }
1619
+ }, {
1620
+ scope: ['log.info'],
1621
+ settings: {
1622
+ foreground: colorGreen
1623
+ }
1624
+ }, {
1625
+ scope: ['log.warning'],
1626
+ settings: {
1627
+ foreground: colorRed
1628
+ }
1629
+ }, {
1630
+ scope: ['log.error'],
1631
+ settings: {
1632
+ foreground: colorText
1633
+ }
1634
+ }, {
1635
+ name: 'js/ts italic',
1636
+ scope: 'entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super',
1637
+ settings: {
1638
+ fontStyle: 'italic'
1639
+ }
1640
+ }, {
1641
+ name: 'comment',
1642
+ scope: 'comment.line.double-slash,comment.block.documentation',
1643
+ settings: {
1644
+ fontStyle: 'italic'
1645
+ }
1646
+ }, {
1647
+ name: 'Python Keyword Control',
1648
+ scope: 'keyword.control.import.python,keyword.control.flow.python,keyword.operator.logical.python',
1649
+ settings: {
1650
+ fontStyle: 'italic'
1651
+ }
1652
+ }, {
1653
+ name: 'markup.italic.markdown',
1654
+ scope: 'markup.italic.markdown',
1655
+ settings: {
1656
+ fontStyle: 'italic'
1657
+ }
1658
+ }],
1659
+ type: type
1660
+ };
1661
+ };