Skip to content

Commit

Permalink
Update placement of palette file, add support for local flatpack inst… (
Browse files Browse the repository at this point in the history
  • Loading branch information
wpkelso authored Dec 2, 2024
1 parent 9b5b9fc commit cf3540b
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ It is recommended to use the free and open source [Inkscape](http://inkscape.org

An elementary color palette is provided, it is recommended to copy it into your Inkscape settings before you get started.

_(Run these from the root of the icons repo)_
```bash
cp elementary.gpl ~/.config/inkscape/palettes/
cp data/elementary.gpl ~/.config/inkscape/palettes/
```

For flatpak installations, use one of the following.

```bash
# Local
cp data/elementary.gpl ~/.local/share/flatpak/app/org.inkscape.Inkscape/current/active/files/share/inkscape/palettes/
```

To contribute to the elementary icon set, open a pull request to this repository with your icon(s).
Expand Down

0 comments on commit cf3540b

Please sign in to comment.