@lvce-editor/shared-process 0.8.5 → 0.9.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/config/defaultSettings.json +11 -1
- package/config/fileMap.json +17 -0
- package/extensions/builtin.theme-gruvbox/README.md +2 -0
- package/extensions/builtin.theme-gruvbox/color-theme.json +5 -1
- package/extensions/builtin.theme-noctis-uva/README.md +9 -0
- package/extensions/builtin.theme-noctis-uva/color-theme.json +160 -0
- package/extensions/builtin.theme-noctis-uva/extension.json +12 -0
- package/package.json +3 -3
|
@@ -9,6 +9,14 @@
|
|
|
9
9
|
|
|
10
10
|
"extensions.autoUpdate": true,
|
|
11
11
|
|
|
12
|
+
"files.exclude": {
|
|
13
|
+
".git": true,
|
|
14
|
+
".svn": true,
|
|
15
|
+
".hg": true,
|
|
16
|
+
".DS_Store": true,
|
|
17
|
+
"Thumbs.db": true
|
|
18
|
+
},
|
|
19
|
+
|
|
12
20
|
"sessionReplay.enabled": true,
|
|
13
21
|
|
|
14
22
|
"serviceWorker.enabled": false,
|
|
@@ -21,5 +29,7 @@
|
|
|
21
29
|
"workbench.iconTheme": "vscode-icons",
|
|
22
30
|
"workbench.activityBar.visible": true,
|
|
23
31
|
"workbench.sideBar.visible": true,
|
|
24
|
-
"workbench.saveStateOnVisibilityChange": false
|
|
32
|
+
"workbench.saveStateOnVisibilityChange": false,
|
|
33
|
+
|
|
34
|
+
"workspace.defaultWorkspace": "fetch:///playground"
|
|
25
35
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
[
|
|
2
|
+
"/playground/languages/index.cpp",
|
|
3
|
+
"/playground/languages/index.css",
|
|
4
|
+
"/playground/languages/index.dart",
|
|
5
|
+
"/playground/languages/index.env",
|
|
6
|
+
"/playground/languages/index.ex",
|
|
7
|
+
"/playground/languages/index.html",
|
|
8
|
+
"/playground/languages/index.java",
|
|
9
|
+
"/playground/languages/index.jl",
|
|
10
|
+
"/playground/languages/index.js",
|
|
11
|
+
"/playground/languages/index.kt",
|
|
12
|
+
"/playground/languages/index.perl",
|
|
13
|
+
"/playground/languages/index.py",
|
|
14
|
+
"/playground/languages/index.ts",
|
|
15
|
+
"/playground/languages/scrolling.txt",
|
|
16
|
+
"/playground/.gitkeep"
|
|
17
|
+
]
|
|
@@ -8,6 +8,10 @@
|
|
|
8
8
|
"BadgeBackground": "",
|
|
9
9
|
"BadgeForeground": "",
|
|
10
10
|
|
|
11
|
+
"CompletionListBackground": "#383432",
|
|
12
|
+
"CompletionListForeground": "#d4be98",
|
|
13
|
+
"CompletionListBorder": "#383432",
|
|
14
|
+
|
|
11
15
|
"ContextMenuBackground": "rgb(41, 40, 40)",
|
|
12
16
|
"ContextMenuForeground": "rgb(168, 153, 132)",
|
|
13
17
|
|
|
@@ -30,7 +34,7 @@
|
|
|
30
34
|
|
|
31
35
|
"MainBackground": "rgb(41, 40, 40)",
|
|
32
36
|
|
|
33
|
-
"MenuBackground": "",
|
|
37
|
+
"MenuBackground": "rgb(41, 40, 40)",
|
|
34
38
|
"MenuForeground": "rgb(168, 153, 132)",
|
|
35
39
|
"MenuItemHoverBackground": "rgb(50, 48, 47)",
|
|
36
40
|
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Theme Noctis Uva
|
|
2
|
+
|
|
3
|
+
## Gitpod
|
|
4
|
+
|
|
5
|
+
[](https://gitpod.io/#https://github.com/lvce-editor/theme-noctis-uva)
|
|
6
|
+
|
|
7
|
+
## Credits
|
|
8
|
+
|
|
9
|
+
Extension is based on https://github.com/liviuschera/noctis by @liviuscheraliviuschera (License MIT).
|
|
@@ -0,0 +1,160 @@
|
|
|
1
|
+
{
|
|
2
|
+
"type": "dark",
|
|
3
|
+
"colors": {
|
|
4
|
+
"ActivityBarBackground": "rgb(41, 38, 64)",
|
|
5
|
+
"ActivityBarForeground": "rgba(110, 103, 168, 0.47)",
|
|
6
|
+
"ActivityBarActiveForeground": "rgb(110, 103, 168)",
|
|
7
|
+
"ActivityBarActiveBackground": "rgba(153, 142, 241, 0.2)",
|
|
8
|
+
|
|
9
|
+
"BadgeBackground": "",
|
|
10
|
+
"BadgeForeground": "",
|
|
11
|
+
|
|
12
|
+
"CompletionListBackground": "",
|
|
13
|
+
"CompletionListItemActiveBackground": "",
|
|
14
|
+
|
|
15
|
+
"ContextMenuBackground": "",
|
|
16
|
+
|
|
17
|
+
"EditorBackGround": "",
|
|
18
|
+
"EditorScrollBarBackground": "rgba(112, 96, 235, 0.2)",
|
|
19
|
+
"EditorCursorBackground": "#bbb3ff",
|
|
20
|
+
"EditorSelectionBackground": "rgba(110, 103, 168, 0.33)",
|
|
21
|
+
|
|
22
|
+
"FocusOutline": "",
|
|
23
|
+
|
|
24
|
+
"InputBoxBackground": "rgb(31, 29, 48)",
|
|
25
|
+
"InputBoxForeground": "rgb(205, 211, 222)",
|
|
26
|
+
|
|
27
|
+
"ListActiveSelectionBackground": "",
|
|
28
|
+
"ListActiveSelectionForeground": "",
|
|
29
|
+
"ListHoverBackground": "",
|
|
30
|
+
"ListHoverForeground": "",
|
|
31
|
+
"ListInactiveSelectionBackground": "`",
|
|
32
|
+
"ListForeground": "rgb(197, 194, 214)",
|
|
33
|
+
|
|
34
|
+
"MainBackground": "rgb(41, 38, 64)",
|
|
35
|
+
|
|
36
|
+
"MenuBackground": "rgb(47, 44, 73)",
|
|
37
|
+
"MenuForeground": "rgb(169, 165, 192)",
|
|
38
|
+
"MenuItemHoverBackground": "rgb(58, 58, 120)",
|
|
39
|
+
|
|
40
|
+
"PanelBackground": "#1f1d30",
|
|
41
|
+
"PanelBorderTopColor": "",
|
|
42
|
+
"PanelTabActiveForeground": "rgb(153, 142, 241)",
|
|
43
|
+
"PanelTabForeground": "rgb(113, 108, 147)",
|
|
44
|
+
|
|
45
|
+
"QuickPickBackground": "#2f2c49",
|
|
46
|
+
|
|
47
|
+
"SideBarBackground": "rgb(35, 33, 54)",
|
|
48
|
+
|
|
49
|
+
"StatusBarBackground": "rgb(41, 38, 64)",
|
|
50
|
+
"StatusBarBorderTopColor": "transparent",
|
|
51
|
+
|
|
52
|
+
"TabForeground": "rgb(153, 142, 241)",
|
|
53
|
+
"TabActiveForeground": "rgb(153, 142, 241)",
|
|
54
|
+
"TabActiveBackground": "",
|
|
55
|
+
"TabBackground": "",
|
|
56
|
+
|
|
57
|
+
"TabsBackground": "",
|
|
58
|
+
|
|
59
|
+
"TitleBarBackground": "rgb(41, 38, 64)",
|
|
60
|
+
"TitleBarBorderBottomColor": "",
|
|
61
|
+
"TitleBarColor": "#c5c2d6",
|
|
62
|
+
"TitleBarColorInactive": "",
|
|
63
|
+
|
|
64
|
+
"TreeItemHoverBackground": "#383866"
|
|
65
|
+
},
|
|
66
|
+
"tokenColors": [
|
|
67
|
+
{
|
|
68
|
+
"name": "TagName",
|
|
69
|
+
"foreground": "#E66533"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"name": "PunctuationTag",
|
|
73
|
+
"foreground": "#716C93"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"name": "AttributeName",
|
|
77
|
+
"foreground": "#D5971A"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"name": "String",
|
|
81
|
+
"foreground": "#49E9A6"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"name": "JsonPropertyValueString",
|
|
85
|
+
"foreground": "#49E9A6"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"name": "PunctuationString",
|
|
89
|
+
"foreground": ""
|
|
90
|
+
},
|
|
91
|
+
{
|
|
92
|
+
"name": "CssSelector",
|
|
93
|
+
"foreground": "#D67E5C"
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
"name": "CssPropertyName",
|
|
97
|
+
"foreground": "#16A3B6"
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
"name": "CssPropertyValue",
|
|
101
|
+
"foreground": "#49E9A6"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"name": "Punctuation",
|
|
105
|
+
"foreground": ""
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "Keyword",
|
|
109
|
+
"foreground": "#DF769B"
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
"name": "Numeric",
|
|
113
|
+
"foreground": "#7060EB"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "Comment",
|
|
117
|
+
"foreground": "#716C93"
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"name": "VariableName",
|
|
121
|
+
"foreground": "#16a3b6"
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"name": "JsonPropertyName",
|
|
125
|
+
"foreground": "#E4B781"
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
"name": "LanguageConstant",
|
|
129
|
+
"foreground": "#7060EB"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"name": "KeywordImport",
|
|
133
|
+
"foreground": ""
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
"name": "Macro",
|
|
137
|
+
"foreground": ""
|
|
138
|
+
},
|
|
139
|
+
{
|
|
140
|
+
"name": "Heading",
|
|
141
|
+
"foreground": ""
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"name": "KeywordNew",
|
|
145
|
+
"foreground": ""
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "KeywordReturn",
|
|
149
|
+
"foreground": "#DF769B"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "Text",
|
|
153
|
+
"foreground": "#C5C2D6"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "PropertyName",
|
|
157
|
+
"foreground": ""
|
|
158
|
+
}
|
|
159
|
+
]
|
|
160
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lvce-editor/shared-process",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
"node": ">=16"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@lvce-editor/extension-host": "0.
|
|
24
|
-
"@lvce-editor/pty-host": "0.
|
|
23
|
+
"@lvce-editor/extension-host": "0.9.0",
|
|
24
|
+
"@lvce-editor/pty-host": "0.9.0",
|
|
25
25
|
"debug": "^4.3.4",
|
|
26
26
|
"execa": "^6.1.0",
|
|
27
27
|
"exit-hook": "^3.1.0",
|