mirror of
https://github.com/catppuccin/catppuccin
synced 2024-11-22 11:33:07 +00:00
added integration
This commit is contained in:
parent
af5373bbad
commit
0b812c3a9a
1 changed files with 26 additions and 0 deletions
|
@ -0,0 +1,26 @@
|
|||
<p align="center">
|
||||
<h2 align="center">🤝 Integration</h2>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
How to implement Catppuccin in your own projects
|
||||
</p>
|
||||
|
||||
|
||||
|
||||
### How to
|
||||
|
||||
Catppuccin comes in many formats to cover a wide range of project types and tech stacks. Its palettes have especially been designed for UI elements and code syntax highlighting often found in projects build with web technologies like websites; hence why we have a dedicated repository for storing the various formats and presentation of the palettes: [catppuccin/palette](https://github.com/catppuccin/palette).
|
||||
|
||||
### Web Development
|
||||
|
||||
Since Catppuccin is heavily used in web technology based projects, it's main installation method is therefore npm, the Node.js package manager.
|
||||
Install and add it as production dependency by running `npm` from the command line:
|
||||
|
||||
```
|
||||
npm install --save @catppuccin/palette
|
||||
```
|
||||
|
||||
### Design
|
||||
|
||||
Color swatches are simply a palette showing a variety of shades of the same color. Here, Catppuccin has various "swatches" in different formats to be used in software ranging from Adobe Products to graphical design apps such as Figma and InkScape. You can find them under [catppuccin/palette](https://github.com/catppuccin/palette).
|
Loading…
Reference in a new issue