https://github.com/vinceliuice/Tela-icon-theme
A flat colorful Design icon theme
https://github.com/vinceliuice/Tela-icon-theme
Last synced: 26 days ago
JSON representation
A flat colorful Design icon theme
- Host: GitHub
- URL: https://github.com/vinceliuice/Tela-icon-theme
- Owner: vinceliuice
- License: gpl-3.0
- Created: 2018-12-14T09:26:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T05:35:44.000Z (6 months ago)
- Last Synced: 2024-10-27T06:34:07.752Z (6 months ago)
- Language: Shell
- Homepage: https://www.pling.com/p/1279924/
- Size: 26.7 MB
- Stars: 1,521
- Watchers: 16
- Forks: 84
- Open Issues: 61
-
Metadata Files:
- Readme: README.md
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
- stars - vinceliuice/Tela-icon-theme
- fucking-Awesome-Linux-Software - 
## Donate
If you like my project, you can buy me a coffee:
## Installation
Usage: `./install.sh` **[OPTIONS...]** **[COLOR VARIANTS...]**
| OPTIONS: | |
|:----------|:------------------------------------------------------------------------------|
| -a | Install all color versions |
| -c | Install colorscheme version for KDE plasma(folder color follow colorscheme) |
| -d | Specify theme destination directory (**Default:** _$HOME/.local/share/icons_) |
| -n | Specify theme name (**Default:** _Tela_) |
| -r, -u | Remove/uninstall icon themes (Default: all installed) |
| -h | Show this help || COLOR VARIANTS | |
|:----------------|:--------------------------------------|
| standard | Standard color folder version |
| black | Black color folder version |
| blue | Blue color folder version |
| brown | Brown color folder version |
| green | Green color folder version |
| grey | Grey color folder version |
| orange | Orange color folder version |
| pink | Pink color folder version |
| purple | Purple color folder version |
| red | Red color folder version |
| yellow | yellow color folder version |
| manjaro | Manjaro default color folder version |
| ubuntu | Ubuntu default color folder version |
| nord | Nord color folder version |By default, only **the standard one** is selected.
### On Snapcraft
You can install the theme from the Snap Store оr by running:
```
sudo snap install tela-icons
```
To connect the theme to an app run:
```
sudo snap connect [other snap]:icon-themes tela-icons:icon-themes
```### On Gentoo Linux
First, you can add [Beatussum's overlay](https://github.com/beatussum/beatussum-overlay) by using [Layman](https://wiki.gentoo.org/wiki/Layman):
```bash
layman --list
layman --add beatussum-overlay
layman --sync beatussum-overlay
```And install the _x11-themes/tela-icon-theme_ package.