Logo
Catppuccin Palettes

## Available formats + Node Package + CSS + Gimp + Krita + Inkscape + Aseprite/LibreSprite + Affinity + PNG + Sass ## Usage ### Node Package ``` npm install @catppuccin/palette ``` Example: `test.js` ```js import {variants, roles} from '@catppuccin/palette' console.log(variants.latte.lavender) // #7287FD console.log(roles.base.macchiato) // #24273A ``` ### CSS Example: `test.css` ``` @import url('https://unpkg.com/@catppuccin/palette@0.1.0/css/catppuccin.css'); body { color: var(--ctp-mocha-text); background: var(--ctp-frappe-base); } ``` ### Gimp 1. Clone this repository locally 2. Navigate to Edit > Preferences > Folders > Palettes in GIMP 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 ### 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 ### 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 ## 💝 Thanks to - [Gingeh](https://github.com/gingeh) - [TheExistingOne](https://github.com/TheExistingOne) - [Andreas Grafen](https://github.com/andreasgrafen)  

Copyright © 2020-present Catppuccin Org