Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update placement of palette file, add support for local flatpack inst… #1328

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading