@thxgg/steward 0.1.25 → 0.1.26

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 (187) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/_nuxt/{Bc2V3wPK.js → B2ow85x_.js} +2 -2
  3. package/.output/public/_nuxt/{U78rMDmo.js → B6CbIr08.js} +1 -1
  4. package/.output/public/_nuxt/{BknRrWsw.js → BLQAF8wp.js} +1 -1
  5. package/.output/public/_nuxt/BXuwtOqb.js +1 -0
  6. package/.output/public/_nuxt/CAMiEhze.js +1 -0
  7. package/.output/public/_nuxt/{BRQ9Cxaw.js → CIBCqZF5.js} +1 -1
  8. package/.output/public/_nuxt/Ce0-nlm9.js +1 -0
  9. package/.output/public/_nuxt/{T11EuTtn.js → ConzneVY.js} +1 -1
  10. package/.output/public/_nuxt/D0qxz_Pn.js +1310 -0
  11. package/.output/public/_nuxt/D3PDtLSF.js +3 -0
  12. package/.output/public/_nuxt/{C73kduX-.js → DdKC0UAK.js} +1 -1
  13. package/.output/public/_nuxt/Detail.BGdvrJGh.css +1 -0
  14. package/.output/public/_nuxt/{C53_p0K1.js → Dkh9ic1y.js} +1 -1
  15. package/.output/public/_nuxt/LEjJTR7-.js +1 -0
  16. package/.output/public/_nuxt/{BTmXUZ_s.js → UqZfMfrZ.js} +1 -1
  17. package/.output/public/_nuxt/builds/latest.json +1 -1
  18. package/.output/public/_nuxt/builds/meta/25438e34-19a2-421d-aede-53fd18f1ccd4.json +1 -0
  19. package/.output/public/_nuxt/dckrK0oj.js +1 -0
  20. package/.output/public/_nuxt/entry.DT4p6_uW.css +1 -0
  21. package/.output/public/_nuxt/pIWeVmPw.js +1 -0
  22. package/.output/public/_nuxt/xrHaPo1U.js +60 -0
  23. package/.output/server/chunks/build/{Detail-DMMUwTWr.mjs → Detail-rpcemNXe.mjs} +674 -481
  24. package/.output/server/chunks/build/Detail-rpcemNXe.mjs.map +1 -0
  25. package/.output/server/chunks/build/DiffViewer-styles.B1FB5NJj.mjs +8 -0
  26. package/.output/server/chunks/build/DiffViewer-styles.B1FB5NJj.mjs.map +1 -0
  27. package/.output/server/chunks/build/{_prd_-ByugK4Yi.mjs → _prd_-CeibvZOH.mjs} +67 -233
  28. package/.output/server/chunks/build/_prd_-CeibvZOH.mjs.map +1 -0
  29. package/.output/server/chunks/build/client.precomputed.mjs +1 -1
  30. package/.output/server/chunks/build/{default-BKKgG7HJ.mjs → default-iq8SaDDN.mjs} +3 -3
  31. package/.output/server/chunks/build/default-iq8SaDDN.mjs.map +1 -0
  32. package/.output/server/chunks/build/{error-404-Bf6kdO80.mjs → error-404-DFale9A5.mjs} +2 -2
  33. package/.output/server/chunks/build/error-404-DFale9A5.mjs.map +1 -0
  34. package/.output/server/chunks/build/{index-DE1tjHAd.mjs → index-Po00RvHm.mjs} +2 -2
  35. package/.output/server/chunks/build/index-Po00RvHm.mjs.map +1 -0
  36. package/.output/server/chunks/build/{nuxt-link-SvT1nf8Z.mjs → nuxt-link-B4oWFn7n.mjs} +2 -2
  37. package/.output/server/chunks/build/nuxt-link-B4oWFn7n.mjs.map +1 -0
  38. package/.output/server/chunks/build/{repo-graph-DzT45gSB.mjs → repo-graph-BQVFpA-w.mjs} +5 -4
  39. package/.output/server/chunks/build/repo-graph-BQVFpA-w.mjs.map +1 -0
  40. package/.output/server/chunks/build/server.mjs +7 -7
  41. package/.output/server/chunks/build/styles.mjs +4 -5
  42. package/.output/server/chunks/build/{usePrd-hXZOmvAv.mjs → usePrd-Bb6jlnNZ.mjs} +2 -2
  43. package/.output/server/chunks/build/usePrd-Bb6jlnNZ.mjs.map +1 -0
  44. package/.output/server/chunks/nitro/nitro.mjs +663 -660
  45. package/.output/server/node_modules/@pierre/diffs/dist/components/File.js +324 -0
  46. package/.output/server/node_modules/@pierre/diffs/dist/components/FileDiff.js +395 -0
  47. package/.output/server/node_modules/@pierre/diffs/dist/components/FileStream.js +161 -0
  48. package/.output/server/node_modules/@pierre/diffs/dist/components/web-components.js +25 -0
  49. package/.output/server/node_modules/@pierre/diffs/dist/constants.js +23 -0
  50. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/areLanguagesAttached.js +11 -0
  51. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/attachResolvedLanguages.js +20 -0
  52. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/cleanUpResolvedLanguages.js +11 -0
  53. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/constants.js +8 -0
  54. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/getResolvedLanguages.js +16 -0
  55. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/getResolvedOrResolveLanguage.js +11 -0
  56. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/hasResolvedLanguages.js +11 -0
  57. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/resolveLanguage.js +30 -0
  58. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/languages/resolveLanguages.js +25 -0
  59. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/shared_highlighter.js +71 -0
  60. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/areThemesAttached.js +12 -0
  61. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/attachResolvedThemes.js +24 -0
  62. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/cleanUpResolvedThemes.js +11 -0
  63. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/constants.js +9 -0
  64. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/getResolvedOrResolveTheme.js +11 -0
  65. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/getResolvedThemes.js +16 -0
  66. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/hasResolvedThemes.js +11 -0
  67. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/registerCustomCSSVariableTheme.js +18 -0
  68. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/registerCustomTheme.js +14 -0
  69. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/resolveTheme.js +35 -0
  70. package/.output/server/node_modules/@pierre/diffs/dist/highlighter/themes/resolveThemes.js +21 -0
  71. package/.output/server/node_modules/@pierre/diffs/dist/index.js +84 -0
  72. package/.output/server/node_modules/@pierre/diffs/dist/managers/LineSelectionManager.js +282 -0
  73. package/.output/server/node_modules/@pierre/diffs/dist/managers/MouseEventManager.js +244 -0
  74. package/.output/server/node_modules/@pierre/diffs/dist/managers/ResizeManager.js +132 -0
  75. package/.output/server/node_modules/@pierre/diffs/dist/managers/ScrollSyncManager.js +62 -0
  76. package/.output/server/node_modules/@pierre/diffs/dist/managers/UniversalRenderingManager.js +32 -0
  77. package/.output/server/node_modules/@pierre/diffs/dist/renderers/DiffHunksRenderer.js +655 -0
  78. package/.output/server/node_modules/@pierre/diffs/dist/renderers/FileRenderer.js +243 -0
  79. package/.output/server/node_modules/@pierre/diffs/dist/shiki-stream/stream.js +32 -0
  80. package/.output/server/node_modules/@pierre/diffs/dist/shiki-stream/tokenizer.js +71 -0
  81. package/.output/server/node_modules/@pierre/diffs/dist/sprite.js +55 -0
  82. package/.output/server/node_modules/@pierre/diffs/dist/style.js +6 -0
  83. package/.output/server/node_modules/@pierre/diffs/dist/themes/pierre-dark.js +1328 -0
  84. package/.output/server/node_modules/@pierre/diffs/dist/themes/pierre-light.js +1328 -0
  85. package/.output/server/node_modules/@pierre/diffs/dist/utils/areFilesEqual.js +8 -0
  86. package/.output/server/node_modules/@pierre/diffs/dist/utils/areObjectsEqual.js +18 -0
  87. package/.output/server/node_modules/@pierre/diffs/dist/utils/areOptionsEqual.js +12 -0
  88. package/.output/server/node_modules/@pierre/diffs/dist/utils/areSelectionsEqual.js +8 -0
  89. package/.output/server/node_modules/@pierre/diffs/dist/utils/areThemesEqual.js +9 -0
  90. package/.output/server/node_modules/@pierre/diffs/dist/utils/cleanLastNewline.js +8 -0
  91. package/.output/server/node_modules/@pierre/diffs/dist/utils/createAnnotationElement.js +21 -0
  92. package/.output/server/node_modules/@pierre/diffs/dist/utils/createAnnotationWrapperNode.js +12 -0
  93. package/.output/server/node_modules/@pierre/diffs/dist/utils/createCodeNode.js +12 -0
  94. package/.output/server/node_modules/@pierre/diffs/dist/utils/createEmptyRowBuffer.js +16 -0
  95. package/.output/server/node_modules/@pierre/diffs/dist/utils/createFileHeaderElement.js +84 -0
  96. package/.output/server/node_modules/@pierre/diffs/dist/utils/createHoverContentNode.js +15 -0
  97. package/.output/server/node_modules/@pierre/diffs/dist/utils/createNoNewlineElement.js +24 -0
  98. package/.output/server/node_modules/@pierre/diffs/dist/utils/createPreElement.js +28 -0
  99. package/.output/server/node_modules/@pierre/diffs/dist/utils/createRowNodes.js +20 -0
  100. package/.output/server/node_modules/@pierre/diffs/dist/utils/createSeparator.js +69 -0
  101. package/.output/server/node_modules/@pierre/diffs/dist/utils/createSpanNodeFromToken.js +13 -0
  102. package/.output/server/node_modules/@pierre/diffs/dist/utils/createStyleElement.js +19 -0
  103. package/.output/server/node_modules/@pierre/diffs/dist/utils/createTransformerWithState.js +56 -0
  104. package/.output/server/node_modules/@pierre/diffs/dist/utils/createUnsafeCSSStyleNode.js +12 -0
  105. package/.output/server/node_modules/@pierre/diffs/dist/utils/cssWrappers.js +21 -0
  106. package/.output/server/node_modules/@pierre/diffs/dist/utils/diffAcceptRejectHunk.js +82 -0
  107. package/.output/server/node_modules/@pierre/diffs/dist/utils/formatCSSVariablePrefix.js +8 -0
  108. package/.output/server/node_modules/@pierre/diffs/dist/utils/getFiletypeFromFileName.js +343 -0
  109. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHighlighterOptions.js +13 -0
  110. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHighlighterThemeStyles.js +40 -0
  111. package/.output/server/node_modules/@pierre/diffs/dist/utils/getHunkSeparatorSlotName.js +8 -0
  112. package/.output/server/node_modules/@pierre/diffs/dist/utils/getIconForType.js +15 -0
  113. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineAnnotationName.js +8 -0
  114. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineEndingType.js +11 -0
  115. package/.output/server/node_modules/@pierre/diffs/dist/utils/getLineNodes.js +15 -0
  116. package/.output/server/node_modules/@pierre/diffs/dist/utils/getSingularPatch.js +20 -0
  117. package/.output/server/node_modules/@pierre/diffs/dist/utils/getThemes.js +16 -0
  118. package/.output/server/node_modules/@pierre/diffs/dist/utils/getTotalLineCountFromHunks.js +10 -0
  119. package/.output/server/node_modules/@pierre/diffs/dist/utils/hast_utils.js +42 -0
  120. package/.output/server/node_modules/@pierre/diffs/dist/utils/isWorkerContext.js +8 -0
  121. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseDiffDecorations.js +34 -0
  122. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseDiffFromFile.js +23 -0
  123. package/.output/server/node_modules/@pierre/diffs/dist/utils/parseLineType.js +17 -0
  124. package/.output/server/node_modules/@pierre/diffs/dist/utils/parsePatchFiles.js +211 -0
  125. package/.output/server/node_modules/@pierre/diffs/dist/utils/prerenderHTMLIfNecessary.js +10 -0
  126. package/.output/server/node_modules/@pierre/diffs/dist/utils/processLine.js +42 -0
  127. package/.output/server/node_modules/@pierre/diffs/dist/utils/renderDiffWithHighlighter.js +339 -0
  128. package/.output/server/node_modules/@pierre/diffs/dist/utils/renderFileWithHighlighter.js +52 -0
  129. package/.output/server/node_modules/@pierre/diffs/dist/utils/setLanguageOverride.js +11 -0
  130. package/.output/server/node_modules/@pierre/diffs/dist/utils/setWrapperNodeProps.js +29 -0
  131. package/.output/server/node_modules/@pierre/diffs/package.json +89 -0
  132. package/.output/server/node_modules/@shikijs/transformers/dist/index.mjs +831 -0
  133. package/.output/server/node_modules/@shikijs/transformers/package.json +37 -0
  134. package/.output/server/node_modules/diff/libesm/convert/dmp.js +21 -0
  135. package/.output/server/node_modules/diff/libesm/convert/xml.js +31 -0
  136. package/.output/server/node_modules/diff/libesm/diff/array.js +16 -0
  137. package/.output/server/node_modules/diff/libesm/diff/base.js +253 -0
  138. package/.output/server/node_modules/diff/libesm/diff/character.js +7 -0
  139. package/.output/server/node_modules/diff/libesm/diff/css.js +10 -0
  140. package/.output/server/node_modules/diff/libesm/diff/json.js +78 -0
  141. package/.output/server/node_modules/diff/libesm/diff/line.js +65 -0
  142. package/.output/server/node_modules/diff/libesm/diff/sentence.js +43 -0
  143. package/.output/server/node_modules/diff/libesm/diff/word.js +296 -0
  144. package/.output/server/node_modules/diff/libesm/index.js +30 -0
  145. package/.output/server/node_modules/diff/libesm/package.json +1 -0
  146. package/.output/server/node_modules/diff/libesm/patch/apply.js +257 -0
  147. package/.output/server/node_modules/diff/libesm/patch/create.js +228 -0
  148. package/.output/server/node_modules/diff/libesm/patch/line-endings.js +44 -0
  149. package/.output/server/node_modules/diff/libesm/patch/parse.js +147 -0
  150. package/.output/server/node_modules/diff/libesm/patch/reverse.js +23 -0
  151. package/.output/server/node_modules/diff/libesm/util/distance-iterator.js +37 -0
  152. package/.output/server/node_modules/diff/libesm/util/params.js +14 -0
  153. package/.output/server/node_modules/diff/libesm/util/string.js +128 -0
  154. package/.output/server/node_modules/diff/package.json +132 -0
  155. package/.output/server/package.json +4 -1
  156. package/dist/server/utils/git.js +8 -6
  157. package/package.json +2 -1
  158. package/.output/public/_nuxt/6tINjQEd.js +0 -141
  159. package/.output/public/_nuxt/B2mIQf5X.js +0 -3
  160. package/.output/public/_nuxt/C0BBSDJ7.js +0 -1
  161. package/.output/public/_nuxt/CN46Bgts.js +0 -1
  162. package/.output/public/_nuxt/CTJgb0zb.js +0 -1
  163. package/.output/public/_nuxt/Cce168lk.js +0 -30
  164. package/.output/public/_nuxt/CyVSeLw5.js +0 -1
  165. package/.output/public/_nuxt/Detail.CYc96mGf.css +0 -1
  166. package/.output/public/_nuxt/ZNypZshD.js +0 -13
  167. package/.output/public/_nuxt/builds/meta/9ce7f1bc-d5e2-47bf-8026-f4910c257b2e.json +0 -1
  168. package/.output/public/_nuxt/entry.Bw0CE6Iz.css +0 -1
  169. package/.output/public/_nuxt/pYJYAY-W.js +0 -60
  170. package/.output/server/chunks/build/Detail-DMMUwTWr.mjs.map +0 -1
  171. package/.output/server/chunks/build/DiffViewer-styles-1.mjs-d2dQvARr.mjs +0 -4
  172. package/.output/server/chunks/build/DiffViewer-styles-1.mjs-d2dQvARr.mjs.map +0 -1
  173. package/.output/server/chunks/build/DiffViewer-styles-2.mjs-X6QKNjM0.mjs +0 -4
  174. package/.output/server/chunks/build/DiffViewer-styles-2.mjs-X6QKNjM0.mjs.map +0 -1
  175. package/.output/server/chunks/build/DiffViewer-styles.0AbHFl6N.mjs +0 -8
  176. package/.output/server/chunks/build/DiffViewer-styles.0AbHFl6N.mjs.map +0 -1
  177. package/.output/server/chunks/build/DiffViewer-styles.BDwAqkTk.mjs +0 -8
  178. package/.output/server/chunks/build/DiffViewer-styles.BDwAqkTk.mjs.map +0 -1
  179. package/.output/server/chunks/build/DiffViewer-styles.DRJh5Ui4.mjs +0 -10
  180. package/.output/server/chunks/build/DiffViewer-styles.DRJh5Ui4.mjs.map +0 -1
  181. package/.output/server/chunks/build/_prd_-ByugK4Yi.mjs.map +0 -1
  182. package/.output/server/chunks/build/default-BKKgG7HJ.mjs.map +0 -1
  183. package/.output/server/chunks/build/error-404-Bf6kdO80.mjs.map +0 -1
  184. package/.output/server/chunks/build/index-DE1tjHAd.mjs.map +0 -1
  185. package/.output/server/chunks/build/nuxt-link-SvT1nf8Z.mjs.map +0 -1
  186. package/.output/server/chunks/build/repo-graph-DzT45gSB.mjs.map +0 -1
  187. package/.output/server/chunks/build/usePrd-hXZOmvAv.mjs.map +0 -1
@@ -0,0 +1,1328 @@
1
+ //#region src/themes/pierre-light.json
2
+ var name = "pierre-light";
3
+ var type = "light";
4
+ var colors = {
5
+ "editor.background": "#ffffff",
6
+ "editor.foreground": "#070707",
7
+ "foreground": "#070707",
8
+ "focusBorder": "#009fff",
9
+ "selection.background": "#dfebff",
10
+ "editor.selectionBackground": "#009fff2e",
11
+ "editor.lineHighlightBackground": "#dfebff8c",
12
+ "editorCursor.foreground": "#009fff",
13
+ "editorLineNumber.foreground": "#84848A",
14
+ "editorLineNumber.activeForeground": "#6C6C71",
15
+ "editorIndentGuide.background": "#eeeeef",
16
+ "editorIndentGuide.activeBackground": "#dbdbdd",
17
+ "diffEditor.insertedTextBackground": "#00cab133",
18
+ "diffEditor.deletedTextBackground": "#ff2e3f33",
19
+ "sideBar.background": "#f8f8f8",
20
+ "sideBar.foreground": "#6C6C71",
21
+ "sideBar.border": "#eeeeef",
22
+ "sideBarTitle.foreground": "#070707",
23
+ "sideBarSectionHeader.background": "#f8f8f8",
24
+ "sideBarSectionHeader.foreground": "#6C6C71",
25
+ "sideBarSectionHeader.border": "#eeeeef",
26
+ "activityBar.background": "#f8f8f8",
27
+ "activityBar.foreground": "#070707",
28
+ "activityBar.border": "#eeeeef",
29
+ "activityBar.activeBorder": "#009fff",
30
+ "activityBarBadge.background": "#009fff",
31
+ "activityBarBadge.foreground": "#ffffff",
32
+ "titleBar.activeBackground": "#f8f8f8",
33
+ "titleBar.activeForeground": "#070707",
34
+ "titleBar.inactiveBackground": "#f8f8f8",
35
+ "titleBar.inactiveForeground": "#84848A",
36
+ "titleBar.border": "#eeeeef",
37
+ "list.activeSelectionBackground": "#dfebffcc",
38
+ "list.activeSelectionForeground": "#070707",
39
+ "list.inactiveSelectionBackground": "#dfebff73",
40
+ "list.hoverBackground": "#dfebff59",
41
+ "list.focusOutline": "#009fff",
42
+ "tab.activeBackground": "#ffffff",
43
+ "tab.activeForeground": "#070707",
44
+ "tab.activeBorderTop": "#009fff",
45
+ "tab.inactiveBackground": "#f8f8f8",
46
+ "tab.inactiveForeground": "#84848A",
47
+ "tab.border": "#eeeeef",
48
+ "editorGroupHeader.tabsBackground": "#f8f8f8",
49
+ "editorGroupHeader.tabsBorder": "#eeeeef",
50
+ "panel.background": "#f8f8f8",
51
+ "panel.border": "#eeeeef",
52
+ "panelTitle.activeBorder": "#009fff",
53
+ "panelTitle.activeForeground": "#070707",
54
+ "panelTitle.inactiveForeground": "#84848A",
55
+ "statusBar.background": "#f8f8f8",
56
+ "statusBar.foreground": "#6C6C71",
57
+ "statusBar.border": "#eeeeef",
58
+ "statusBar.noFolderBackground": "#f8f8f8",
59
+ "statusBar.debuggingBackground": "#ffca00",
60
+ "statusBar.debuggingForeground": "#ffffff",
61
+ "statusBarItem.remoteBackground": "#f8f8f8",
62
+ "statusBarItem.remoteForeground": "#6C6C71",
63
+ "input.background": "#f2f2f3",
64
+ "input.border": "#dbdbdd",
65
+ "input.foreground": "#070707",
66
+ "input.placeholderForeground": "#8E8E95",
67
+ "dropdown.background": "#f2f2f3",
68
+ "dropdown.border": "#dbdbdd",
69
+ "dropdown.foreground": "#070707",
70
+ "button.background": "#009fff",
71
+ "button.foreground": "#ffffff",
72
+ "button.hoverBackground": "#1aa9ff",
73
+ "textLink.foreground": "#009fff",
74
+ "textLink.activeForeground": "#009fff",
75
+ "gitDecoration.addedResourceForeground": "#00cab1",
76
+ "gitDecoration.conflictingResourceForeground": "#ffca00",
77
+ "gitDecoration.modifiedResourceForeground": "#009fff",
78
+ "gitDecoration.deletedResourceForeground": "#ff2e3f",
79
+ "gitDecoration.untrackedResourceForeground": "#00cab1",
80
+ "gitDecoration.ignoredResourceForeground": "#84848A",
81
+ "terminal.titleForeground": "#6C6C71",
82
+ "terminal.titleInactiveForeground": "#84848A",
83
+ "terminal.background": "#f8f8f8",
84
+ "terminal.foreground": "#6C6C71",
85
+ "terminal.ansiBlack": "#1F1F21",
86
+ "terminal.ansiRed": "#ff2e3f",
87
+ "terminal.ansiGreen": "#0dbe4e",
88
+ "terminal.ansiYellow": "#ffca00",
89
+ "terminal.ansiBlue": "#009fff",
90
+ "terminal.ansiMagenta": "#c635e4",
91
+ "terminal.ansiCyan": "#08c0ef",
92
+ "terminal.ansiWhite": "#c6c6c8",
93
+ "terminal.ansiBrightBlack": "#1F1F21",
94
+ "terminal.ansiBrightRed": "#ff2e3f",
95
+ "terminal.ansiBrightGreen": "#0dbe4e",
96
+ "terminal.ansiBrightYellow": "#ffca00",
97
+ "terminal.ansiBrightBlue": "#009fff",
98
+ "terminal.ansiBrightMagenta": "#c635e4",
99
+ "terminal.ansiBrightCyan": "#08c0ef",
100
+ "terminal.ansiBrightWhite": "#c6c6c8"
101
+ };
102
+ var tokenColors = [
103
+ {
104
+ "scope": ["comment", "punctuation.definition.comment"],
105
+ "settings": { "foreground": "#84848A" }
106
+ },
107
+ {
108
+ "scope": "comment markup.link",
109
+ "settings": { "foreground": "#84848A" }
110
+ },
111
+ {
112
+ "scope": ["string", "constant.other.symbol"],
113
+ "settings": { "foreground": "#199f43" }
114
+ },
115
+ {
116
+ "scope": ["punctuation.definition.string.begin", "punctuation.definition.string.end"],
117
+ "settings": { "foreground": "#199f43" }
118
+ },
119
+ {
120
+ "scope": ["constant.numeric", "constant.language.boolean"],
121
+ "settings": { "foreground": "#1ca1c7" }
122
+ },
123
+ {
124
+ "scope": "constant",
125
+ "settings": { "foreground": "#d5a910" }
126
+ },
127
+ {
128
+ "scope": "punctuation.definition.constant",
129
+ "settings": { "foreground": "#d5a910" }
130
+ },
131
+ {
132
+ "scope": "constant.language",
133
+ "settings": { "foreground": "#1ca1c7" }
134
+ },
135
+ {
136
+ "scope": "variable.other.constant",
137
+ "settings": { "foreground": "#d5a910" }
138
+ },
139
+ {
140
+ "scope": "keyword",
141
+ "settings": { "foreground": "#fc2b73" }
142
+ },
143
+ {
144
+ "scope": "keyword.control",
145
+ "settings": { "foreground": "#fc2b73" }
146
+ },
147
+ {
148
+ "scope": [
149
+ "storage",
150
+ "storage.type",
151
+ "storage.modifier"
152
+ ],
153
+ "settings": { "foreground": "#fc2b73" }
154
+ },
155
+ {
156
+ "scope": "token.storage",
157
+ "settings": { "foreground": "#fc2b73" }
158
+ },
159
+ {
160
+ "scope": [
161
+ "keyword.operator.new",
162
+ "keyword.operator.expression.instanceof",
163
+ "keyword.operator.expression.typeof",
164
+ "keyword.operator.expression.void",
165
+ "keyword.operator.expression.delete",
166
+ "keyword.operator.expression.in",
167
+ "keyword.operator.expression.of",
168
+ "keyword.operator.expression.keyof"
169
+ ],
170
+ "settings": { "foreground": "#fc2b73" }
171
+ },
172
+ {
173
+ "scope": "keyword.operator.delete",
174
+ "settings": { "foreground": "#fc2b73" }
175
+ },
176
+ {
177
+ "scope": [
178
+ "variable",
179
+ "identifier",
180
+ "meta.definition.variable"
181
+ ],
182
+ "settings": { "foreground": "#d47628" }
183
+ },
184
+ {
185
+ "scope": [
186
+ "variable.other.readwrite",
187
+ "meta.object-literal.key",
188
+ "support.variable.property",
189
+ "support.variable.object.process",
190
+ "support.variable.object.node"
191
+ ],
192
+ "settings": { "foreground": "#d47628" }
193
+ },
194
+ {
195
+ "scope": "variable.language",
196
+ "settings": { "foreground": "#d5a910" }
197
+ },
198
+ {
199
+ "scope": "variable.parameter.function",
200
+ "settings": { "foreground": "#79797F" }
201
+ },
202
+ {
203
+ "scope": "function.parameter",
204
+ "settings": { "foreground": "#79797F" }
205
+ },
206
+ {
207
+ "scope": "variable.parameter",
208
+ "settings": { "foreground": "#79797F" }
209
+ },
210
+ {
211
+ "scope": "variable.parameter.function.language.python",
212
+ "settings": { "foreground": "#d5a910" }
213
+ },
214
+ {
215
+ "scope": "variable.parameter.function.python",
216
+ "settings": { "foreground": "#d5a910" }
217
+ },
218
+ {
219
+ "scope": [
220
+ "support.function",
221
+ "entity.name.function",
222
+ "meta.function-call",
223
+ "meta.require",
224
+ "support.function.any-method",
225
+ "variable.function"
226
+ ],
227
+ "settings": { "foreground": "#7b43f8" }
228
+ },
229
+ {
230
+ "scope": "keyword.other.special-method",
231
+ "settings": { "foreground": "#7b43f8" }
232
+ },
233
+ {
234
+ "scope": "entity.name.function",
235
+ "settings": { "foreground": "#7b43f8" }
236
+ },
237
+ {
238
+ "scope": "support.function.console",
239
+ "settings": { "foreground": "#7b43f8" }
240
+ },
241
+ {
242
+ "scope": [
243
+ "support.type",
244
+ "entity.name.type",
245
+ "entity.name.class",
246
+ "storage.type"
247
+ ],
248
+ "settings": { "foreground": "#c635e4" }
249
+ },
250
+ {
251
+ "scope": ["support.class", "entity.name.type.class"],
252
+ "settings": { "foreground": "#c635e4" }
253
+ },
254
+ {
255
+ "scope": [
256
+ "entity.name.class",
257
+ "variable.other.class.js",
258
+ "variable.other.class.ts"
259
+ ],
260
+ "settings": { "foreground": "#c635e4" }
261
+ },
262
+ {
263
+ "scope": "entity.name.class.identifier.namespace.type",
264
+ "settings": { "foreground": "#c635e4" }
265
+ },
266
+ {
267
+ "scope": "entity.name.type.namespace",
268
+ "settings": { "foreground": "#d5a910" }
269
+ },
270
+ {
271
+ "scope": "entity.other.inherited-class",
272
+ "settings": { "foreground": "#c635e4" }
273
+ },
274
+ {
275
+ "scope": "entity.name.namespace",
276
+ "settings": { "foreground": "#d5a910" }
277
+ },
278
+ {
279
+ "scope": "keyword.operator",
280
+ "settings": { "foreground": "#79797F" }
281
+ },
282
+ {
283
+ "scope": [
284
+ "keyword.operator.logical",
285
+ "keyword.operator.bitwise",
286
+ "keyword.operator.channel"
287
+ ],
288
+ "settings": { "foreground": "#08c0ef" }
289
+ },
290
+ {
291
+ "scope": [
292
+ "keyword.operator.arithmetic",
293
+ "keyword.operator.comparison",
294
+ "keyword.operator.relational",
295
+ "keyword.operator.increment",
296
+ "keyword.operator.decrement"
297
+ ],
298
+ "settings": { "foreground": "#08c0ef" }
299
+ },
300
+ {
301
+ "scope": "keyword.operator.assignment",
302
+ "settings": { "foreground": "#08c0ef" }
303
+ },
304
+ {
305
+ "scope": "keyword.operator.assignment.compound",
306
+ "settings": { "foreground": "#fc2b73" }
307
+ },
308
+ {
309
+ "scope": ["keyword.operator.assignment.compound.js", "keyword.operator.assignment.compound.ts"],
310
+ "settings": { "foreground": "#08c0ef" }
311
+ },
312
+ {
313
+ "scope": "keyword.operator.ternary",
314
+ "settings": { "foreground": "#fc2b73" }
315
+ },
316
+ {
317
+ "scope": "keyword.operator.optional",
318
+ "settings": { "foreground": "#fc2b73" }
319
+ },
320
+ {
321
+ "scope": "punctuation",
322
+ "settings": { "foreground": "#79797F" }
323
+ },
324
+ {
325
+ "scope": "punctuation.separator.delimiter",
326
+ "settings": { "foreground": "#79797F" }
327
+ },
328
+ {
329
+ "scope": "punctuation.separator.key-value",
330
+ "settings": { "foreground": "#79797F" }
331
+ },
332
+ {
333
+ "scope": "punctuation.terminator",
334
+ "settings": { "foreground": "#79797F" }
335
+ },
336
+ {
337
+ "scope": "meta.brace",
338
+ "settings": { "foreground": "#79797F" }
339
+ },
340
+ {
341
+ "scope": "meta.brace.square",
342
+ "settings": { "foreground": "#79797F" }
343
+ },
344
+ {
345
+ "scope": "meta.brace.round",
346
+ "settings": { "foreground": "#79797F" }
347
+ },
348
+ {
349
+ "scope": "function.brace",
350
+ "settings": { "foreground": "#79797F" }
351
+ },
352
+ {
353
+ "scope": ["punctuation.definition.parameters", "punctuation.definition.typeparameters"],
354
+ "settings": { "foreground": "#79797F" }
355
+ },
356
+ {
357
+ "scope": ["punctuation.definition.block", "punctuation.definition.tag"],
358
+ "settings": { "foreground": "#79797F" }
359
+ },
360
+ {
361
+ "scope": [
362
+ "meta.tag.tsx",
363
+ "meta.tag.jsx",
364
+ "meta.tag.js",
365
+ "meta.tag.ts"
366
+ ],
367
+ "settings": { "foreground": "#79797F" }
368
+ },
369
+ {
370
+ "scope": "keyword.operator.expression.import",
371
+ "settings": { "foreground": "#7b43f8" }
372
+ },
373
+ {
374
+ "scope": "keyword.operator.module",
375
+ "settings": { "foreground": "#fc2b73" }
376
+ },
377
+ {
378
+ "scope": "support.type.object.console",
379
+ "settings": { "foreground": "#d47628" }
380
+ },
381
+ {
382
+ "scope": [
383
+ "support.module.node",
384
+ "support.type.object.module",
385
+ "entity.name.type.module"
386
+ ],
387
+ "settings": { "foreground": "#d5a910" }
388
+ },
389
+ {
390
+ "scope": "support.constant.math",
391
+ "settings": { "foreground": "#d5a910" }
392
+ },
393
+ {
394
+ "scope": "support.constant.property.math",
395
+ "settings": { "foreground": "#d5a910" }
396
+ },
397
+ {
398
+ "scope": "support.constant.json",
399
+ "settings": { "foreground": "#d5a910" }
400
+ },
401
+ {
402
+ "scope": "support.type.object.dom",
403
+ "settings": { "foreground": "#08c0ef" }
404
+ },
405
+ {
406
+ "scope": ["support.variable.dom", "support.variable.property.dom"],
407
+ "settings": { "foreground": "#d47628" }
408
+ },
409
+ {
410
+ "scope": "support.variable.property.process",
411
+ "settings": { "foreground": "#d5a910" }
412
+ },
413
+ {
414
+ "scope": "meta.property.object",
415
+ "settings": { "foreground": "#d47628" }
416
+ },
417
+ {
418
+ "scope": "variable.parameter.function.js",
419
+ "settings": { "foreground": "#d47628" }
420
+ },
421
+ {
422
+ "scope": ["keyword.other.template.begin", "keyword.other.template.end"],
423
+ "settings": { "foreground": "#199f43" }
424
+ },
425
+ {
426
+ "scope": ["keyword.other.substitution.begin", "keyword.other.substitution.end"],
427
+ "settings": { "foreground": "#199f43" }
428
+ },
429
+ {
430
+ "scope": ["punctuation.definition.template-expression.begin", "punctuation.definition.template-expression.end"],
431
+ "settings": { "foreground": "#fc2b73" }
432
+ },
433
+ {
434
+ "scope": "meta.template.expression",
435
+ "settings": { "foreground": "#79797F" }
436
+ },
437
+ {
438
+ "scope": "punctuation.section.embedded",
439
+ "settings": { "foreground": "#d47628" }
440
+ },
441
+ {
442
+ "scope": "variable.interpolation",
443
+ "settings": { "foreground": "#d47628" }
444
+ },
445
+ {
446
+ "scope": ["punctuation.section.embedded.begin", "punctuation.section.embedded.end"],
447
+ "settings": { "foreground": "#fc2b73" }
448
+ },
449
+ {
450
+ "scope": "punctuation.quasi.element",
451
+ "settings": { "foreground": "#fc2b73" }
452
+ },
453
+ {
454
+ "scope": [
455
+ "support.type.primitive.ts",
456
+ "support.type.builtin.ts",
457
+ "support.type.primitive.tsx",
458
+ "support.type.builtin.tsx"
459
+ ],
460
+ "settings": { "foreground": "#c635e4" }
461
+ },
462
+ {
463
+ "scope": "support.type.type.flowtype",
464
+ "settings": { "foreground": "#7b43f8" }
465
+ },
466
+ {
467
+ "scope": "support.type.primitive",
468
+ "settings": { "foreground": "#c635e4" }
469
+ },
470
+ {
471
+ "scope": "support.variable.magic.python",
472
+ "settings": { "foreground": "#d52c36" }
473
+ },
474
+ {
475
+ "scope": "variable.parameter.function.language.special.self.python",
476
+ "settings": { "foreground": "#d5a910" }
477
+ },
478
+ {
479
+ "scope": [
480
+ "punctuation.separator.period.python",
481
+ "punctuation.separator.element.python",
482
+ "punctuation.parenthesis.begin.python",
483
+ "punctuation.parenthesis.end.python"
484
+ ],
485
+ "settings": { "foreground": "#79797F" }
486
+ },
487
+ {
488
+ "scope": [
489
+ "punctuation.definition.arguments.begin.python",
490
+ "punctuation.definition.arguments.end.python",
491
+ "punctuation.separator.arguments.python",
492
+ "punctuation.definition.list.begin.python",
493
+ "punctuation.definition.list.end.python"
494
+ ],
495
+ "settings": { "foreground": "#79797F" }
496
+ },
497
+ {
498
+ "scope": "support.type.python",
499
+ "settings": { "foreground": "#08c0ef" }
500
+ },
501
+ {
502
+ "scope": "keyword.operator.logical.python",
503
+ "settings": { "foreground": "#fc2b73" }
504
+ },
505
+ {
506
+ "scope": "meta.function-call.generic.python",
507
+ "settings": { "foreground": "#7b43f8" }
508
+ },
509
+ {
510
+ "scope": "constant.character.format.placeholder.other.python",
511
+ "settings": { "foreground": "#d5a910" }
512
+ },
513
+ {
514
+ "scope": "meta.function.decorator.python",
515
+ "settings": { "foreground": "#7b43f8" }
516
+ },
517
+ {
518
+ "scope": ["support.token.decorator.python", "meta.function.decorator.identifier.python"],
519
+ "settings": { "foreground": "#08c0ef" }
520
+ },
521
+ {
522
+ "scope": "storage.modifier.lifetime.rust",
523
+ "settings": { "foreground": "#79797F" }
524
+ },
525
+ {
526
+ "scope": "support.function.std.rust",
527
+ "settings": { "foreground": "#7b43f8" }
528
+ },
529
+ {
530
+ "scope": "entity.name.lifetime.rust",
531
+ "settings": { "foreground": "#d5a910" }
532
+ },
533
+ {
534
+ "scope": "variable.language.rust",
535
+ "settings": { "foreground": "#d52c36" }
536
+ },
537
+ {
538
+ "scope": "keyword.operator.misc.rust",
539
+ "settings": { "foreground": "#79797F" }
540
+ },
541
+ {
542
+ "scope": "keyword.operator.sigil.rust",
543
+ "settings": { "foreground": "#fc2b73" }
544
+ },
545
+ {
546
+ "scope": "support.constant.core.rust",
547
+ "settings": { "foreground": "#d5a910" }
548
+ },
549
+ {
550
+ "scope": ["meta.function.c", "meta.function.cpp"],
551
+ "settings": { "foreground": "#d52c36" }
552
+ },
553
+ {
554
+ "scope": [
555
+ "punctuation.section.block.begin.bracket.curly.cpp",
556
+ "punctuation.section.block.end.bracket.curly.cpp",
557
+ "punctuation.terminator.statement.c",
558
+ "punctuation.section.block.begin.bracket.curly.c",
559
+ "punctuation.section.block.end.bracket.curly.c",
560
+ "punctuation.section.parens.begin.bracket.round.c",
561
+ "punctuation.section.parens.end.bracket.round.c",
562
+ "punctuation.section.parameters.begin.bracket.round.c",
563
+ "punctuation.section.parameters.end.bracket.round.c"
564
+ ],
565
+ "settings": { "foreground": "#79797F" }
566
+ },
567
+ {
568
+ "scope": [
569
+ "keyword.operator.assignment.c",
570
+ "keyword.operator.comparison.c",
571
+ "keyword.operator.c",
572
+ "keyword.operator.increment.c",
573
+ "keyword.operator.decrement.c",
574
+ "keyword.operator.bitwise.shift.c"
575
+ ],
576
+ "settings": { "foreground": "#fc2b73" }
577
+ },
578
+ {
579
+ "scope": [
580
+ "keyword.operator.assignment.cpp",
581
+ "keyword.operator.comparison.cpp",
582
+ "keyword.operator.cpp",
583
+ "keyword.operator.increment.cpp",
584
+ "keyword.operator.decrement.cpp",
585
+ "keyword.operator.bitwise.shift.cpp"
586
+ ],
587
+ "settings": { "foreground": "#fc2b73" }
588
+ },
589
+ {
590
+ "scope": ["punctuation.separator.c", "punctuation.separator.cpp"],
591
+ "settings": { "foreground": "#fc2b73" }
592
+ },
593
+ {
594
+ "scope": ["support.type.posix-reserved.c", "support.type.posix-reserved.cpp"],
595
+ "settings": { "foreground": "#08c0ef" }
596
+ },
597
+ {
598
+ "scope": ["keyword.operator.sizeof.c", "keyword.operator.sizeof.cpp"],
599
+ "settings": { "foreground": "#fc2b73" }
600
+ },
601
+ {
602
+ "scope": "variable.c",
603
+ "settings": { "foreground": "#79797F" }
604
+ },
605
+ {
606
+ "scope": ["storage.type.annotation.java", "storage.type.object.array.java"],
607
+ "settings": { "foreground": "#d5a910" }
608
+ },
609
+ {
610
+ "scope": "source.java",
611
+ "settings": { "foreground": "#d52c36" }
612
+ },
613
+ {
614
+ "scope": [
615
+ "punctuation.section.block.begin.java",
616
+ "punctuation.section.block.end.java",
617
+ "punctuation.definition.method-parameters.begin.java",
618
+ "punctuation.definition.method-parameters.end.java",
619
+ "meta.method.identifier.java",
620
+ "punctuation.section.method.begin.java",
621
+ "punctuation.section.method.end.java",
622
+ "punctuation.terminator.java",
623
+ "punctuation.section.class.begin.java",
624
+ "punctuation.section.class.end.java",
625
+ "punctuation.section.inner-class.begin.java",
626
+ "punctuation.section.inner-class.end.java",
627
+ "meta.method-call.java",
628
+ "punctuation.section.class.begin.bracket.curly.java",
629
+ "punctuation.section.class.end.bracket.curly.java",
630
+ "punctuation.section.method.begin.bracket.curly.java",
631
+ "punctuation.section.method.end.bracket.curly.java",
632
+ "punctuation.separator.period.java",
633
+ "punctuation.bracket.angle.java",
634
+ "punctuation.definition.annotation.java",
635
+ "meta.method.body.java"
636
+ ],
637
+ "settings": { "foreground": "#79797F" }
638
+ },
639
+ {
640
+ "scope": "meta.method.java",
641
+ "settings": { "foreground": "#7b43f8" }
642
+ },
643
+ {
644
+ "scope": [
645
+ "storage.modifier.import.java",
646
+ "storage.type.java",
647
+ "storage.type.generic.java"
648
+ ],
649
+ "settings": { "foreground": "#d5a910" }
650
+ },
651
+ {
652
+ "scope": "keyword.operator.instanceof.java",
653
+ "settings": { "foreground": "#fc2b73" }
654
+ },
655
+ {
656
+ "scope": "meta.definition.variable.name.java",
657
+ "settings": { "foreground": "#d52c36" }
658
+ },
659
+ {
660
+ "scope": "token.variable.parameter.java",
661
+ "settings": { "foreground": "#79797F" }
662
+ },
663
+ {
664
+ "scope": "import.storage.java",
665
+ "settings": { "foreground": "#d5a910" }
666
+ },
667
+ {
668
+ "scope": "token.package.keyword",
669
+ "settings": { "foreground": "#fc2b73" }
670
+ },
671
+ {
672
+ "scope": "token.package",
673
+ "settings": { "foreground": "#79797F" }
674
+ },
675
+ {
676
+ "scope": "token.storage.type.java",
677
+ "settings": { "foreground": "#d5a910" }
678
+ },
679
+ {
680
+ "scope": "keyword.operator.assignment.go",
681
+ "settings": { "foreground": "#d5a910" }
682
+ },
683
+ {
684
+ "scope": ["keyword.operator.arithmetic.go", "keyword.operator.address.go"],
685
+ "settings": { "foreground": "#fc2b73" }
686
+ },
687
+ {
688
+ "scope": "entity.name.package.go",
689
+ "settings": { "foreground": "#d5a910" }
690
+ },
691
+ {
692
+ "scope": [
693
+ "support.other.namespace.use.php",
694
+ "support.other.namespace.use-as.php",
695
+ "support.other.namespace.php",
696
+ "entity.other.alias.php",
697
+ "meta.interface.php"
698
+ ],
699
+ "settings": { "foreground": "#d5a910" }
700
+ },
701
+ {
702
+ "scope": "keyword.operator.error-control.php",
703
+ "settings": { "foreground": "#fc2b73" }
704
+ },
705
+ {
706
+ "scope": "keyword.operator.type.php",
707
+ "settings": { "foreground": "#fc2b73" }
708
+ },
709
+ {
710
+ "scope": ["punctuation.section.array.begin.php", "punctuation.section.array.end.php"],
711
+ "settings": { "foreground": "#79797F" }
712
+ },
713
+ {
714
+ "scope": [
715
+ "storage.type.php",
716
+ "meta.other.type.phpdoc.php",
717
+ "keyword.other.type.php",
718
+ "keyword.other.array.phpdoc.php"
719
+ ],
720
+ "settings": { "foreground": "#d5a910" }
721
+ },
722
+ {
723
+ "scope": [
724
+ "meta.function-call.php",
725
+ "meta.function-call.object.php",
726
+ "meta.function-call.static.php"
727
+ ],
728
+ "settings": { "foreground": "#7b43f8" }
729
+ },
730
+ {
731
+ "scope": [
732
+ "punctuation.definition.parameters.begin.bracket.round.php",
733
+ "punctuation.definition.parameters.end.bracket.round.php",
734
+ "punctuation.separator.delimiter.php",
735
+ "punctuation.section.scope.begin.php",
736
+ "punctuation.section.scope.end.php",
737
+ "punctuation.terminator.expression.php",
738
+ "punctuation.definition.arguments.begin.bracket.round.php",
739
+ "punctuation.definition.arguments.end.bracket.round.php",
740
+ "punctuation.definition.storage-type.begin.bracket.round.php",
741
+ "punctuation.definition.storage-type.end.bracket.round.php",
742
+ "punctuation.definition.array.begin.bracket.round.php",
743
+ "punctuation.definition.array.end.bracket.round.php",
744
+ "punctuation.definition.begin.bracket.round.php",
745
+ "punctuation.definition.end.bracket.round.php",
746
+ "punctuation.definition.begin.bracket.curly.php",
747
+ "punctuation.definition.end.bracket.curly.php",
748
+ "punctuation.definition.section.switch-block.end.bracket.curly.php",
749
+ "punctuation.definition.section.switch-block.start.bracket.curly.php",
750
+ "punctuation.definition.section.switch-block.begin.bracket.curly.php",
751
+ "punctuation.definition.section.switch-block.end.bracket.curly.php"
752
+ ],
753
+ "settings": { "foreground": "#79797F" }
754
+ },
755
+ {
756
+ "scope": [
757
+ "support.constant.ext.php",
758
+ "support.constant.std.php",
759
+ "support.constant.core.php",
760
+ "support.constant.parser-token.php"
761
+ ],
762
+ "settings": { "foreground": "#d5a910" }
763
+ },
764
+ {
765
+ "scope": ["entity.name.goto-label.php", "support.other.php"],
766
+ "settings": { "foreground": "#7b43f8" }
767
+ },
768
+ {
769
+ "scope": [
770
+ "keyword.operator.logical.php",
771
+ "keyword.operator.bitwise.php",
772
+ "keyword.operator.arithmetic.php"
773
+ ],
774
+ "settings": { "foreground": "#08c0ef" }
775
+ },
776
+ {
777
+ "scope": "keyword.operator.regexp.php",
778
+ "settings": { "foreground": "#fc2b73" }
779
+ },
780
+ {
781
+ "scope": "keyword.operator.comparison.php",
782
+ "settings": { "foreground": "#08c0ef" }
783
+ },
784
+ {
785
+ "scope": ["keyword.operator.heredoc.php", "keyword.operator.nowdoc.php"],
786
+ "settings": { "foreground": "#fc2b73" }
787
+ },
788
+ {
789
+ "scope": "variable.other.class.php",
790
+ "settings": { "foreground": "#d52c36" }
791
+ },
792
+ {
793
+ "scope": "invalid.illegal.non-null-typehinted.php",
794
+ "settings": { "foreground": "#f44747" }
795
+ },
796
+ {
797
+ "scope": "variable.other.generic-type.haskell",
798
+ "settings": { "foreground": "#fc2b73" }
799
+ },
800
+ {
801
+ "scope": "storage.type.haskell",
802
+ "settings": { "foreground": "#d5a910" }
803
+ },
804
+ {
805
+ "scope": "storage.type.cs",
806
+ "settings": { "foreground": "#d5a910" }
807
+ },
808
+ {
809
+ "scope": "entity.name.variable.local.cs",
810
+ "settings": { "foreground": "#d52c36" }
811
+ },
812
+ {
813
+ "scope": "entity.name.label.cs",
814
+ "settings": { "foreground": "#d5a910" }
815
+ },
816
+ {
817
+ "scope": ["entity.name.scope-resolution.function.call", "entity.name.scope-resolution.function.definition"],
818
+ "settings": { "foreground": "#d5a910" }
819
+ },
820
+ {
821
+ "scope": [
822
+ "punctuation.definition.delayed.unison",
823
+ "punctuation.definition.list.begin.unison",
824
+ "punctuation.definition.list.end.unison",
825
+ "punctuation.definition.ability.begin.unison",
826
+ "punctuation.definition.ability.end.unison",
827
+ "punctuation.operator.assignment.as.unison",
828
+ "punctuation.separator.pipe.unison",
829
+ "punctuation.separator.delimiter.unison",
830
+ "punctuation.definition.hash.unison"
831
+ ],
832
+ "settings": { "foreground": "#d52c36" }
833
+ },
834
+ {
835
+ "scope": "support.constant.edge",
836
+ "settings": { "foreground": "#fc2b73" }
837
+ },
838
+ {
839
+ "scope": "support.type.prelude.elm",
840
+ "settings": { "foreground": "#08c0ef" }
841
+ },
842
+ {
843
+ "scope": "support.constant.elm",
844
+ "settings": { "foreground": "#d5a910" }
845
+ },
846
+ {
847
+ "scope": "entity.global.clojure",
848
+ "settings": { "foreground": "#d5a910" }
849
+ },
850
+ {
851
+ "scope": "meta.symbol.clojure",
852
+ "settings": { "foreground": "#d52c36" }
853
+ },
854
+ {
855
+ "scope": "constant.keyword.clojure",
856
+ "settings": { "foreground": "#08c0ef" }
857
+ },
858
+ {
859
+ "scope": ["meta.arguments.coffee", "variable.parameter.function.coffee"],
860
+ "settings": { "foreground": "#d52c36" }
861
+ },
862
+ {
863
+ "scope": "storage.modifier.import.groovy",
864
+ "settings": { "foreground": "#d5a910" }
865
+ },
866
+ {
867
+ "scope": "meta.method.groovy",
868
+ "settings": { "foreground": "#7b43f8" }
869
+ },
870
+ {
871
+ "scope": "meta.definition.variable.name.groovy",
872
+ "settings": { "foreground": "#d52c36" }
873
+ },
874
+ {
875
+ "scope": "meta.definition.class.inherited.classes.groovy",
876
+ "settings": { "foreground": "#199f43" }
877
+ },
878
+ {
879
+ "scope": "support.variable.semantic.hlsl",
880
+ "settings": { "foreground": "#d5a910" }
881
+ },
882
+ {
883
+ "scope": [
884
+ "support.type.texture.hlsl",
885
+ "support.type.sampler.hlsl",
886
+ "support.type.object.hlsl",
887
+ "support.type.object.rw.hlsl",
888
+ "support.type.fx.hlsl",
889
+ "support.type.object.hlsl"
890
+ ],
891
+ "settings": { "foreground": "#fc2b73" }
892
+ },
893
+ {
894
+ "scope": ["text.variable", "text.bracketed"],
895
+ "settings": { "foreground": "#d52c36" }
896
+ },
897
+ {
898
+ "scope": ["support.type.swift", "support.type.vb.asp"],
899
+ "settings": { "foreground": "#d5a910" }
900
+ },
901
+ {
902
+ "scope": "meta.scope.prerequisites.makefile",
903
+ "settings": { "foreground": "#d52c36" }
904
+ },
905
+ {
906
+ "scope": "source.makefile",
907
+ "settings": { "foreground": "#d5a910" }
908
+ },
909
+ {
910
+ "scope": "source.ini",
911
+ "settings": { "foreground": "#199f43" }
912
+ },
913
+ {
914
+ "scope": "constant.language.symbol.ruby",
915
+ "settings": { "foreground": "#08c0ef" }
916
+ },
917
+ {
918
+ "scope": ["function.parameter.ruby", "function.parameter.cs"],
919
+ "settings": { "foreground": "#79797F" }
920
+ },
921
+ {
922
+ "scope": "constant.language.symbol.elixir",
923
+ "settings": { "foreground": "#08c0ef" }
924
+ },
925
+ {
926
+ "scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade",
927
+ "settings": { "foreground": "#fc2b73" }
928
+ },
929
+ {
930
+ "scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade",
931
+ "settings": { "foreground": "#fc2b73" }
932
+ },
933
+ {
934
+ "scope": "entity.name.function.xi",
935
+ "settings": { "foreground": "#d5a910" }
936
+ },
937
+ {
938
+ "scope": "entity.name.class.xi",
939
+ "settings": { "foreground": "#08c0ef" }
940
+ },
941
+ {
942
+ "scope": "constant.character.character-class.regexp.xi",
943
+ "settings": { "foreground": "#d52c36" }
944
+ },
945
+ {
946
+ "scope": "constant.regexp.xi",
947
+ "settings": { "foreground": "#fc2b73" }
948
+ },
949
+ {
950
+ "scope": "keyword.control.xi",
951
+ "settings": { "foreground": "#08c0ef" }
952
+ },
953
+ {
954
+ "scope": "invalid.xi",
955
+ "settings": { "foreground": "#79797F" }
956
+ },
957
+ {
958
+ "scope": "beginning.punctuation.definition.quote.markdown.xi",
959
+ "settings": { "foreground": "#199f43" }
960
+ },
961
+ {
962
+ "scope": "beginning.punctuation.definition.list.markdown.xi",
963
+ "settings": { "foreground": "#84848A" }
964
+ },
965
+ {
966
+ "scope": "constant.character.xi",
967
+ "settings": { "foreground": "#7b43f8" }
968
+ },
969
+ {
970
+ "scope": "accent.xi",
971
+ "settings": { "foreground": "#7b43f8" }
972
+ },
973
+ {
974
+ "scope": "wikiword.xi",
975
+ "settings": { "foreground": "#d5a910" }
976
+ },
977
+ {
978
+ "scope": "constant.other.color.rgb-value.xi",
979
+ "settings": { "foreground": "#ffffff" }
980
+ },
981
+ {
982
+ "scope": "punctuation.definition.tag.xi",
983
+ "settings": { "foreground": "#84848A" }
984
+ },
985
+ {
986
+ "scope": ["support.constant.property-value.scss", "support.constant.property-value.css"],
987
+ "settings": { "foreground": "#d5a910" }
988
+ },
989
+ {
990
+ "scope": [
991
+ "keyword.operator.css",
992
+ "keyword.operator.scss",
993
+ "keyword.operator.less"
994
+ ],
995
+ "settings": { "foreground": "#08c0ef" }
996
+ },
997
+ {
998
+ "scope": ["support.constant.color.w3c-standard-color-name.css", "support.constant.color.w3c-standard-color-name.scss"],
999
+ "settings": { "foreground": "#d5a910" }
1000
+ },
1001
+ {
1002
+ "scope": "punctuation.separator.list.comma.css",
1003
+ "settings": { "foreground": "#79797F" }
1004
+ },
1005
+ {
1006
+ "scope": "support.type.vendored.property-name.css",
1007
+ "settings": { "foreground": "#08c0ef" }
1008
+ },
1009
+ {
1010
+ "scope": "support.type.property-name.css",
1011
+ "settings": { "foreground": "#08c0ef" }
1012
+ },
1013
+ {
1014
+ "scope": "support.type.property-name",
1015
+ "settings": { "foreground": "#79797F" }
1016
+ },
1017
+ {
1018
+ "scope": "support.constant.property-value",
1019
+ "settings": { "foreground": "#79797F" }
1020
+ },
1021
+ {
1022
+ "scope": "support.constant.font-name",
1023
+ "settings": { "foreground": "#d5a910" }
1024
+ },
1025
+ {
1026
+ "scope": "entity.other.attribute-name.class.css",
1027
+ "settings": {
1028
+ "foreground": "#16a994",
1029
+ "fontStyle": "normal"
1030
+ }
1031
+ },
1032
+ {
1033
+ "scope": "entity.other.attribute-name.id",
1034
+ "settings": {
1035
+ "foreground": "#7b43f8",
1036
+ "fontStyle": "normal"
1037
+ }
1038
+ },
1039
+ {
1040
+ "scope": ["entity.other.attribute-name.pseudo-element", "entity.other.attribute-name.pseudo-class"],
1041
+ "settings": { "foreground": "#08c0ef" }
1042
+ },
1043
+ {
1044
+ "scope": "meta.selector",
1045
+ "settings": { "foreground": "#fc2b73" }
1046
+ },
1047
+ {
1048
+ "scope": "selector.sass",
1049
+ "settings": { "foreground": "#d52c36" }
1050
+ },
1051
+ {
1052
+ "scope": "rgb-value",
1053
+ "settings": { "foreground": "#08c0ef" }
1054
+ },
1055
+ {
1056
+ "scope": "inline-color-decoration rgb-value",
1057
+ "settings": { "foreground": "#d5a910" }
1058
+ },
1059
+ {
1060
+ "scope": "less rgb-value",
1061
+ "settings": { "foreground": "#d5a910" }
1062
+ },
1063
+ {
1064
+ "scope": "control.elements",
1065
+ "settings": { "foreground": "#d5a910" }
1066
+ },
1067
+ {
1068
+ "scope": "keyword.operator.less",
1069
+ "settings": { "foreground": "#d5a910" }
1070
+ },
1071
+ {
1072
+ "scope": "entity.name.tag",
1073
+ "settings": { "foreground": "#d52c36" }
1074
+ },
1075
+ {
1076
+ "scope": "entity.other.attribute-name",
1077
+ "settings": {
1078
+ "foreground": "#16a994",
1079
+ "fontStyle": "normal"
1080
+ }
1081
+ },
1082
+ {
1083
+ "scope": "constant.character.entity",
1084
+ "settings": { "foreground": "#d52c36" }
1085
+ },
1086
+ {
1087
+ "scope": "meta.tag",
1088
+ "settings": { "foreground": "#79797F" }
1089
+ },
1090
+ {
1091
+ "scope": "invalid.illegal.bad-ampersand.html",
1092
+ "settings": { "foreground": "#79797F" }
1093
+ },
1094
+ {
1095
+ "scope": "markup.heading",
1096
+ "settings": { "foreground": "#d52c36" }
1097
+ },
1098
+ {
1099
+ "scope": ["markup.heading punctuation.definition.heading", "entity.name.section"],
1100
+ "settings": { "foreground": "#7b43f8" }
1101
+ },
1102
+ {
1103
+ "scope": "entity.name.section.markdown",
1104
+ "settings": { "foreground": "#d52c36" }
1105
+ },
1106
+ {
1107
+ "scope": "punctuation.definition.heading.markdown",
1108
+ "settings": { "foreground": "#d52c36" }
1109
+ },
1110
+ {
1111
+ "scope": "markup.heading.setext",
1112
+ "settings": { "foreground": "#79797F" }
1113
+ },
1114
+ {
1115
+ "scope": ["markup.heading.setext.1.markdown", "markup.heading.setext.2.markdown"],
1116
+ "settings": { "foreground": "#d52c36" }
1117
+ },
1118
+ {
1119
+ "scope": ["markup.bold", "todo.bold"],
1120
+ "settings": { "foreground": "#d5a910" }
1121
+ },
1122
+ {
1123
+ "scope": "punctuation.definition.bold",
1124
+ "settings": { "foreground": "#d5a910" }
1125
+ },
1126
+ {
1127
+ "scope": "punctuation.definition.bold.markdown",
1128
+ "settings": { "foreground": "#d5a910" }
1129
+ },
1130
+ {
1131
+ "scope": [
1132
+ "markup.italic",
1133
+ "punctuation.definition.italic",
1134
+ "todo.emphasis"
1135
+ ],
1136
+ "settings": {
1137
+ "foreground": "#fc2b73",
1138
+ "fontStyle": "italic"
1139
+ }
1140
+ },
1141
+ {
1142
+ "scope": "emphasis md",
1143
+ "settings": { "foreground": "#fc2b73" }
1144
+ },
1145
+ {
1146
+ "scope": "markup.italic.markdown",
1147
+ "settings": { "fontStyle": "italic" }
1148
+ },
1149
+ {
1150
+ "scope": ["markup.underline.link.markdown", "markup.underline.link.image.markdown"],
1151
+ "settings": { "foreground": "#fc2b73" }
1152
+ },
1153
+ {
1154
+ "scope": ["string.other.link.title.markdown", "string.other.link.description.markdown"],
1155
+ "settings": { "foreground": "#7b43f8" }
1156
+ },
1157
+ {
1158
+ "scope": "punctuation.definition.metadata.markdown",
1159
+ "settings": { "foreground": "#d52c36" }
1160
+ },
1161
+ {
1162
+ "scope": ["markup.inline.raw.markdown", "markup.inline.raw.string.markdown"],
1163
+ "settings": { "foreground": "#199f43" }
1164
+ },
1165
+ {
1166
+ "scope": "punctuation.definition.list.begin.markdown",
1167
+ "settings": { "foreground": "#d52c36" }
1168
+ },
1169
+ {
1170
+ "scope": "punctuation.definition.list.markdown",
1171
+ "settings": { "foreground": "#d52c36" }
1172
+ },
1173
+ {
1174
+ "scope": "beginning.punctuation.definition.list.markdown",
1175
+ "settings": { "foreground": "#d52c36" }
1176
+ },
1177
+ {
1178
+ "scope": ["punctuation.definition.string.begin.markdown", "punctuation.definition.string.end.markdown"],
1179
+ "settings": { "foreground": "#d52c36" }
1180
+ },
1181
+ {
1182
+ "scope": "markup.quote.markdown",
1183
+ "settings": { "foreground": "#84848A" }
1184
+ },
1185
+ {
1186
+ "scope": "keyword.other.unit",
1187
+ "settings": { "foreground": "#d52c36" }
1188
+ },
1189
+ {
1190
+ "scope": "markup.changed.diff",
1191
+ "settings": { "foreground": "#d5a910" }
1192
+ },
1193
+ {
1194
+ "scope": [
1195
+ "meta.diff.header.from-file",
1196
+ "meta.diff.header.to-file",
1197
+ "punctuation.definition.from-file.diff",
1198
+ "punctuation.definition.to-file.diff"
1199
+ ],
1200
+ "settings": { "foreground": "#7b43f8" }
1201
+ },
1202
+ {
1203
+ "scope": "markup.inserted.diff",
1204
+ "settings": { "foreground": "#199f43" }
1205
+ },
1206
+ {
1207
+ "scope": "markup.deleted.diff",
1208
+ "settings": { "foreground": "#d52c36" }
1209
+ },
1210
+ {
1211
+ "scope": "string.regexp",
1212
+ "settings": { "foreground": "#17a5af" }
1213
+ },
1214
+ {
1215
+ "scope": "constant.other.character-class.regexp",
1216
+ "settings": { "foreground": "#d52c36" }
1217
+ },
1218
+ {
1219
+ "scope": "keyword.operator.quantifier.regexp",
1220
+ "settings": { "foreground": "#d5a910" }
1221
+ },
1222
+ {
1223
+ "scope": "constant.character.escape",
1224
+ "settings": { "foreground": "#1ca1c7" }
1225
+ },
1226
+ {
1227
+ "scope": "source.json meta.structure.dictionary.json > string.quoted.json",
1228
+ "settings": { "foreground": "#d52c36" }
1229
+ },
1230
+ {
1231
+ "scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string",
1232
+ "settings": { "foreground": "#d52c36" }
1233
+ },
1234
+ {
1235
+ "scope": [
1236
+ "source.json meta.structure.dictionary.json > value.json > string.quoted.json",
1237
+ "source.json meta.structure.array.json > value.json > string.quoted.json",
1238
+ "source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation",
1239
+ "source.json meta.structure.array.json > value.json > string.quoted.json > punctuation"
1240
+ ],
1241
+ "settings": { "foreground": "#199f43" }
1242
+ },
1243
+ {
1244
+ "scope": ["source.json meta.structure.dictionary.json > constant.language.json", "source.json meta.structure.array.json > constant.language.json"],
1245
+ "settings": { "foreground": "#08c0ef" }
1246
+ },
1247
+ {
1248
+ "scope": "support.type.property-name.json",
1249
+ "settings": { "foreground": "#d52c36" }
1250
+ },
1251
+ {
1252
+ "scope": "support.type.property-name.json punctuation",
1253
+ "settings": { "foreground": "#d52c36" }
1254
+ },
1255
+ {
1256
+ "scope": "punctuation.definition.block.sequence.item.yaml",
1257
+ "settings": { "foreground": "#79797F" }
1258
+ },
1259
+ {
1260
+ "scope": "block.scope.end",
1261
+ "settings": { "foreground": "#79797F" }
1262
+ },
1263
+ {
1264
+ "scope": "block.scope.begin",
1265
+ "settings": { "foreground": "#79797F" }
1266
+ },
1267
+ {
1268
+ "scope": "token.info-token",
1269
+ "settings": { "foreground": "#7b43f8" }
1270
+ },
1271
+ {
1272
+ "scope": "token.warn-token",
1273
+ "settings": { "foreground": "#d5a910" }
1274
+ },
1275
+ {
1276
+ "scope": "token.error-token",
1277
+ "settings": { "foreground": "#f44747" }
1278
+ },
1279
+ {
1280
+ "scope": "token.debug-token",
1281
+ "settings": { "foreground": "#fc2b73" }
1282
+ },
1283
+ {
1284
+ "scope": "invalid.illegal",
1285
+ "settings": { "foreground": "#ffffff" }
1286
+ },
1287
+ {
1288
+ "scope": "invalid.broken",
1289
+ "settings": { "foreground": "#ffffff" }
1290
+ },
1291
+ {
1292
+ "scope": "invalid.deprecated",
1293
+ "settings": { "foreground": "#ffffff" }
1294
+ },
1295
+ {
1296
+ "scope": "invalid.unimplemented",
1297
+ "settings": { "foreground": "#ffffff" }
1298
+ }
1299
+ ];
1300
+ var semanticTokenColors = {
1301
+ "comment": "#84848A",
1302
+ "string": "#199f43",
1303
+ "number": "#1ca1c7",
1304
+ "regexp": "#17a5af",
1305
+ "keyword": "#fc2b73",
1306
+ "variable": "#d47628",
1307
+ "parameter": "#79797F",
1308
+ "property": "#d47628",
1309
+ "function": "#7b43f8",
1310
+ "method": "#7b43f8",
1311
+ "type": "#c635e4",
1312
+ "class": "#c635e4",
1313
+ "namespace": "#d5a910",
1314
+ "enumMember": "#08c0ef",
1315
+ "variable.constant": "#d5a910",
1316
+ "variable.defaultLibrary": "#d5a910"
1317
+ };
1318
+ var pierre_light_default = {
1319
+ name,
1320
+ type,
1321
+ colors,
1322
+ tokenColors,
1323
+ semanticTokenColors
1324
+ };
1325
+
1326
+ //#endregion
1327
+ export { colors, pierre_light_default as default, name, semanticTokenColors, tokenColors, type };
1328
+ //# sourceMappingURL=pierre-light.js.map