Creating Catppuccin ports
### What's a port? A port is basically an adaptation of Catppuccin's palettes for an app to use. Think of it as a colorscheme for a program that styles every UI component it consists of! ### Creation You can create ports using [this](https://github.com/catppuccin/template) public template as a blueprint. However, you must **not** create it the traditional way (by clicking **Use this template**), because this leaves a _small_ tag under the repos' name that says `generated from `. To avoid this, follow the instructions below: 1. Create the repo and leave it empty 2. Add this template as a remote: `git remote add template git@github.com:catppuccin/template.git` 3. Pull from it: `git pull template main --depth=1` 4. Delete the remote: `git remote remove template` ### Styling! Although you just created the repo successfully, it's important to style it properly to ensure consistency: - The name of the repo must be the simplest version of the app's name (e.g `nvim` instead of `NeoVim`). You may use hyphens if needed (e.g. `windows-files`). - Put the images under `assets/`. If there are a bunch of them consider [creating an empty branch](https://gist.github.com/joncardasis/e6494afd538a400722545163eb2e1fa5) (e.g. `assets`) and storing them there. - Format the repo's description as "`