Nordzy is a free and open source icon theme for Linux desktops using the Nord color palette from Arctic Ice Studio and based on WhiteSur and Numix Icon Theme.
Go to file
alvatip 482133bd3b Change white background for better visibility 2024-03-10 15:07:40 +01:00
.github/ISSUE_TEMPLATE Update issue templates 2021-07-01 21:27:12 +02:00
art Change white background for better visibility 2024-03-10 15:07:40 +01:00
colors also add folder icon in /colors/ folders 2023-03-16 17:41:55 +01:00
links symlink for etcher 2024-03-09 18:02:25 +01:00
src Ferdium 2024-02-25 18:13:22 +01:00
tools Update PR 2023-07-26 12:41:06 +02:00
.gitignore Add more icons 2023-05-14 15:04:04 +02:00
AUTHORS update 2022-05-17 20:46:11 +02:00
AppImageIcon.py Create AppImageIcon python script 2023-04-13 18:30:46 +02:00
COPYING First commit 2021-06-13 18:17:02 +02:00
README.md Add Nix in Readme.md 2024-03-10 15:05:20 +01:00
install.sh Update install.sh 2022-10-02 13:50:03 +02:00
logo.png Fix #3 2021-08-29 22:32:56 +02:00
nordzy-ascii-art.txt Add new icons 2022-01-31 21:48:06 +01:00
uninstall.sh update install.sh; add uninstall.sh 2022-06-18 14:18:27 +02:00

README.md

Nordzy Icon Theme

Nordzy logo

Nordzy is a free and open source icon theme for Linux desktops using the Nord color palette from Arctic Ice Studio and based on WhiteSur Icon Theme and Numix Icon Theme
Ill take requests for which app icons I should put in next. If I get no requests, I take (almost) randomly from the long list of apps. Dark variants are more appropriate for dark desktop environments, while the normal variants are more appropriate for light desktop environments.
If you are using a dark theme with a light panel (or the opposite) you can specify the panel argument which make the panel's color opposite.

Table of contents

Preview

applications preview folders preview mimetype preview

Installation

Installer

To install the icon theme, first clone this repository

git clone https://github.com/alvatip/Nordzy-icon

Then go inside it

cd Nordzy-icon/

and use the installer script (with or without arguments).
For a local installation:

./install.sh

For a global installation:

sudo ./install.sh

Usage: ./install.sh [OPTIONS...]

OPTIONS:
-d, --dest DIR Specify theme destination directory (Default: $HOME/.icons)
-n, --name NAME Specify theme name (Default: Nordzy)
-t, --theme VARIANT Specify theme color variant(s) (default; purple; pink; red; orange; yellow; green; turquoise; cyan; all)
-c, --color VARIANT Specify color variant(s) [standard;light;dark] (Default: All variants)
-p, --panel Make panel's color opposite to the color variant of the theme (Default: same as color variant)
--total Install all theme, color and panel variants
-h, --help Show help

tar.gz file

Alternatively, you can use the tar.gz files located in the release section and extract them to the adequate directory.

Usually $HOME/.local/share/icons/ for a user installation and /usr/share/icons/ for a system wide installation.

Also available

Uninstallation

To remove the icon theme, If you installed it locally:

rm -r $HOME/.local/share/icons/Nordzy*

and to remove global installation:

sudo rm -r /usr/share/icons/Nordzy*

Using AppImageLauncher?

If you are using AppImageLauncher to manage your appimage application, running the python script AppImageIcon will update all the desktop file in $HOME/.local/share/applications/ that are created by AppImageLauncher to use Nordzy icons

python -m AppImageIcon

Icon request

When submitting an icon request, please give the following information:

  • Application name
  • Icon name if you know it
  • Original icon image
  • Use tray? Tray icon name (again, if you know it).
  • Small description and/or a link to the official webpage.

Contributing

Help is always welcome.

  • Create a new icon for missing applications
  • Make a symlink to an existing icon
  • Edit an existing icon
  • Script improvement
  • Spelling, grammar, etc.

Support the author

License

GNU General Public License v3.0.