This is a web extension that adds awesome icons to GitHub. It uses pure CSS icons so it's fast.
vscode-material-icon-theme for GitHub
Supports both light and dark themes. Currently only supports GitHub.
Install from Microsoft Edge Add-ons
Repository | Icons to render | Initial Load | Callback |
---|---|---|---|
this repo | 19 | 1ms | 0.35ms |
GPTs/prompts | 500 | 10ms | 1.4ms |
vscode-material-icon-theme/icons | 1800 | 33ms | 5.5ms |
DefinitelyTyped/types (truncated) | 2000 | 35ms | 7.5ms |
These are rough numbers. Icons to render = files + folders. (note that those large repos are opened in tree view so the files are shown twice)
- vscode-material-icon-theme for the amazing icon collection
- pure CSS icons from antfu
- Claudiohbsantos/github-material-icons-extension for the ingenious way of generating the language map from vscode language contributions data