vscode/extensions/theme-seti
2021-11-03 18:03:27 +00:00
..
build Use filenamePatterns in seti update script. Fixes #131650 2021-08-31 18:13:22 +02:00
icons Update to latest seti-ui icon theme 2021-11-03 18:03:27 +00:00
.vscodeignore seti: use CONTRIBUTING 2021-03-01 17:14:58 +01:00
cgmanifest.json Update to latest seti-ui icon theme 2021-11-03 18:03:27 +00:00
CONTRIBUTING.md update seti contribution guide 2021-05-11 17:58:26 +02:00
package.json add repository field to extensions package.json 2021-01-29 15:30:45 +01:00
package.nls.json Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
README.md Update seti-ui icon theme 2021-02-27 21:30:20 -08:00
ThirdPartyNotices.txt Restore extensions in core (#114921) 2021-01-25 17:07:56 +01:00
yarn.lock add proper yarn.lock files 2021-02-01 14:35:52 +01:00

theme-seti

This is an icon theme that uses the icons from seti-ui.

Updating icons

There is script that can be used to update icons, ./build/update-icon-theme.js.

To run this script, run npm run update from the theme-seti directory.

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.

If you want to run it from a local copy of seti-ui, first clone seti-ui to the folder next to your vscode repo (from the theme-seti directory, ../../). Then, inside the set-ui directory, run npm install followed by npm run prepublishOnly. This will generate updated icons.

If you want to download the icons straight from GitHub, change the FROM_DISK variable to false inside of update-icon-theme.js.

Languages not shipped with vscode

Languages that are not shipped with vscode must be added to the nonBuiltInLanguages object inside of update-icon-theme.js.

These should match the file mapping in seti-ui.

Please try and keep this list in alphabetical order! Thank you.

Previewing icons

There is a ./icons/preview.html file that can be opened to see all of the icons included in the theme. Note that to view this, it needs to be hosted by a web server.

When updating icons, it is always a good idea to make sure that they work properly by looking at this page. When submitting a PR that updates these icons, a screenshot of the preview page should accompany it.