diff --git a/docs/README.md b/docs/README.md index c121023..4b76cb8 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,12 +24,10 @@ Catppuccin is a community-driven pastel theme that aims to be the middle ground ### 🪴 Index -+ [Library Implementations](#-library-implementations) -+ [IDE/DE Support](#%EF%B8%8F-idede-support) -+ [Documentation](#-documentation) -+ [ToDo List](#-todo-list) -+ [FAQ](#-faq) -+ [License](#-license) ++ [Specifications](https://github.com/catppuccin/catppuccin/blob/dev/docs/specs.md): Properties of the palettes ++ [Integrating](https://github.com/catppuccin/catppuccin/blob/dev/docs/integrating.md): How to implement Catppuccin in your own projects ++ [Style Guide](https://github.com/catppuccin/catppuccin/blob/dev/docs/style-guide.md): A guide on how to properly use the palettes ++ [Contributing](https://github.com/catppuccin/catppuccin/blob/dev/docs/contributing.md): Creating Catppuccin ports   diff --git a/docs/specs.md b/docs/specs.md index 9d16214..4dd924b 100644 --- a/docs/specs.md +++ b/docs/specs.md @@ -12,10 +12,14 @@ Catppuccin consists of four named color palettes: Latte, Frappe, Macchiato, Mocha. It palette has its use-cases and a reason to exist! (so to speak). Every palette has labels (AKA colors) that provide different syntactic meanings and color effects for dark & bright ambiance designs. Each one of them was created aming for a clear, uncluttered and elegant designs following a minimal and flat style pattern. +  + ### Subpalettes Every palette consits of two subpalettes: one monochromatic and one analogous. The Monochromatic subpalette consists of different shades of a purple-gray and a very pale lavender and is often used for UI components. Whereas the Analogous palette has every color in the rainbow and is often used for syntactic elements. +  + ### Catppuccin Infrastructure