-
Notifications
You must be signed in to change notification settings - Fork 3
Working with Icon Packs and cIPackStore
JB Carreon edited this page Mar 17, 2023
·
4 revisions
- Click File > Get icons
- Select what you want to install, then press Install.
- Click Yes.
- If you got this, it is now imported!
- Click File > Import customIcons Pack
- Choose the file you want to install, then press OK.
- Click Yes.
- If you got this, it is now imported!
You can make your own icon packs and import it to customIcons!
- Icons in .ico format
- Notepad
- Minimal knowledge of JSON
- and a positive attitude
- Icons should be .ico. customIcons won't recognize if it isn't .ico.
- Create a directory called
cI.[your icon pack name here]
. - Put all the icons on the directory you made.
- Note that you should label your icons accordingly on the shown icon, so users can tell it with the others!
You need to make a manifest so customIcons can tell it is an icon pack.
Example code:
{
"name": "My cool Windows 11 pack",
"description": "This is cool.",
"pack_maker": "jbcarreon123",
"maker": "jbcarreon123"
}
Save it as cIManifest.json
on the directory you made with the icons.
There is no compilation. You just need to zip the folder with Windows' Compress ZIP feature.
Zip the folder itself, not the contents, or your file may face some problems.
You should have an icon pack ready to import to customIcons!
https://github.com/customIcon/cIPacks/blob/main/packFolder/README.md