From 00e5344b2b5a7bf504540395e47600a28312baad Mon Sep 17 00:00:00 2001
From: Pocco81
-Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of a soothing warm palette with 22 eye-candy colors perfect for coding, designing, and much more! In addition, this repository tracks the development of the actual color palette, organization-wide assets, resources and code samples for maintainers/developers.
+Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warms palette with 26 eye-candy colors each, perfect for coding, designing, and much more! In addition, this repository tracks the development of the actual color palette, organization-wide assets, resources and code samples for maintainers/developers.
+
diff --git a/docs/README.md b/docs/README.md
index 68bde6a..4a4c822 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -13,11 +13,15 @@
- Documentation for Koy, the human-friendly data serialization language
+ Documentation for Catppuccin, the soothing pastel theme for the high-spirited!
+Catppuccin is a community-driven pastel theme that aims to be the middle ground between low and high contrast themes. It consists of 4 soothing warms palette with 26 eye-candy colors each, perfect for coding, designing, and much more! In addition, this repository tracks the development of the actual color palette, organization-wide assets, resources and code samples for maintainers/developers.
+
+ 🤝 Contributing
+
+ Creating Catppuccin ports +
+ + + +This section covers how to properly create Catppuccin ports and how to submit them! + +### 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 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`) +- 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 "`+
+ A guide on how to properly use the palettes +
+ +