diff --git a/README.md b/README.md index 83c912c..ad646c3 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ This repository contains the source code and configuration for generating icon f #### VSCode Native Icons -VSCode contains two icon fonts, Seti and Codicons. Seti is for file types and Codicons are for everything else. You can learn more about Codicons here https://github.com/microsoft/vscode-codicons. +VSCode contains two icon fonts, Seti and Codicons. Seti are for file types and Codicons are for everything else. You can learn more about Codicons here https://github.com/microsoft/vscode-codicons. -Seti icons are used for demarcating different file types based off language and extension, ie "javascript" and ".js" or ".mjs". These icons show up in the editor tab to the left of the file name. The icons/svgs and colors are taken from this repo https://github.com/jesseweed/seti-ui/tree/master/icons. You can see the output of this repo in the vscode repo itself here https://github.com/microsoft/vscode/blob/main/extensions/theme-seti/icons/seti.woff +Seti icons are used for demarcating different file types based off language and extension, ie "javascript" and ".js" or ".mjs". These icons show up in the editor tab to the left of the file name. The icons/svgs and colors are taken from the Seti UI Theme repo https://github.com/jesseweed/seti-ui. You can see the icon font generated by this repo in the vscode repo itself https://github.com/microsoft/vscode/blob/main/extensions/theme-seti/icons/seti.woff Webviews don't have access to these Seti icons the same way you can access the Codicons via npm. You have to include them manually or via your own package. This repo is built to mirror the Codicon repo's usage. So using the 3 icon fonts follows the same pattern.