An open API service indexing awesome lists of open source software.

https://github.com/starciad/star-pixel-icons-theme

🌟 ➥ Pixel Art icon pack for Linux. Icons for applications, folders and files, providing a cohesive and nostalgic look to your desktop environment.
https://github.com/starciad/star-pixel-icons-theme

aesthetic customization icon-theme icons linux linux-theme pixel-art retro theme

Last synced: about 1 month ago
JSON representation

🌟 ➥ Pixel Art icon pack for Linux. Icons for applications, folders and files, providing a cohesive and nostalgic look to your desktop environment.

Awesome Lists containing this project

README

        

# 🌟 ➥ Star Pixel Icons Theme (SPI Theme)

![title]

[![CC BY-SA 4.0][cc-by-sa-shield]][cc-by-sa]

## Icons

![preview]

## Introduction

Star Pixel Icons (SPI) is a theme that contains a package of Pixel Art-styled icons built for Linux, being free and open-source. It provides icons for applications, folders, and files, giving your desktop environment a cohesive and nostalgic look. This theme is designed to bring vibrant colors and a retro feel to your Linux setup.

Currently, the following variants of the package are available:

- SPI.

## Features

- Pixel art style
- Vibrant colors
- Multiple icon sizes
- Pixel perfect

## Installation

If you want to install the icon pack on your system, a few steps will need to be taken. Currently, you can install the theme manually by cloning this repository on your Linux environment.

### Step by Step

1. Clone this repository to your machine using the command below in your bash terminal:

```bash
git clone "https://github.com/Starciad/star-pixel-icons-theme.git" "SPI-Theme" --depth=1;
```

2. Now, access the newly created folder `SPI-Theme`. Once inside the directory, simply run the installation script:

```sh
sudo ./install.sh
```

> [!IMPORTANT]
> Remember that the script must have permission to run. If the files are not copied to the directory correctly (permission error occurred), you can try opening the icons directory as root and try to copy the `SPI/` directory there manually.

## Uninstalling

To completely remove the icon pack from your system, run the uninstallation script from the repository root:

```sh
sudo ./uninstall.sh
```

The script will remove all the contents present in the SPI folder from your local icons directory.

## Contribution

If you would like to contribute to the project, see the [CONTRIBUTING.md](./CONTRIBUTING.md) file for more details.

## Credits

See the developers and contributors who help the project evolve in the [CREDITS.md](./CREDITS.md) file.

## License

This work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License (CC BY-SA 4.0). This means you can share and adapt this material for any purpose, as long as you give appropriate credit to the author and distribute any derivative works under the same license.

[![CC BY-SA 4.0][cc-by-sa-image]][cc-by-sa]

[title]: ./.github/title.webp
[preview]: ./.github/preview.webp
[cc-by-sa]: http://creativecommons.org/licenses/by-sa/4.0/
[cc-by-sa-image]: https://licensebuttons.net/l/by-sa/4.0/88x31.png
[cc-by-sa-shield]: https://img.shields.io/badge/License-CC%20BY--SA%204.0-lightgrey.svg