docs: update for Aseprite, sort according to TOC
This commit is contained in:
parent
19172938c7
commit
594ccd12ab
1 changed files with 29 additions and 21 deletions
50
README.md
50
README.md
|
@ -59,8 +59,10 @@ console.log(labels.base.macchiato.hex) // #24273A
|
||||||
Import the palettes:
|
Import the palettes:
|
||||||
|
|
||||||
```css
|
```css
|
||||||
@import "@catppuccin/palette/style" /* directly from the file */
|
/* directly from the file */
|
||||||
@import url('https://unpkg.com/@catppuccin/palette@0.1.4/css/catppuccin.css'); /* or using unpkg.com */
|
@import "@catppuccin/palette/style"
|
||||||
|
/* or using unpkg.com */
|
||||||
|
@import url('https://unpkg.com/@catppuccin/palette@0.1.4/css/catppuccin.css');
|
||||||
```
|
```
|
||||||
|
|
||||||
Then use them:
|
Then use them:
|
||||||
|
@ -76,6 +78,19 @@ body {
|
||||||
|
|
||||||
The usage instructions for Sass are documented [here](https://github.com/catppuccin/palette/tree/main/scss), in the `scss` folder.
|
The usage instructions for Sass are documented [here](https://github.com/catppuccin/palette/tree/main/scss), in the `scss` folder.
|
||||||
|
|
||||||
|
### Affinity
|
||||||
|
|
||||||
|
1. Clone this repository locally
|
||||||
|
2. Open a file in the `afpalette` folder. If you have multiple Affinity products
|
||||||
|
installed, you can choose to import it as a System palette
|
||||||
|
|
||||||
|
### Aseprite / LibreSprite
|
||||||
|
|
||||||
|
1. Clone this repository locally
|
||||||
|
2. Open Palette Options
|
||||||
|
3. Select "Load Palette" from the menu
|
||||||
|
4. Open a file in `gpl/` in the dialog that appears
|
||||||
|
|
||||||
### Gimp
|
### Gimp
|
||||||
|
|
||||||
1. Clone this repository locally
|
1. Clone this repository locally
|
||||||
|
@ -83,6 +98,13 @@ The usage instructions for Sass are documented [here](https://github.com/catppuc
|
||||||
3. Select the folder with the 'x' and press "Show file location in the file manager" (the rightmost button)
|
3. Select the folder with the 'x' and press "Show file location in the file manager" (the rightmost button)
|
||||||
4. Copy the files in `gpl/` to this folder
|
4. Copy the files in `gpl/` to this folder
|
||||||
|
|
||||||
|
### 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 the files in `gpl/` to this folder
|
||||||
|
|
||||||
### Krita
|
### Krita
|
||||||
|
|
||||||
1. Clone this repository locally
|
1. Clone this repository locally
|
||||||
|
@ -91,25 +113,6 @@ The usage instructions for Sass are documented [here](https://github.com/catppuc
|
||||||
4. Select "Import a new palette from file"
|
4. Select "Import a new palette from file"
|
||||||
5. Open a file in `gpl/` in the dialog that appears
|
5. Open a file in `gpl/` in 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 the files in `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
|
|
||||||
|
|
||||||
### Sip
|
|
||||||
1. Clone this repository locally
|
|
||||||
2. Open the `sip/` folder
|
|
||||||
3. Open the `.palette` files, and Sip will import the palettes
|
|
||||||
|
|
||||||
### macOS Color Picker
|
### macOS Color Picker
|
||||||
1. Clone this repository locally
|
1. Clone this repository locally
|
||||||
2. `cd` into the repo directory
|
2. `cd` into the repo directory
|
||||||
|
@ -118,6 +121,11 @@ The usage instructions for Sass are documented [here](https://github.com/catppuc
|
||||||
cp -r clr/* ~/Library/Colors
|
cp -r clr/* ~/Library/Colors
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Sip
|
||||||
|
1. Clone this repository locally
|
||||||
|
2. Open the `sip/` folder
|
||||||
|
3. Open the `.palette` files, and Sip will import the palettes
|
||||||
|
|
||||||
## 💝 Thanks to
|
## 💝 Thanks to
|
||||||
|
|
||||||
- [Gingeh](https://github.com/gingeh)
|
- [Gingeh](https://github.com/gingeh)
|
||||||
|
|
Loading…
Add table
Reference in a new issue