https://github.com/jamesmaguire/vscode-easy-icons
A simple icon pack, made to be easy to customise
https://github.com/jamesmaguire/vscode-easy-icons
Last synced: 5 months ago
JSON representation
A simple icon pack, made to be easy to customise
- Host: GitHub
- URL: https://github.com/jamesmaguire/vscode-easy-icons
- Owner: jamesmaguire
- Created: 2016-12-11T20:20:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T03:43:33.000Z (over 1 year ago)
- Last Synced: 2024-08-09T02:19:22.933Z (8 months ago)
- Size: 306 KB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- jimsghstars - jamesmaguire/vscode-easy-icons - A simple icon pack, made to be easy to customise (Others)
README
# Easy icons
Easy icons is a simple icon theme for visual studio code. Easy icons has two goals:
## Goal 1 - Make it easier to recognise files in the file explorer
Icons beside file names make it easier to find files by their extension.
## Goal 2 - Make it easy to add missing icons
Easy icons has a simple directory structure to make customisation easy. To add your own icon to the package:1. Add custom icon to the `.\images\` folder. SVG icons are recommended, PNG is fine.
2. Open `icon-assignments.json`
3. In the *Icon definitions* section add an entry in the following way (replace `icontag` and `customicon.svg`):
```json
"_icontag": {"iconPath": "./icons/customicon.svg"},
```4. In the *File associations* section, add an entry (replacing `ext` with the extension you wish customise and `icontag` with the icontag from step 3):
```json
"ext": "_icontag",
```## Current icon support
Currently only a small sample of icons is available. These are the icons that I see most commonly. I will be updating the package with icons (especially for languages) regularly, although I have tried to make it as simple as possible for you to add in your own icons as you need them.
Enjoy!