catppuccin-palette/README.md

106 lines
3.4 KiB
Markdown
Raw Normal View History

2022-01-10 03:58:46 +00:00
<h3 align="center">
2022-06-20 18:57:35 +01:00
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/logos/exports/1544x1544_circle.png" width="100" alt="Logo"/><br/>
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
Catppuccin Palettes
2022-06-20 18:57:35 +01:00
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transparent.png" height="30" width="0px"/>
2022-01-10 03:58:46 +00:00
</h3>
2021-11-07 04:16:09 +00:00
<p align="center">
2022-06-20 18:57:35 +01:00
<a href="https://github.com/catppuccin/palette/stargazers"><img src="https://img.shields.io/github/stars/catppuccin/palette?colorA=363a4f&colorB=b7bdf8&style=for-the-badge&logo=starship style=for-the-badge"></a>
<a href="https://github.com/catppuccin/palette/issues"><img src="https://img.shields.io/github/issues/catppuccin/palette?colorA=363a4f&colorB=f5a97f&style=for-the-badge"></a>
<a href="https://github.com/catppuccin/palette/contributors"><img src="https://img.shields.io/github/contributors/catppuccin/palette?colorA=363a4f&colorB=a6da95&style=for-the-badge"></a>
2021-11-07 04:16:09 +00:00
</p>
2021-11-12 02:03:47 +00:00
<p align="center">
2022-06-20 18:57:35 +01:00
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/sample.png"/>
2021-11-12 02:03:47 +00:00
</p>
2021-11-11 16:50:36 +00:00
## Available formats
+ Node Package
+ CSS
+ Gimp
+ Krita
2021-12-14 22:17:12 +00:00
+ Inkscape
+ Aseprite/LibreSprite
2022-01-17 04:19:36 +00:00
+ Affinity
+ PNG
+ Sass
2021-11-07 04:16:09 +00:00
## Usage
### Node Package
```
npm install @catppuccin/palette
```
Example: `test.js`
```js
2022-05-16 02:43:14 +01:00
import {variants, labels} from '@catppuccin/palette'
console.log(variants.latte.lavender.hex) // #7287FD
console.log(labels.base.macchiato.hex) // #24273A
```
### CSS
Import the palettes:
2022-05-16 01:27:33 +01:00
```css
@import "@catppuccin/palette/style" /* directly from the file */
@import url('https://unpkg.com/@catppuccin/palette@0.1.4/css/catppuccin.css'); /* or using unpkg.com */
```
Then use them:
```css
body {
color: var(--ctp-mocha-text);
background: var(--ctp-frappe-base);
}
```
### Gimp
2021-11-11 14:06:45 +00:00
1. Clone this repository locally
2021-12-14 22:17:12 +00:00
2. Navigate to Edit > Preferences > Folders > Palettes in GIMP
2021-12-12 00:54:18 +00:00
3. Select the folder with the 'x' and press "Show file location in the file manager" (the rightmost button)
4. Copy "Catppuccin.gpl" to this folder
2021-11-07 04:16:09 +00:00
### Krita
1. Clone this repository locally
2. Navigate to Settings > Dockers > Palette in Krita
3. Open the "Choose Palette" button in the bottom left corner of Palette docker
4. Select "Import a new palette from file"
5. Open Catppuccin.kpl from the dialog that appears
2021-12-14 22:17:12 +00:00
### Inkscape
1. Clone this repository locally
2. Navigate to Edit > Preferences > System > User palettes in Inkscape
3. Press the "Open" button next to the folder path
4. Copy "Catppuccin.gpl" to this folder
### Aseprite
1. Clone this repository locally
2. Open Palette Options
3. Select "Load Palette" from the menu
4. Open Catppuccin.ase from the dialog that appears
2021-11-11 17:04:23 +00:00
## 💝 Thanks to
2021-11-11 16:56:49 +00:00
2021-12-12 00:54:18 +00:00
- [Gingeh](https://github.com/gingeh)
- [TheExistingOne](https://github.com/TheExistingOne)
2022-01-16 23:25:43 +00:00
- [Andreas Grafen](https://github.com/andreasgrafen)
2022-05-16 01:37:03 +01:00
- [Pocco81](https://github.com/Pocco81)
2022-02-02 03:19:17 +00:00
&nbsp;
2022-06-20 18:57:35 +01:00
<p align="center"><img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true" /></p>
2022-05-16 01:39:57 +01:00
<p align="center">Copyright &copy; 2021-present <a href="https://github.com/catppuccin" target="_blank">Catppuccin Org</a>
2022-06-20 18:57:35 +01:00
<p align="center"><a href="https://github.com/catppuccin/catppuccin/blob/main/LICENSE"><img src="https://img.shields.io/static/v1.svg?style=for-the-badge&label=License&message=MIT&logoColor=d9e0ee&colorA=302d41&colorB=b7bdf8"/></a></p>