mogh_ui 0.1.0

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 (330) hide show
  1. package/dist/color.cjs +62 -0
  2. package/dist/color.cjs.map +1 -0
  3. package/dist/color.d.cts +5 -0
  4. package/dist/color.d.ts +5 -0
  5. package/dist/color.js +37 -0
  6. package/dist/color.js.map +1 -0
  7. package/dist/components/back-button.cjs +43 -0
  8. package/dist/components/back-button.cjs.map +1 -0
  9. package/dist/components/back-button.d.cts +9 -0
  10. package/dist/components/back-button.d.ts +9 -0
  11. package/dist/components/back-button.js +19 -0
  12. package/dist/components/back-button.js.map +1 -0
  13. package/dist/components/config/confirm.cjs +191 -0
  14. package/dist/components/config/confirm.cjs.map +1 -0
  15. package/dist/components/config/confirm.d.cts +20 -0
  16. package/dist/components/config/confirm.d.ts +20 -0
  17. package/dist/components/config/confirm.js +167 -0
  18. package/dist/components/config/confirm.js.map +1 -0
  19. package/dist/components/config/group.cjs +102 -0
  20. package/dist/components/config/group.cjs.map +1 -0
  21. package/dist/components/config/group.d.cts +11 -0
  22. package/dist/components/config/group.d.ts +11 -0
  23. package/dist/components/config/group.js +78 -0
  24. package/dist/components/config/group.js.map +1 -0
  25. package/dist/components/config/index.cjs +237 -0
  26. package/dist/components/config/index.cjs.map +1 -0
  27. package/dist/components/config/index.d.cts +62 -0
  28. package/dist/components/config/index.d.ts +62 -0
  29. package/dist/components/config/index.js +217 -0
  30. package/dist/components/config/index.js.map +1 -0
  31. package/dist/components/config/item.cjs +139 -0
  32. package/dist/components/config/item.cjs.map +1 -0
  33. package/dist/components/config/item.d.cts +45 -0
  34. package/dist/components/config/item.d.ts +45 -0
  35. package/dist/components/config/item.js +119 -0
  36. package/dist/components/config/item.js.map +1 -0
  37. package/dist/components/config/layout.cjs +44 -0
  38. package/dist/components/config/layout.cjs.map +1 -0
  39. package/dist/components/config/layout.d.cts +11 -0
  40. package/dist/components/config/layout.d.ts +11 -0
  41. package/dist/components/config/layout.js +20 -0
  42. package/dist/components/config/layout.js.map +1 -0
  43. package/dist/components/config/unsaved-changes.cjs +47 -0
  44. package/dist/components/config/unsaved-changes.cjs.map +1 -0
  45. package/dist/components/config/unsaved-changes.d.cts +7 -0
  46. package/dist/components/config/unsaved-changes.d.ts +7 -0
  47. package/dist/components/config/unsaved-changes.js +23 -0
  48. package/dist/components/config/unsaved-changes.js.map +1 -0
  49. package/dist/components/confirm-button.cjs +85 -0
  50. package/dist/components/confirm-button.cjs.map +1 -0
  51. package/dist/components/confirm-button.d.cts +23 -0
  52. package/dist/components/confirm-button.d.ts +23 -0
  53. package/dist/components/confirm-button.js +69 -0
  54. package/dist/components/confirm-button.js.map +1 -0
  55. package/dist/components/confirm-icon.cjs +70 -0
  56. package/dist/components/confirm-icon.cjs.map +1 -0
  57. package/dist/components/confirm-icon.d.cts +20 -0
  58. package/dist/components/confirm-icon.d.ts +20 -0
  59. package/dist/components/confirm-icon.js +54 -0
  60. package/dist/components/confirm-icon.js.map +1 -0
  61. package/dist/components/confirm-modal.cjs +146 -0
  62. package/dist/components/confirm-modal.cjs.map +1 -0
  63. package/dist/components/confirm-modal.d.cts +25 -0
  64. package/dist/components/confirm-modal.d.ts +25 -0
  65. package/dist/components/confirm-modal.js +130 -0
  66. package/dist/components/confirm-modal.js.map +1 -0
  67. package/dist/components/copy-button.cjs +68 -0
  68. package/dist/components/copy-button.cjs.map +1 -0
  69. package/dist/components/copy-button.d.cts +15 -0
  70. package/dist/components/copy-button.d.ts +15 -0
  71. package/dist/components/copy-button.js +46 -0
  72. package/dist/components/copy-button.js.map +1 -0
  73. package/dist/components/copy-text.cjs +63 -0
  74. package/dist/components/copy-text.cjs.map +1 -0
  75. package/dist/components/copy-text.d.cts +11 -0
  76. package/dist/components/copy-text.d.ts +11 -0
  77. package/dist/components/copy-text.js +39 -0
  78. package/dist/components/copy-text.js.map +1 -0
  79. package/dist/components/create-modal.cjs +100 -0
  80. package/dist/components/create-modal.cjs.map +1 -0
  81. package/dist/components/create-modal.d.cts +18 -0
  82. package/dist/components/create-modal.d.ts +18 -0
  83. package/dist/components/create-modal.js +82 -0
  84. package/dist/components/create-modal.js.map +1 -0
  85. package/dist/components/data-table.cjs +240 -0
  86. package/dist/components/data-table.cjs.map +1 -0
  87. package/dist/components/data-table.d.cts +36 -0
  88. package/dist/components/data-table.d.ts +36 -0
  89. package/dist/components/data-table.js +233 -0
  90. package/dist/components/data-table.js.map +1 -0
  91. package/dist/components/divided-children/index.cjs +53 -0
  92. package/dist/components/divided-children/index.cjs.map +1 -0
  93. package/dist/components/divided-children/index.d.cts +15 -0
  94. package/dist/components/divided-children/index.d.ts +15 -0
  95. package/dist/components/divided-children/index.js +19 -0
  96. package/dist/components/divided-children/index.js.map +1 -0
  97. package/dist/components/divided-children/index.module.scss +4 -0
  98. package/dist/components/enable-switch.cjs +67 -0
  99. package/dist/components/enable-switch.cjs.map +1 -0
  100. package/dist/components/enable-switch.d.cts +12 -0
  101. package/dist/components/enable-switch.d.ts +12 -0
  102. package/dist/components/enable-switch.js +43 -0
  103. package/dist/components/enable-switch.js.map +1 -0
  104. package/dist/components/entity-header.cjs +137 -0
  105. package/dist/components/entity-header.cjs.map +1 -0
  106. package/dist/components/entity-header.d.cts +20 -0
  107. package/dist/components/entity-header.d.ts +20 -0
  108. package/dist/components/entity-header.js +113 -0
  109. package/dist/components/entity-header.js.map +1 -0
  110. package/dist/components/entity-page.cjs +45 -0
  111. package/dist/components/entity-page.cjs.map +1 -0
  112. package/dist/components/entity-page.d.cts +11 -0
  113. package/dist/components/entity-page.d.ts +11 -0
  114. package/dist/components/entity-page.js +21 -0
  115. package/dist/components/entity-page.js.map +1 -0
  116. package/dist/components/fancy-card/index.cjs +52 -0
  117. package/dist/components/fancy-card/index.cjs.map +1 -0
  118. package/dist/components/fancy-card/index.d.cts +17 -0
  119. package/dist/components/fancy-card/index.d.ts +17 -0
  120. package/dist/components/fancy-card/index.js +18 -0
  121. package/dist/components/fancy-card/index.js.map +1 -0
  122. package/dist/components/fancy-card/index.module.scss +13 -0
  123. package/dist/components/hover-error.cjs +60 -0
  124. package/dist/components/hover-error.cjs.map +1 -0
  125. package/dist/components/hover-error.d.cts +9 -0
  126. package/dist/components/hover-error.d.ts +9 -0
  127. package/dist/components/hover-error.js +36 -0
  128. package/dist/components/hover-error.js.map +1 -0
  129. package/dist/components/info-card.cjs +44 -0
  130. package/dist/components/info-card.cjs.map +1 -0
  131. package/dist/components/info-card.d.cts +21 -0
  132. package/dist/components/info-card.d.ts +21 -0
  133. package/dist/components/info-card.js +25 -0
  134. package/dist/components/info-card.js.map +1 -0
  135. package/dist/components/input-list.cjs +68 -0
  136. package/dist/components/input-list.cjs.map +1 -0
  137. package/dist/components/input-list.d.cts +14 -0
  138. package/dist/components/input-list.d.ts +14 -0
  139. package/dist/components/input-list.js +44 -0
  140. package/dist/components/input-list.js.map +1 -0
  141. package/dist/components/labelled-switch.cjs +68 -0
  142. package/dist/components/labelled-switch.cjs.map +1 -0
  143. package/dist/components/labelled-switch.d.cts +14 -0
  144. package/dist/components/labelled-switch.d.ts +14 -0
  145. package/dist/components/labelled-switch.js +48 -0
  146. package/dist/components/labelled-switch.js.map +1 -0
  147. package/dist/components/labels-group.cjs +44 -0
  148. package/dist/components/labels-group.cjs.map +1 -0
  149. package/dist/components/labels-group.d.cts +10 -0
  150. package/dist/components/labels-group.d.ts +10 -0
  151. package/dist/components/labels-group.js +20 -0
  152. package/dist/components/labels-group.js.map +1 -0
  153. package/dist/components/loading-screen.cjs +37 -0
  154. package/dist/components/loading-screen.cjs.map +1 -0
  155. package/dist/components/loading-screen.d.cts +8 -0
  156. package/dist/components/loading-screen.d.ts +8 -0
  157. package/dist/components/loading-screen.js +13 -0
  158. package/dist/components/loading-screen.js.map +1 -0
  159. package/dist/components/mobile-friendly-tabs.cjs +141 -0
  160. package/dist/components/mobile-friendly-tabs.cjs.map +1 -0
  161. package/dist/components/mobile-friendly-tabs.d.cts +43 -0
  162. package/dist/components/mobile-friendly-tabs.d.ts +43 -0
  163. package/dist/components/mobile-friendly-tabs.js +120 -0
  164. package/dist/components/mobile-friendly-tabs.js.map +1 -0
  165. package/dist/components/monaco/index.cjs +244 -0
  166. package/dist/components/monaco/index.cjs.map +1 -0
  167. package/dist/components/monaco/index.d.cts +32 -0
  168. package/dist/components/monaco/index.d.ts +32 -0
  169. package/dist/components/monaco/index.js +208 -0
  170. package/dist/components/monaco/index.js.map +1 -0
  171. package/dist/components/monaco/index.scss +3 -0
  172. package/dist/components/monaco/init.cjs +73 -0
  173. package/dist/components/monaco/init.cjs.map +1 -0
  174. package/dist/components/monaco/init.d.cts +2 -0
  175. package/dist/components/monaco/init.d.ts +2 -0
  176. package/dist/components/monaco/init.js +49 -0
  177. package/dist/components/monaco/init.js.map +1 -0
  178. package/dist/components/monaco/syntax/fancy_toml.cjs +241 -0
  179. package/dist/components/monaco/syntax/fancy_toml.cjs.map +1 -0
  180. package/dist/components/monaco/syntax/fancy_toml.d.cts +2 -0
  181. package/dist/components/monaco/syntax/fancy_toml.d.ts +2 -0
  182. package/dist/components/monaco/syntax/fancy_toml.js +218 -0
  183. package/dist/components/monaco/syntax/fancy_toml.js.map +1 -0
  184. package/dist/components/monaco/syntax/key_value.cjs +107 -0
  185. package/dist/components/monaco/syntax/key_value.cjs.map +1 -0
  186. package/dist/components/monaco/syntax/key_value.d.cts +2 -0
  187. package/dist/components/monaco/syntax/key_value.d.ts +2 -0
  188. package/dist/components/monaco/syntax/key_value.js +84 -0
  189. package/dist/components/monaco/syntax/key_value.js.map +1 -0
  190. package/dist/components/monaco/syntax/shell.cjs +246 -0
  191. package/dist/components/monaco/syntax/shell.cjs.map +1 -0
  192. package/dist/components/monaco/syntax/shell.d.cts +2 -0
  193. package/dist/components/monaco/syntax/shell.d.ts +2 -0
  194. package/dist/components/monaco/syntax/shell.js +223 -0
  195. package/dist/components/monaco/syntax/shell.js.map +1 -0
  196. package/dist/components/monaco/syntax/string_list.cjs +75 -0
  197. package/dist/components/monaco/syntax/string_list.cjs.map +1 -0
  198. package/dist/components/monaco/syntax/string_list.d.cts +2 -0
  199. package/dist/components/monaco/syntax/string_list.d.ts +2 -0
  200. package/dist/components/monaco/syntax/string_list.js +52 -0
  201. package/dist/components/monaco/syntax/string_list.js.map +1 -0
  202. package/dist/components/monaco/syntax/toml.cjs +157 -0
  203. package/dist/components/monaco/syntax/toml.cjs.map +1 -0
  204. package/dist/components/monaco/syntax/toml.d.cts +2 -0
  205. package/dist/components/monaco/syntax/toml.d.ts +2 -0
  206. package/dist/components/monaco/syntax/toml.js +134 -0
  207. package/dist/components/monaco/syntax/toml.js.map +1 -0
  208. package/dist/components/monaco/syntax/yaml.cjs +250 -0
  209. package/dist/components/monaco/syntax/yaml.cjs.map +1 -0
  210. package/dist/components/monaco/syntax/yaml.d.cts +2 -0
  211. package/dist/components/monaco/syntax/yaml.d.ts +2 -0
  212. package/dist/components/monaco/syntax/yaml.js +227 -0
  213. package/dist/components/monaco/syntax/yaml.js.map +1 -0
  214. package/dist/components/monaco/theme.cjs +721 -0
  215. package/dist/components/monaco/theme.cjs.map +1 -0
  216. package/dist/components/monaco/theme.d.cts +2 -0
  217. package/dist/components/monaco/theme.d.ts +2 -0
  218. package/dist/components/monaco/theme.js +698 -0
  219. package/dist/components/monaco/theme.js.map +1 -0
  220. package/dist/components/page-guard.cjs +44 -0
  221. package/dist/components/page-guard.cjs.map +1 -0
  222. package/dist/components/page-guard.d.cts +13 -0
  223. package/dist/components/page-guard.d.ts +13 -0
  224. package/dist/components/page-guard.js +20 -0
  225. package/dist/components/page-guard.js.map +1 -0
  226. package/dist/components/page.cjs +81 -0
  227. package/dist/components/page.cjs.map +1 -0
  228. package/dist/components/page.d.cts +31 -0
  229. package/dist/components/page.d.ts +31 -0
  230. package/dist/components/page.js +63 -0
  231. package/dist/components/page.js.map +1 -0
  232. package/dist/components/search-input.cjs +51 -0
  233. package/dist/components/search-input.cjs.map +1 -0
  234. package/dist/components/search-input.d.cts +9 -0
  235. package/dist/components/search-input.d.ts +9 -0
  236. package/dist/components/search-input.js +27 -0
  237. package/dist/components/search-input.js.map +1 -0
  238. package/dist/components/section.cjs +100 -0
  239. package/dist/components/section.cjs.map +1 -0
  240. package/dist/components/section.d.cts +33 -0
  241. package/dist/components/section.d.ts +33 -0
  242. package/dist/components/section.js +83 -0
  243. package/dist/components/section.js.map +1 -0
  244. package/dist/components/shared-text-update.cjs +83 -0
  245. package/dist/components/shared-text-update.cjs.map +1 -0
  246. package/dist/components/shared-text-update.d.cts +20 -0
  247. package/dist/components/shared-text-update.d.ts +20 -0
  248. package/dist/components/shared-text-update.js +65 -0
  249. package/dist/components/shared-text-update.js.map +1 -0
  250. package/dist/components/show-hide-button.cjs +48 -0
  251. package/dist/components/show-hide-button.cjs.map +1 -0
  252. package/dist/components/show-hide-button.d.cts +8 -0
  253. package/dist/components/show-hide-button.d.ts +8 -0
  254. package/dist/components/show-hide-button.js +24 -0
  255. package/dist/components/show-hide-button.js.map +1 -0
  256. package/dist/components/stat-bar.cjs +68 -0
  257. package/dist/components/stat-bar.cjs.map +1 -0
  258. package/dist/components/stat-bar.d.cts +15 -0
  259. package/dist/components/stat-bar.d.ts +15 -0
  260. package/dist/components/stat-bar.js +44 -0
  261. package/dist/components/stat-bar.js.map +1 -0
  262. package/dist/components/stat-cell.cjs +72 -0
  263. package/dist/components/stat-cell.cjs.map +1 -0
  264. package/dist/components/stat-cell.d.cts +17 -0
  265. package/dist/components/stat-cell.d.ts +17 -0
  266. package/dist/components/stat-cell.js +54 -0
  267. package/dist/components/stat-cell.js.map +1 -0
  268. package/dist/components/status-badge.cjs +63 -0
  269. package/dist/components/status-badge.cjs.map +1 -0
  270. package/dist/components/status-badge.d.cts +20 -0
  271. package/dist/components/status-badge.d.ts +20 -0
  272. package/dist/components/status-badge.js +39 -0
  273. package/dist/components/status-badge.js.map +1 -0
  274. package/dist/components/tabbed-page.cjs +64 -0
  275. package/dist/components/tabbed-page.cjs.map +1 -0
  276. package/dist/components/tabbed-page.d.cts +18 -0
  277. package/dist/components/tabbed-page.d.ts +18 -0
  278. package/dist/components/tabbed-page.js +40 -0
  279. package/dist/components/tabbed-page.js.map +1 -0
  280. package/dist/components/table-skeleton.cjs +36 -0
  281. package/dist/components/table-skeleton.cjs.map +1 -0
  282. package/dist/components/table-skeleton.d.cts +8 -0
  283. package/dist/components/table-skeleton.d.ts +8 -0
  284. package/dist/components/table-skeleton.js +12 -0
  285. package/dist/components/table-skeleton.js.map +1 -0
  286. package/dist/components/text-update-modal.cjs +102 -0
  287. package/dist/components/text-update-modal.cjs.map +1 -0
  288. package/dist/components/text-update-modal.d.cts +19 -0
  289. package/dist/components/text-update-modal.d.ts +19 -0
  290. package/dist/components/text-update-modal.js +85 -0
  291. package/dist/components/text-update-modal.js.map +1 -0
  292. package/dist/components/theme-toggle.cjs +73 -0
  293. package/dist/components/theme-toggle.cjs.map +1 -0
  294. package/dist/components/theme-toggle.d.cts +5 -0
  295. package/dist/components/theme-toggle.d.ts +5 -0
  296. package/dist/components/theme-toggle.js +54 -0
  297. package/dist/components/theme-toggle.js.map +1 -0
  298. package/dist/formatting.cjs +124 -0
  299. package/dist/formatting.cjs.map +1 -0
  300. package/dist/formatting.d.cts +14 -0
  301. package/dist/formatting.d.ts +14 -0
  302. package/dist/formatting.js +89 -0
  303. package/dist/formatting.js.map +1 -0
  304. package/dist/hooks.cjs +117 -0
  305. package/dist/hooks.cjs.map +1 -0
  306. package/dist/hooks.d.cts +30 -0
  307. package/dist/hooks.d.ts +30 -0
  308. package/dist/hooks.js +88 -0
  309. package/dist/hooks.js.map +1 -0
  310. package/dist/index.cjs +99 -0
  311. package/dist/index.cjs.map +1 -0
  312. package/dist/index.d.cts +47 -0
  313. package/dist/index.d.ts +47 -0
  314. package/dist/index.js +40 -0
  315. package/dist/index.js.map +1 -0
  316. package/dist/index.scss +81 -0
  317. package/dist/theme.cjs +332 -0
  318. package/dist/theme.cjs.map +1 -0
  319. package/dist/theme.d.cts +15 -0
  320. package/dist/theme.d.ts +15 -0
  321. package/dist/theme.js +330 -0
  322. package/dist/theme.js.map +1 -0
  323. package/dist/theme.scss +76 -0
  324. package/dist/utils.cjs +48 -0
  325. package/dist/utils.cjs.map +1 -0
  326. package/dist/utils.d.cts +15 -0
  327. package/dist/utils.d.ts +15 -0
  328. package/dist/utils.js +24 -0
  329. package/dist/utils.js.map +1 -0
  330. package/package.json +61 -0
@@ -0,0 +1,698 @@
1
+ import * as monaco from "monaco-editor";
2
+ monaco.editor.defineTheme("light", {
3
+ base: "vs",
4
+ inherit: true,
5
+ rules: [
6
+ {
7
+ background: "f5f5f5",
8
+ token: ""
9
+ },
10
+ {
11
+ foreground: "6a737d",
12
+ token: "comment"
13
+ },
14
+ {
15
+ foreground: "6a737d",
16
+ token: "punctuation.definition.comment"
17
+ },
18
+ {
19
+ foreground: "6a737d",
20
+ token: "string.comment"
21
+ },
22
+ {
23
+ foreground: "005cc5",
24
+ token: "constant"
25
+ },
26
+ {
27
+ foreground: "005cc5",
28
+ token: "entity.name.constant"
29
+ },
30
+ {
31
+ foreground: "005cc5",
32
+ token: "variable.other.constant"
33
+ },
34
+ {
35
+ foreground: "005cc5",
36
+ token: "variable.language"
37
+ },
38
+ {
39
+ foreground: "6f42c1",
40
+ token: "entity"
41
+ },
42
+ {
43
+ foreground: "6f42c1",
44
+ token: "entity.name"
45
+ },
46
+ {
47
+ foreground: "24292e",
48
+ token: "variable.parameter.function"
49
+ },
50
+ {
51
+ foreground: "22863a",
52
+ token: "entity.name.tag"
53
+ },
54
+ {
55
+ foreground: "d73a49",
56
+ token: "keyword"
57
+ },
58
+ {
59
+ foreground: "d73a49",
60
+ token: "storage"
61
+ },
62
+ {
63
+ foreground: "d73a49",
64
+ token: "storage.type"
65
+ },
66
+ {
67
+ foreground: "24292e",
68
+ token: "storage.modifier.package"
69
+ },
70
+ {
71
+ foreground: "24292e",
72
+ token: "storage.modifier.import"
73
+ },
74
+ {
75
+ foreground: "24292e",
76
+ token: "storage.type.java"
77
+ },
78
+ {
79
+ foreground: "032f62",
80
+ token: "string"
81
+ },
82
+ {
83
+ foreground: "032f62",
84
+ token: "punctuation.definition.string"
85
+ },
86
+ {
87
+ foreground: "032f62",
88
+ token: "string punctuation.section.embedded source"
89
+ },
90
+ {
91
+ foreground: "005cc5",
92
+ token: "support"
93
+ },
94
+ {
95
+ foreground: "005cc5",
96
+ token: "meta.property-name"
97
+ },
98
+ {
99
+ foreground: "e36209",
100
+ token: "variable"
101
+ },
102
+ {
103
+ foreground: "24292e",
104
+ token: "variable.other"
105
+ },
106
+ {
107
+ foreground: "b31d28",
108
+ fontStyle: "bold italic underline",
109
+ token: "invalid.broken"
110
+ },
111
+ {
112
+ foreground: "b31d28",
113
+ fontStyle: "bold italic underline",
114
+ token: "invalid.deprecated"
115
+ },
116
+ {
117
+ foreground: "fafbfc",
118
+ background: "b31d28",
119
+ fontStyle: "italic underline",
120
+ token: "invalid.illegal"
121
+ },
122
+ {
123
+ foreground: "fafbfc",
124
+ background: "d73a49",
125
+ fontStyle: "italic underline",
126
+ token: "carriage-return"
127
+ },
128
+ {
129
+ foreground: "b31d28",
130
+ fontStyle: "bold italic underline",
131
+ token: "invalid.unimplemented"
132
+ },
133
+ {
134
+ foreground: "b31d28",
135
+ token: "message.error"
136
+ },
137
+ {
138
+ foreground: "24292e",
139
+ token: "string source"
140
+ },
141
+ {
142
+ foreground: "005cc5",
143
+ token: "string variable"
144
+ },
145
+ {
146
+ foreground: "032f62",
147
+ token: "source.regexp"
148
+ },
149
+ {
150
+ foreground: "032f62",
151
+ token: "string.regexp"
152
+ },
153
+ {
154
+ foreground: "032f62",
155
+ token: "string.regexp.character-class"
156
+ },
157
+ {
158
+ foreground: "032f62",
159
+ token: "string.regexp constant.character.escape"
160
+ },
161
+ {
162
+ foreground: "032f62",
163
+ token: "string.regexp source.ruby.embedded"
164
+ },
165
+ {
166
+ foreground: "032f62",
167
+ token: "string.regexp string.regexp.arbitrary-repitition"
168
+ },
169
+ {
170
+ foreground: "22863a",
171
+ fontStyle: "bold",
172
+ token: "string.regexp constant.character.escape"
173
+ },
174
+ {
175
+ foreground: "005cc5",
176
+ token: "support.constant"
177
+ },
178
+ {
179
+ foreground: "005cc5",
180
+ token: "support.variable"
181
+ },
182
+ {
183
+ foreground: "005cc5",
184
+ token: "meta.module-reference"
185
+ },
186
+ {
187
+ foreground: "735c0f",
188
+ token: "markup.list"
189
+ },
190
+ {
191
+ foreground: "005cc5",
192
+ fontStyle: "bold",
193
+ token: "markup.heading"
194
+ },
195
+ {
196
+ foreground: "005cc5",
197
+ fontStyle: "bold",
198
+ token: "markup.heading entity.name"
199
+ },
200
+ {
201
+ foreground: "22863a",
202
+ token: "markup.quote"
203
+ },
204
+ {
205
+ foreground: "24292e",
206
+ fontStyle: "italic",
207
+ token: "markup.italic"
208
+ },
209
+ {
210
+ foreground: "24292e",
211
+ fontStyle: "bold",
212
+ token: "markup.bold"
213
+ },
214
+ {
215
+ foreground: "005cc5",
216
+ token: "markup.raw"
217
+ },
218
+ {
219
+ foreground: "b31d28",
220
+ background: "ffeef0",
221
+ token: "markup.deleted"
222
+ },
223
+ {
224
+ foreground: "b31d28",
225
+ background: "ffeef0",
226
+ token: "meta.diff.header.from-file"
227
+ },
228
+ {
229
+ foreground: "b31d28",
230
+ background: "ffeef0",
231
+ token: "punctuation.definition.deleted"
232
+ },
233
+ {
234
+ foreground: "22863a",
235
+ background: "f0fff4",
236
+ token: "markup.inserted"
237
+ },
238
+ {
239
+ foreground: "22863a",
240
+ background: "f0fff4",
241
+ token: "meta.diff.header.to-file"
242
+ },
243
+ {
244
+ foreground: "22863a",
245
+ background: "f0fff4",
246
+ token: "punctuation.definition.inserted"
247
+ },
248
+ {
249
+ foreground: "e36209",
250
+ background: "ffebda",
251
+ token: "markup.changed"
252
+ },
253
+ {
254
+ foreground: "e36209",
255
+ background: "ffebda",
256
+ token: "punctuation.definition.changed"
257
+ },
258
+ {
259
+ foreground: "f6f8fa",
260
+ background: "005cc5",
261
+ token: "markup.ignored"
262
+ },
263
+ {
264
+ foreground: "f6f8fa",
265
+ background: "005cc5",
266
+ token: "markup.untracked"
267
+ },
268
+ {
269
+ foreground: "6f42c1",
270
+ fontStyle: "bold",
271
+ token: "meta.diff.range"
272
+ },
273
+ {
274
+ foreground: "005cc5",
275
+ token: "meta.diff.header"
276
+ },
277
+ {
278
+ foreground: "005cc5",
279
+ fontStyle: "bold",
280
+ token: "meta.separator"
281
+ },
282
+ {
283
+ foreground: "005cc5",
284
+ token: "meta.output"
285
+ },
286
+ {
287
+ foreground: "586069",
288
+ token: "brackethighlighter.tag"
289
+ },
290
+ {
291
+ foreground: "586069",
292
+ token: "brackethighlighter.curly"
293
+ },
294
+ {
295
+ foreground: "586069",
296
+ token: "brackethighlighter.round"
297
+ },
298
+ {
299
+ foreground: "586069",
300
+ token: "brackethighlighter.square"
301
+ },
302
+ {
303
+ foreground: "586069",
304
+ token: "brackethighlighter.angle"
305
+ },
306
+ {
307
+ foreground: "586069",
308
+ token: "brackethighlighter.quote"
309
+ },
310
+ {
311
+ foreground: "b31d28",
312
+ token: "brackethighlighter.unmatched"
313
+ },
314
+ {
315
+ foreground: "b31d28",
316
+ token: "sublimelinter.mark.error"
317
+ },
318
+ {
319
+ foreground: "e36209",
320
+ token: "sublimelinter.mark.warning"
321
+ },
322
+ {
323
+ foreground: "959da5",
324
+ token: "sublimelinter.gutter-mark"
325
+ },
326
+ {
327
+ foreground: "032f62",
328
+ fontStyle: "underline",
329
+ token: "constant.other.reference.link"
330
+ },
331
+ {
332
+ foreground: "032f62",
333
+ fontStyle: "underline",
334
+ token: "string.other.link"
335
+ }
336
+ ],
337
+ colors: {
338
+ "editor.background": "#f5f5f5",
339
+ "editor.foreground": "#24292e",
340
+ // "editor.selectionBackground": "#c8c8fa",
341
+ // "editor.inactiveSelectionBackground": "#fafbfc",
342
+ // "editor.lineHighlightBackground": "#fafbfc",
343
+ "editorCursor.foreground": "#24292e",
344
+ "editorWhitespace.foreground": "#959da5",
345
+ "editorIndentGuide.background": "#959da5",
346
+ "editorIndentGuide.activeBackground": "#24292e",
347
+ "editor.selectionHighlightBorder": "#fafbfc"
348
+ }
349
+ });
350
+ monaco.editor.defineTheme("dark", {
351
+ base: "vs-dark",
352
+ inherit: true,
353
+ rules: [
354
+ {
355
+ background: "15171b",
356
+ token: ""
357
+ },
358
+ {
359
+ foreground: "959da5",
360
+ token: "comment"
361
+ },
362
+ {
363
+ foreground: "959da5",
364
+ token: "punctuation.definition.comment"
365
+ },
366
+ {
367
+ foreground: "959da5",
368
+ token: "string.comment"
369
+ },
370
+ {
371
+ foreground: "c8e1ff",
372
+ token: "constant"
373
+ },
374
+ {
375
+ foreground: "c8e1ff",
376
+ token: "entity.name.constant"
377
+ },
378
+ {
379
+ foreground: "c8e1ff",
380
+ token: "variable.other.constant"
381
+ },
382
+ {
383
+ foreground: "c8e1ff",
384
+ token: "variable.language"
385
+ },
386
+ {
387
+ foreground: "b392f0",
388
+ token: "entity"
389
+ },
390
+ {
391
+ foreground: "b392f0",
392
+ token: "entity.name"
393
+ },
394
+ {
395
+ foreground: "f6f8fa",
396
+ token: "variable.parameter.function"
397
+ },
398
+ {
399
+ foreground: "7bcc72",
400
+ token: "entity.name.tag"
401
+ },
402
+ {
403
+ foreground: "ea4a5a",
404
+ token: "keyword"
405
+ },
406
+ {
407
+ foreground: "ea4a5a",
408
+ token: "storage"
409
+ },
410
+ {
411
+ foreground: "ea4a5a",
412
+ token: "storage.type"
413
+ },
414
+ {
415
+ foreground: "f6f8fa",
416
+ token: "storage.modifier.package"
417
+ },
418
+ {
419
+ foreground: "f6f8fa",
420
+ token: "storage.modifier.import"
421
+ },
422
+ {
423
+ foreground: "f6f8fa",
424
+ token: "storage.type.java"
425
+ },
426
+ {
427
+ foreground: "79b8ff",
428
+ token: "string"
429
+ },
430
+ {
431
+ foreground: "79b8ff",
432
+ token: "punctuation.definition.string"
433
+ },
434
+ {
435
+ foreground: "79b8ff",
436
+ token: "string punctuation.section.embedded source"
437
+ },
438
+ {
439
+ foreground: "c8e1ff",
440
+ token: "support"
441
+ },
442
+ {
443
+ foreground: "c8e1ff",
444
+ token: "meta.property-name"
445
+ },
446
+ {
447
+ foreground: "fb8532",
448
+ token: "variable"
449
+ },
450
+ {
451
+ foreground: "f6f8fa",
452
+ token: "variable.other"
453
+ },
454
+ {
455
+ foreground: "d73a49",
456
+ fontStyle: "bold italic underline",
457
+ token: "invalid.broken"
458
+ },
459
+ {
460
+ foreground: "d73a49",
461
+ fontStyle: "bold italic underline",
462
+ token: "invalid.deprecated"
463
+ },
464
+ {
465
+ foreground: "fafbfc",
466
+ background: "d73a49",
467
+ fontStyle: "italic underline",
468
+ token: "invalid.illegal"
469
+ },
470
+ {
471
+ foreground: "fafbfc",
472
+ background: "d73a49",
473
+ fontStyle: "italic underline",
474
+ token: "carriage-return"
475
+ },
476
+ {
477
+ foreground: "d73a49",
478
+ fontStyle: "bold italic underline",
479
+ token: "invalid.unimplemented"
480
+ },
481
+ {
482
+ foreground: "d73a49",
483
+ token: "message.error"
484
+ },
485
+ {
486
+ foreground: "f6f8fa",
487
+ token: "string source"
488
+ },
489
+ {
490
+ foreground: "c8e1ff",
491
+ token: "string variable"
492
+ },
493
+ {
494
+ foreground: "79b8ff",
495
+ token: "source.regexp"
496
+ },
497
+ {
498
+ foreground: "79b8ff",
499
+ token: "string.regexp"
500
+ },
501
+ {
502
+ foreground: "79b8ff",
503
+ token: "string.regexp.character-class"
504
+ },
505
+ {
506
+ foreground: "79b8ff",
507
+ token: "string.regexp constant.character.escape"
508
+ },
509
+ {
510
+ foreground: "79b8ff",
511
+ token: "string.regexp source.ruby.embedded"
512
+ },
513
+ {
514
+ foreground: "79b8ff",
515
+ token: "string.regexp string.regexp.arbitrary-repitition"
516
+ },
517
+ {
518
+ foreground: "7bcc72",
519
+ fontStyle: "bold",
520
+ token: "string.regexp constant.character.escape"
521
+ },
522
+ {
523
+ foreground: "c8e1ff",
524
+ token: "support.constant"
525
+ },
526
+ {
527
+ foreground: "c8e1ff",
528
+ token: "support.variable"
529
+ },
530
+ {
531
+ foreground: "c8e1ff",
532
+ token: "meta.module-reference"
533
+ },
534
+ {
535
+ foreground: "fb8532",
536
+ token: "markup.list"
537
+ },
538
+ {
539
+ foreground: "0366d6",
540
+ fontStyle: "bold",
541
+ token: "markup.heading"
542
+ },
543
+ {
544
+ foreground: "0366d6",
545
+ fontStyle: "bold",
546
+ token: "markup.heading entity.name"
547
+ },
548
+ {
549
+ foreground: "c8e1ff",
550
+ token: "markup.quote"
551
+ },
552
+ {
553
+ foreground: "f6f8fa",
554
+ fontStyle: "italic",
555
+ token: "markup.italic"
556
+ },
557
+ {
558
+ foreground: "f6f8fa",
559
+ fontStyle: "bold",
560
+ token: "markup.bold"
561
+ },
562
+ {
563
+ foreground: "c8e1ff",
564
+ token: "markup.raw"
565
+ },
566
+ {
567
+ foreground: "b31d28",
568
+ background: "ffeef0",
569
+ token: "markup.deleted"
570
+ },
571
+ {
572
+ foreground: "b31d28",
573
+ background: "ffeef0",
574
+ token: "meta.diff.header.from-file"
575
+ },
576
+ {
577
+ foreground: "b31d28",
578
+ background: "ffeef0",
579
+ token: "punctuation.definition.deleted"
580
+ },
581
+ {
582
+ foreground: "176f2c",
583
+ background: "f0fff4",
584
+ token: "markup.inserted"
585
+ },
586
+ {
587
+ foreground: "176f2c",
588
+ background: "f0fff4",
589
+ token: "meta.diff.header.to-file"
590
+ },
591
+ {
592
+ foreground: "176f2c",
593
+ background: "f0fff4",
594
+ token: "punctuation.definition.inserted"
595
+ },
596
+ {
597
+ foreground: "b08800",
598
+ background: "fffdef",
599
+ token: "markup.changed"
600
+ },
601
+ {
602
+ foreground: "b08800",
603
+ background: "fffdef",
604
+ token: "punctuation.definition.changed"
605
+ },
606
+ {
607
+ foreground: "2f363d",
608
+ background: "959da5",
609
+ token: "markup.ignored"
610
+ },
611
+ {
612
+ foreground: "2f363d",
613
+ background: "959da5",
614
+ token: "markup.untracked"
615
+ },
616
+ {
617
+ foreground: "b392f0",
618
+ fontStyle: "bold",
619
+ token: "meta.diff.range"
620
+ },
621
+ {
622
+ foreground: "c8e1ff",
623
+ token: "meta.diff.header"
624
+ },
625
+ {
626
+ foreground: "0366d6",
627
+ fontStyle: "bold",
628
+ token: "meta.separator"
629
+ },
630
+ {
631
+ foreground: "0366d6",
632
+ token: "meta.output"
633
+ },
634
+ {
635
+ foreground: "ffeef0",
636
+ token: "brackethighlighter.tag"
637
+ },
638
+ {
639
+ foreground: "ffeef0",
640
+ token: "brackethighlighter.curly"
641
+ },
642
+ {
643
+ foreground: "ffeef0",
644
+ token: "brackethighlighter.round"
645
+ },
646
+ {
647
+ foreground: "ffeef0",
648
+ token: "brackethighlighter.square"
649
+ },
650
+ {
651
+ foreground: "ffeef0",
652
+ token: "brackethighlighter.angle"
653
+ },
654
+ {
655
+ foreground: "ffeef0",
656
+ token: "brackethighlighter.quote"
657
+ },
658
+ {
659
+ foreground: "d73a49",
660
+ token: "brackethighlighter.unmatched"
661
+ },
662
+ {
663
+ foreground: "d73a49",
664
+ token: "sublimelinter.mark.error"
665
+ },
666
+ {
667
+ foreground: "fb8532",
668
+ token: "sublimelinter.mark.warning"
669
+ },
670
+ {
671
+ foreground: "6a737d",
672
+ token: "sublimelinter.gutter-mark"
673
+ },
674
+ {
675
+ foreground: "79b8ff",
676
+ fontStyle: "underline",
677
+ token: "constant.other.reference.link"
678
+ },
679
+ {
680
+ foreground: "79b8ff",
681
+ fontStyle: "underline",
682
+ token: "string.other.link"
683
+ }
684
+ ],
685
+ colors: {
686
+ "editor.background": "#15171b",
687
+ "editor.foreground": "#f6f8fa",
688
+ // "editor.selectionBackground": "#4c2889",
689
+ // "editor.inactiveSelectionBackground": "#444d56",
690
+ // "editor.lineHighlightBackground": "#444d56",
691
+ "editorCursor.foreground": "#ffffff",
692
+ "editorWhitespace.foreground": "#6a737d",
693
+ "editorIndentGuide.background": "#6a737d",
694
+ "editorIndentGuide.activeBackground": "#f6f8fa",
695
+ "editor.selectionHighlightBorder": "#444d56"
696
+ }
697
+ });
698
+ //# sourceMappingURL=theme.js.map