Nordzy-icon/tools
alvatip 6cf53e4331 Update PR
- Create action icons for sizes 16-22-24-32
- update symlinks
- update script to create correct symlinks
2023-07-26 12:41:06 +02:00
..
RPMs Update changelog 2023-01-18 18:26:40 +01:00
palettes Start contributing section 2022-03-14 22:35:37 +01:00
templates update templates 2022-09-30 22:54:26 +02:00
README.md readme 2022-03-17 18:31:31 +01:00
optimize_svgs_test.sh Optimize all icons 2023-01-26 17:34:33 +01:00
pwa-creator.sh Update PR 2023-07-26 12:41:06 +02:00

README.md

Creating icons


If you want to contribute by creating new icons, this can easily be done on any computer.

  1. Install Inkscape
  2. Add the color palette to inkscape
  3. (optional) Add the templates to inkscape

Installation

Ubuntu/Debian:

sudo apt update
sudo apt install inkscape

Fedora:

sudo dnf update
sudo dnf install inkscape

Color palette

You can find the nord color palette and a Nord modified color palette that contains some additional colors here

To add the color palette to Inkscape, move the nord.gpl and/or nord_modified.gpl files to $HOME/.config/inkscape/palette/.

# Example to download and move the color palette to Inkscape

# Clone the Nordzy-icon repository
git clone https://github.com/alvatip/Nordzy-icon.git

# Copy the color palettes to Inkscape
cp Nordzy-icon/tools/palettes/* $HOME/.config/inkscape/palettes/

note: If inkscape was open, restart it for the changes to take effect

Finally, in Inkscape, switch to the Nord/Nord modified color palette. More informations on how to change the color palette in Inkscape are here.

Templates

As a starting point to create applications icons, here are some templates. You can add them in Inkscape by moving the templates to $HOME/.config/inkscape/templates/

# Example to download and move the templates to Inkscape

# Clone the Nordzy-icon repository
git clone https://github.com/alvatip/Nordzy-icon.git

# Copy the color palettes to Inkscape
cp Nordzy-icon/tools/templates/* $HOME/.config/inkscape/templates/