Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sevenc-nanashi/gh-material-icon
This extension replaces the icon of GitHub with icon in Material Icon Theme extension!
https://github.com/sevenc-nanashi/gh-material-icon
addons-mozilla-org firefox
Last synced: 6 days ago
JSON representation
This extension replaces the icon of GitHub with icon in Material Icon Theme extension!
- Host: GitHub
- URL: https://github.com/sevenc-nanashi/gh-material-icon
- Owner: sevenc-nanashi
- License: mit
- Created: 2022-04-06T12:02:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-10T13:44:46.000Z (over 2 years ago)
- Last Synced: 2024-08-01T19:55:37.152Z (3 months ago)
- Topics: addons-mozilla-org, firefox
- Language: JavaScript
- Homepage: https://addons.mozilla.org/ja/firefox/addon/material-icon-for-github/
- Size: 617 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Material Icon for GitHub
This extension replaces the icon of GitHub with icon in [Material Icon Theme](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme)!
## Generating files
### material-icons.json
1. Clone `https://github.com/PKief/vscode-material-icon-theme`
2. Run `npm install`
3. Run `npm run generateJson`
4. Copy `material-icons.json` to extension folder### languages.json
1. Run `npm install`
2. Run `npm run build:languages`## License
This extension is licensed under the MIT License.
## Acknowledgements
Icons, `material-icons.json` are from [Material Icon Theme extension](https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme).
```
The MIT License (MIT)
Copyright (c) 2021 Philipp KiefPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
````langauges.json` is converted from [language.yml in github/linguist](https://github.com/github/linguist/blob/master/lib/linguist/languages.yml).
```
Copyright (c) 2017 GitHub, Inc.Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
```