@codingame/monaco-vscode-theme-seti-default-extension 1.85.4 → 1.85.6
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/index.js
CHANGED
|
@@ -3,12 +3,9 @@ import { registerExtension } from 'vscode/extensions';
|
|
|
3
3
|
var manifest = {name:"vscode-theme-seti","private":true,version:"1.0.0",displayName:"%displayName%",description:"%description%",publisher:"vscode",license:"MIT",icon:"icons/seti-circular-128x128.png",scripts:{update:"node ./build/update-icon-theme.js"},engines:{vscode:"*"},contributes:{iconThemes:[{id:"vs-seti",label:"%themeLabel%",path:"./icons/vs-seti-icon-theme.json"}]},repository:{type:"git",url:"https://github.com/microsoft/vscode.git"},main:undefined};
|
|
4
4
|
|
|
5
5
|
const { registerFileUrl, whenReady } = registerExtension(manifest);
|
|
6
|
-
registerFileUrl('
|
|
7
|
-
registerFileUrl('
|
|
6
|
+
registerFileUrl('./icons/vs-seti-icon-theme.json', new URL('./resources/vs-seti-icon-theme.json', import.meta.url).toString(), 'application/json');
|
|
7
|
+
registerFileUrl('icons/seti.woff', new URL('./resources/seti.woff', import.meta.url).toString(), 'font/woff');
|
|
8
8
|
registerFileUrl('package.json', new URL('./resources/package.json', import.meta.url).toString(), 'application/json');
|
|
9
9
|
registerFileUrl('package.nls.json', new URL('./resources/package.nls.json', import.meta.url).toString(), 'application/json');
|
|
10
|
-
registerFileUrl('icons/seti-circular-128x128.png', new URL('./resources/seti-circular-128x128.png', import.meta.url).toString(), 'image/png');
|
|
11
|
-
registerFileUrl('icons/seti.woff', new URL('./resources/seti.woff', import.meta.url).toString(), 'font/woff');
|
|
12
|
-
registerFileUrl('icons/vs-seti-icon-theme.json', new URL('./resources/vs-seti-icon-theme.json', import.meta.url).toString(), 'application/json');
|
|
13
10
|
|
|
14
11
|
export { whenReady };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-theme-seti-default-extension",
|
|
3
|
-
"version": "1.85.
|
|
3
|
+
"version": "1.85.6",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@1.85.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
|
|
22
22
|
}
|
|
23
23
|
}
|
package/resources/README.md
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
# theme-seti
|
|
2
|
-
|
|
3
|
-
This is an icon theme that uses the icons from [`seti-ui`](https://github.com/jesseweed/seti-ui).
|
|
4
|
-
|
|
5
|
-
## Updating icons
|
|
6
|
-
|
|
7
|
-
There is script that can be used to update icons, [./build/update-icon-theme.js](build/update-icon-theme.js).
|
|
8
|
-
|
|
9
|
-
To run this script, run `npm run update` from the `theme-seti` directory.
|
|
10
|
-
|
|
11
|
-
This can be run in one of two ways: looking at a local copy of `seti-ui` for icons, or getting them straight from GitHub.
|
|
12
|
-
|
|
13
|
-
If you want to run it from a local copy of `seti-ui`, first clone [`seti-ui`](https://github.com/jesseweed/seti-ui) to the folder next to your `vscode` repo (from the `theme-seti` directory, `../../`).
|
|
14
|
-
Then, inside the `set-ui` directory, run `npm install` followed by `npm run prepublishOnly`. This will generate updated icons.
|
|
15
|
-
|
|
16
|
-
If you want to download the icons straight from GitHub, change the `FROM_DISK` variable to `false` inside of `update-icon-theme.js`.
|
|
17
|
-
|
|
18
|
-
### Languages not shipped with `vscode`
|
|
19
|
-
|
|
20
|
-
Languages that are not shipped with `vscode` must be added to the `nonBuiltInLanguages` object inside of `update-icon-theme.js`.
|
|
21
|
-
|
|
22
|
-
These should match [the file mapping in `seti-ui`](https://github.com/jesseweed/seti-ui/blob/master/styles/components/icons/mapping.less).
|
|
23
|
-
|
|
24
|
-
Please try and keep this list in alphabetical order! Thank you.
|
|
25
|
-
|
|
26
|
-
## Previewing icons
|
|
27
|
-
|
|
28
|
-
There is a [`./icons/preview.html`](./icons/preview.html) file that can be opened to see all of the icons included in the theme.
|
|
29
|
-
Note that to view this, it needs to be hosted by a web server.
|
|
30
|
-
|
|
31
|
-
When updating icons, it is always a good idea to make sure that they work properly by looking at this page.
|
|
32
|
-
When submitting a PR that updates these icons, a screenshot of the preview page should accompany it.
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
|
3
|
-
For Microsoft vscode-theme-seti
|
|
4
|
-
|
|
5
|
-
This file is based on or incorporates material from the projects listed below ("Third Party OSS"). The original copyright
|
|
6
|
-
notice and the license under which Microsoft received such Third Party OSS, are set forth below. Such licenses and notice
|
|
7
|
-
are provided for informational purposes only. Microsoft licenses the Third Party OSS to you under the licensing terms for
|
|
8
|
-
the Microsoft product or service. Microsoft reserves all other rights not expressly granted under this agreement, whether
|
|
9
|
-
by implication, estoppel or otherwise.†
|
|
10
|
-
|
|
11
|
-
1. Seti UI - A subtle dark colored UI theme for Atom. (https://github.com/jesseweed/seti-ui)
|
|
12
|
-
|
|
13
|
-
Copyright (c) 2014 Jesse Weed
|
|
14
|
-
|
|
15
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
16
|
-
a copy of this software and associated documentation files (the
|
|
17
|
-
"Software"), to deal in the Software without restriction, including
|
|
18
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
19
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
20
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
21
|
-
the following conditions:
|
|
22
|
-
|
|
23
|
-
The above copyright notice and this permission notice shall be
|
|
24
|
-
included in all copies or substantial portions of the Software.
|
|
25
|
-
|
|
26
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
27
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
28
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
29
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
30
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
31
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
32
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
Binary file
|