Overview Version History Q & A Rating & Review
First of all, thank you to everyone who has loved my Catppuccin Perfect version.
I apologize for not being able to continue updating it. However during the time I stopped updating, I put a lot of effort into creating my own icons, and I did it! I think this marks the end of my Catppuccin version. You might want to take a look.
Unofficial. Pixel perfect + more icons + more palettes
Look good on non-retina display. (Preview ↗ )
🏞️ Preview
⭐️ Customization
Requirement
NodeJS (12+)
macOS / Linux / Windows with Git Bash
You need to restart (or reload) Vscode to see the changes.
You need to rerun the command whenever there is an update.
Commands
Hide the arrows from folder icons
macOS / Linux:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node - hide_arrow
Windows:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node.exe - hide_arrow
Hide the folder icons (Only use the arrows)
macOS / Linux:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node - hide_folder
Windows:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node.exe - hide_folder
Use simple folder icon (One folder icon for all folders)
macOS / Linux:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node - simple_folder
Windows:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node.exe - simple_folder
Revert to original
macOS / Linux:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node - revert
Windows:
curl -sL https://raw.githubusercontent.com/thang-nm/Catppuccin-Perfect-Icons/main/command/index.js | node.exe - revert
You can make aliases for those commands to make them easier to run.
by thang-nm