thang-nm / Catppuccin-Perfect-Icons

🌈 Unofficial. Pixel perfect + more icons + new palettes

Home Page:https://marketplace.visualstudio.com/items?itemName=thang-nm.catppuccin-perfect-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo
Catppuccin Perfect Icons

Unofficial. Pixel perfect + more icons + new palettes
Look good on non-retina display. (Preview β†—)


✨✨✨ Something NEW below! Scroll down for more! ✨✨✨

🏞️ Preview


⭐️ Customization

🚦 Before you continue

Just keep in mind that I want to keep it simple and avoid using any JavaScript code. Therefore, I've created some commands to assist you in customization. The executable code is located in the command/index.js file, and you have the option to review it before execution. I am not liable for any issues that may arise.

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:

    node ~/.vscode/extensions/thang-nm.cat*/command 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:

    node ~/.vscode/extensions/thang-nm.cat*/command 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:

    node ~/.vscode/extensions/thang-nm.cat*/command 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:

    node ~/.vscode/extensions/thang-nm.cat*/command 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

About

🌈 Unofficial. Pixel perfect + more icons + new palettes

https://marketplace.visualstudio.com/items?itemName=thang-nm.catppuccin-perfect-icons

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%