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